.. |
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
|
Modified tr_torrentCanAdd() to give the new functionality BMW suggests
|
2007-06-27 14:54:31 +00:00 |
choking.h
|
|
|
clients.c
|
|
|
clients.h
|
|
|
completion.c
|
Modified tr_torrentCanAdd() to give the new functionality BMW suggests
|
2007-06-27 14:54:31 +00:00 |
completion.h
|
|
|
fastresume.c
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
fastresume.h
|
|
|
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
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
inout.h
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
internal.h
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
ipcparse.c
|
Add tr_stat_t.downloadedValid hook to IPC for Gimp_
|
2007-06-26 17:52:45 +00:00 |
ipcparse.h
|
Add tr_stat_t.downloadedValid hook to IPC for Gimp_
|
2007-06-26 17:52:45 +00:00 |
makemeta.c
|
add tr_torrentCanAdd() as per BentMyWookie's request... clear tracker error string when restarting... fix r2202 "completed" announce bug.
|
2007-06-27 05:14:38 +00:00 |
makemeta.h
|
misc cleanup.. ansification; fix my own typos, etc...
|
2007-06-22 04:30:39 +00:00 |
metainfo.c
|
make it safe to pass a bzero()ed struct into tr_metainfoFree()
|
2007-06-28 02:02:30 +00:00 |
metainfo.h
|
Modified tr_torrentCanAdd() to give the new functionality BMW suggests
|
2007-06-27 14:54:31 +00:00 |
natpmp.c
|
|
|
natpmp.h
|
|
|
net.c
|
|
|
net.h
|
|
|
peer.c
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +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
|
|
|
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
|
|
|
platform.c
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
platform.h
|
building up our threading tools: implement RW locks
|
2007-06-25 21:52:18 +00:00 |
ratecontrol.c
|
|
|
ratecontrol.h
|
|
|
sha1.c
|
|
|
sha1.h
|
|
|
shared.c
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
shared.h
|
|
|
strlcat.c
|
|
|
strlcpy.c
|
|
|
torrent.c
|
Make tr_torrentParseHash() public
|
2007-06-28 23:35:02 +00:00 |
tracker.c
|
Make tr_trackerAnnouncePulse() just return safely if there's no tracker initialized.
|
2007-06-28 04:28:23 +00:00 |
tracker.h
|
|
|
transmission.c
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
transmission.h
|
Make tr_torrentParseHash() public
|
2007-06-28 23:35:02 +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
|
add tr_torrentCanAdd() as per BentMyWookie's request... clear tracker error string when restarting... fix r2202 "completed" announce bug.
|
2007-06-27 05:14:38 +00:00 |
utils.h
|
add tr_torrentCanAdd() as per BentMyWookie's request... clear tracker error string when restarting... fix r2202 "completed" announce bug.
|
2007-06-27 05:14:38 +00:00 |
xml.c
|
* fix error checking large files reported by Gimp_
|
2007-06-18 19:39:52 +00:00 |
xml.h
|
|
|