1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00
transmission/libtransmission
2007-07-01 19:10:14 +00:00
..
bencode.c get the bencoded text compliant with the bittorrent spec w.r.t. dictionaries: "keys must be strings and appear in sorted order (sorted as raw strings, not alphanumerics)." 2007-06-29 02:27:00 +00:00
bencode.h
bsdqueue.h
bsdtree.h
choking.c lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
choking.h
clients.c
clients.h
completion.c fix r2252 copy-and-paste bug. Thanks BentMyWookie 2007-06-30 21:39:03 +00:00
completion.h
fastresume.c
fastresume.h
fdlimit.c
fdlimit.h
http.c
http.h
inout.c fix r2252 copy-and-paste bug. Thanks BentMyWookie 2007-06-30 21:39:03 +00:00
inout.h
internal.h
ipcparse.c replace the unhelpful error message "error: insufficient resources" with more descriptive cases 2007-07-01 01:50:14 +00:00
ipcparse.h make tr_torrentInfo() a const function 2007-06-30 13:36:58 +00:00
makemeta.c Fix makemeta infinite loop reported by BentMyWookie 2007-07-01 14:04:18 +00:00
makemeta.h
metainfo.c make the "Error while parsing bencoded data" more helpful by showing the bad bencoded data. (though the string might be very long...) 2007-07-01 02:54:37 +00:00
metainfo.h
natpmp.c
natpmp.h
net.c
net.h
peer.c fix crash reported by persept 2007-06-30 12:46:45 +00:00
peer.h lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
peeraz.h
peerext.h
peermessages.h
peerparse.h Silence the "Too many requests!" error that's not really an error 2007-06-30 22:47:59 +00:00
peertree.h
peerutils.h Fix endgame bug that caused the last 2-3% to drag out forever in recent nightlies. Thanks SoftwareElves 2007-06-29 06:24:55 +00:00
platform.c
platform.h
ratecontrol.c lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
ratecontrol.h
sha1.c
sha1.h
shared.c lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
shared.h
strlcat.c
strlcpy.c
torrent.c Move the initial fastresume check into the thread that creates the torrent, rather than in the torrent's worker thread 2007-07-01 19:10:14 +00:00
tracker.c
tracker.h
transmission.c
transmission.h replace the unhelpful error message "error: insufficient resources" with more descriptive cases 2007-07-01 01:50:14 +00:00
trcompat.h
upnp.c
upnp.h
utils.c replace the unhelpful error message "error: insufficient resources" with more descriptive cases 2007-07-01 01:50:14 +00:00
utils.h lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
xml.c
xml.h