.. |
ConvertUTF.c
|
…
|
|
ConvertUTF.h
|
(trunk libT) prefer `int' over `ssize_t'
|
2009-01-19 14:05:43 +00:00 |
JSON_parser.c
|
…
|
|
JSON_parser.h
|
(trunk libT) part of rb07's win32 portability patches from ticket #3311
|
2010-06-21 16:44:35 +00:00 |
Makefile.am
|
…
|
|
announcer.c
|
(trunk libT) #3383 "When port forwarding, check to see if the public port matches the private port" -- fixed
|
2010-07-05 21:04:17 +00:00 |
announcer.h
|
…
|
|
bandwidth.c
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
bandwidth.h
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
bencode-test.c
|
(trunk) fix minor memory leak in the bencode-test unit tests
|
2010-06-15 15:46:51 +00:00 |
bencode.c
|
(trunk libT) down the rabbit hole: various minor type correctness changes unearthed by -Wconversion
|
2010-06-30 16:40:19 +00:00 |
bencode.h
|
(trunk) #2983: add command-line utilities for creating .torrent files, for editing passkeys, for adding/removing trackers, etc.
|
2010-06-16 14:27:24 +00:00 |
bitfield.c
|
…
|
|
bitfield.h
|
…
|
|
bitset.h
|
…
|
|
blocklist-test.c
|
(trunk libT) fix some code that the newly-added gcc warnings didn't like
|
2009-01-23 18:44:15 +00:00 |
blocklist.c
|
(trunk libT) fix a few -Wconversion warnings
|
2010-07-01 15:14:35 +00:00 |
blocklist.h
|
(trunk libT) fix a few -Wconversion warnings
|
2010-07-01 15:14:35 +00:00 |
cache.c
|
(trunk libT) #1521 "memory cache to reduce disk IO" -- apply Longinus' libt_fixCache.patch version 3
|
2010-07-08 17:38:11 +00:00 |
cache.h
|
(trunk libT) #1521 "memory cache to reduce disk IO" -- whoops, I missed these parts from Longinus' patch in r10978
|
2010-07-08 23:38:57 +00:00 |
clients-test.c
|
…
|
|
clients.c
|
(trunk libT) handle aria2 when determining a peer's software from its peer-id
|
2010-07-02 13:36:25 +00:00 |
clients.h
|
(trunk) No code changes here... filling in some of the blanks in the "peers" and "utils" doxygen groups' documentation.
|
2010-01-19 19:37:00 +00:00 |
completion.c
|
(trunk libT) down the rabbit hole: various minor type correctness changes unearthed by -Wconversion
|
2010-06-30 16:40:19 +00:00 |
completion.h
|
(trunk libT) fix more issues found by -Wconversion
|
2010-07-01 05:14:34 +00:00 |
crypto.c
|
(trunk libT) down the rabbit hole: various minor type correctness changes unearthed by -Wconversion
|
2010-06-30 16:40:19 +00:00 |
crypto.h
|
…
|
|
fdlimit.c
|
(trunk libT) #3371 "experimental use of F_NOCACHE to ameliorate inactive memory on OS X"
|
2010-06-27 17:44:34 +00:00 |
fdlimit.h
|
(trunk libT) remove unused code
|
2010-06-28 13:42:45 +00:00 |
handshake.c
|
(trunk libT) down the rabbit hole: various minor type correctness changes unearthed by -Wconversion
|
2010-06-30 16:40:19 +00:00 |
handshake.h
|
(trunk libT) #3159 "better decision-making when choosing which peers to initiate new connections with" -- experimental commit
|
2010-04-20 21:54:03 +00:00 |
history-test.c
|
…
|
|
history.c
|
(trunk) avoid a few unnecessary type conversions. remove a few unnecessary mutex locks.
|
2010-06-30 06:03:55 +00:00 |
history.h
|
(trunk) avoid a few unnecessary type conversions. remove a few unnecessary mutex locks.
|
2010-06-30 06:03:55 +00:00 |
inout.c
|
(trunk libT) fix bug between the new inout checksum code and the new cache code
|
2010-07-08 23:04:12 +00:00 |
inout.h
|
…
|
|
json-test.c
|
(trunk libT) #3134 "transmission-remote apparently can't handle apostrophes in errorStrings" -- I'm unable to reproduce the reported behavior, but that's no reason to let a new unit test go to waste... committing the unit test anyway
|
2010-04-15 19:27:47 +00:00 |
json.c
|
…
|
|
json.h
|
…
|
|
libt.dox
|
…
|
|
list.c
|
(trunk libT) #2842 "Transmission crashes randomly on ARM-based Synology NAS" -- experimental commit based on giovannibajo's suggestion in comment:39 about the list struct's alignment
|
2010-04-23 23:45:44 +00:00 |
list.h
|
…
|
|
magnet-test.c
|
…
|
|
magnet.c
|
(trunk) #3341 "support alternate tracker syntax in magnet links" -- fixed
|
2010-06-24 18:25:21 +00:00 |
magnet.h
|
…
|
|
makemeta.c
|
(trunk T) #3404 "crash when creating a .torrent containing empty content" -- fixed
|
2010-07-07 22:50:18 +00:00 |
makemeta.h
|
(trunk T) #3404 "crash when creating a .torrent containing empty content" -- fixed
|
2010-07-07 22:50:18 +00:00 |
metainfo.c
|
(2.0x trunk) #3397 "checksum errors when downloading files whose names are encoded in iso-8859-1" -- fixed
|
2010-07-07 16:48:23 +00:00 |
metainfo.h
|
…
|
|
natpmp.c
|
(trunk libT) #3383 "When port forwarding, check to see if the public port matches the private port" -- fixed
|
2010-07-05 21:04:17 +00:00 |
natpmp.h
|
(trunk libT) #3383 "When port forwarding, check to see if the public port matches the private port" -- fixed
|
2010-07-05 21:04:17 +00:00 |
net.c
|
(trunk libT) #3311 "MingW build of Transmission" -- added rb07's revisions to my revisions to his diff. :P
|
2010-07-01 04:00:41 +00:00 |
net.h
|
(trunk) #3311 "MingW build of Transmission" -- apply more of rb07's diffs, though edited to lessen the inevitable #ifdefs
|
2010-06-30 21:24:36 +00:00 |
peer-common.h
|
…
|
|
peer-io.c
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
peer-io.h
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
peer-mgr.c
|
(trunk libT) remove some debugging printf()s that were accidentally committed in r10941
|
2010-07-05 22:49:07 +00:00 |
peer-mgr.h
|
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
|
2010-07-04 06:07:21 +00:00 |
peer-msgs-test.c
|
…
|
|
peer-msgs.c
|
(trunk libT) #3383 "When port forwarding, check to see if the public port matches the private port" -- fixed
|
2010-07-05 21:04:17 +00:00 |
peer-msgs.h
|
…
|
|
platform.c
|
(trunk libT) a couple more minor -Wconversion warnings
|
2010-07-01 05:39:54 +00:00 |
platform.h
|
(trunk libT) a couple more minor -Wconversion warnings
|
2010-07-01 05:39:54 +00:00 |
port-forwarding.c
|
(trunk libT) #3383 "When port forwarding, check to see if the public port matches the private port" -- fixed
|
2010-07-05 21:04:17 +00:00 |
port-forwarding.h
|
happy new year!
|
2010-01-04 21:00:47 +00:00 |
ptrarray.c
|
(trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies.
|
2010-06-19 14:25:11 +00:00 |
ptrarray.h
|
…
|
|
ratecontrol.c
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
ratecontrol.h
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
resume.c
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
resume.h
|
…
|
|
rpc-server.c
|
(trunk libT) #3411 "make https behave nicer when using stunnel" -- experimental fix
|
2010-07-09 14:11:58 +00:00 |
rpc-server.h
|
…
|
|
rpc-test.c
|
…
|
|
rpcimpl.c
|
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
|
2010-07-04 06:07:21 +00:00 |
rpcimpl.h
|
…
|
|
session.c
|
(trunk libT) #1521 "memory cache to reduce disk IO" -- whoops, I missed these parts from Longinus' patch in r10978
|
2010-07-08 23:38:57 +00:00 |
session.h
|
(trunk libt) #3402 "cache-size parameter not retained in settings.json after a restart" -- fixed
|
2010-07-07 23:37:03 +00:00 |
stats.c
|
…
|
|
stats.h
|
…
|
|
test-peer-id.c
|
(trunk) make it possible to #include "version.h" without having to add -I${TOP}/libtransmission/ to your CFLAGS
|
2009-04-13 19:04:21 +00:00 |
torrent-ctor.c
|
…
|
|
torrent-magnet.c
|
(trunk libT) fix more issues found by -Wconversion
|
2010-07-01 05:14:34 +00:00 |
torrent-magnet.h
|
(trunk libT) fix more issues found by -Wconversion
|
2010-07-01 05:14:34 +00:00 |
torrent.c
|
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
|
2010-07-04 06:07:21 +00:00 |
torrent.h
|
(trunk) #3045 "speed units" -- change the public API of libtransmission based on feedback from livings
|
2010-07-04 06:07:21 +00:00 |
tr-dht.c
|
(trunk libT) #3382 "2.01+ (10919) hangs after launch" -- fixed.
|
2010-07-01 16:09:47 +00:00 |
tr-dht.h
|
(trunk libT) #2903 "Don't send DHT port messages to peers if we didn't advertise support for DHT in the handshake" -- fixed in trunk for 1.90
|
2010-02-14 19:35:09 +00:00 |
tr-getopt.c
|
…
|
|
tr-getopt.h
|
…
|
|
tr-lpd.c
|
(trunk) #3311 "MingW build of Transmission" -- apply more of rb07's diffs, though edited to lessen the inevitable #ifdefs
|
2010-06-30 21:24:36 +00:00 |
tr-lpd.h
|
…
|
|
transmission.h
|
(trunk gtk) #3396 "Not UTF-8 aware string truncation" -- fixed
|
2010-07-07 00:44:52 +00:00 |
trevent.c
|
(trunk) #3311 "MingW build of Transmission" -- apply more of rb07's diffs, though edited to lessen the inevitable #ifdefs
|
2010-06-30 21:24:36 +00:00 |
trevent.h
|
happy new year!
|
2010-01-04 21:00:47 +00:00 |
upnp.c
|
(trunk libT) don't try to port forward through your cablebox just because it's hooked up to the local network...
|
2010-06-27 15:29:23 +00:00 |
upnp.h
|
…
|
|
utils-test.c
|
(trunk libT) sync unit tests to iconv() usage
|
2010-07-07 17:08:38 +00:00 |
utils.c
|
(trunk) some units formatter cleanup.
|
2010-07-09 20:53:38 +00:00 |
utils.h
|
(trunk) some units formatter cleanup.
|
2010-07-09 20:53:38 +00:00 |
verify.c
|
(trunk libT) down the rabbit hole: various minor type correctness changes unearthed by -Wconversion
|
2010-06-30 16:40:19 +00:00 |
verify.h
|
(trunk libT) remove unused code
|
2010-06-28 13:42:45 +00:00 |
web.c
|
(trunk libT) #3311 "MingW build of Transmission" -- added rb07's revisions to my revisions to his diff. :P
|
2010-07-01 04:00:41 +00:00 |
web.h
|
…
|
|
webseed.c
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
webseed.h
|
(trunk) #3045 "make libtransmission's API byte-oriented instead of KiB-oriented." -- implemented. This is a largish commit and will break the mac build for a little while.
|
2010-07-03 00:25:22 +00:00 |
wildmat.c
|
(trunk libT) "transmission.h" should *always* be #included before any other libtransmission header
|
2010-04-23 16:36:16 +00:00 |