1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-06 22:42:33 +00:00
transmission/libtransmission
2007-06-23 02:24:03 +00:00
..
bencode.c fix terribly nasty bencode corruption bug from r2024 regarding the sorting of dictionary keys in tr_bencDictAdd(). this corrupts all the pointers that are already floating out there to existing values in the dictionary... if BitTornado really needs these to be sorted, then we should sort a temporary copy in tr_bencSave(), not here in our internal structures. 2007-06-19 03:01:57 +00:00
bencode.h
bsdqueue.h
bsdtree.h
choking.c Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
choking.h
clients.c
clients.h
completion.c possible fix for the -0.0 percent done bug 2007-06-23 02:24:03 +00:00
completion.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
fastresume.c add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red... 2007-06-22 20:59:23 +00:00
fastresume.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
fdlimit.c * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
fdlimit.h
http.c * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
http.h
inout.c add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red... 2007-06-22 20:59:23 +00:00
inout.h
internal.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
ipcparse.c Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
ipcparse.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
makemeta.c misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
makemeta.h misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
metainfo.c better error message (BigBossman) 2007-06-18 21:03:10 +00:00
metainfo.h
natpmp.c
natpmp.h
net.c
net.h
peer.c misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
peer.h adding experimental implementation of Tamilmani's `Swift' tit-for-tat algorithm for testing. To tweak or disable, change the values around line 50 of libtransmission/peer.c 2007-06-21 14:47:26 +00:00
peeraz.h
peerext.h
peermessages.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
peerparse.h adding experimental implementation of Tamilmani's `Swift' tit-for-tat algorithm for testing. To tweak or disable, change the values around line 50 of libtransmission/peer.c 2007-06-21 14:47:26 +00:00
peertree.h
peerutils.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
platform.c misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
platform.h misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
ratecontrol.c
ratecontrol.h
sha1.c
sha1.h
shared.c adding experimental implementation of Tamilmani's `Swift' tit-for-tat algorithm for testing. To tweak or disable, change the values around line 50 of libtransmission/peer.c 2007-06-21 14:47:26 +00:00
shared.h
strlcat.c
strlcpy.c
torrent.c add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red... 2007-06-22 20:59:23 +00:00
tracker.c Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
tracker.h
transmission.c add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red... 2007-06-22 20:59:23 +00:00
transmission.h * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
trcompat.h
upnp.c * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
upnp.h
utils.c * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
utils.h * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
xml.c * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
xml.h