.. |
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
|
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
|
fix r2252 copy-and-paste bug. Thanks BentMyWookie
|
2007-06-30 21:39: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
|
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
|
misc cleanup.. ansification; fix my own typos, etc...
|
2007-06-22 04:30:39 +00:00 |
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
|
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
|
fix peer memory leak.
|
2007-07-06 15:51:06 +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
|
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
|
lots of performance improvements. fun!
|
2007-06-29 05:45:17 +00:00 |
ratecontrol.h
|
…
|
|
sha1.c
|
…
|
|
sha1.h
|
…
|
|
shared.c
|
Fixes a typo that caused us to reject all incoming connections
|
2007-07-04 15:04:05 +00:00 |
shared.h
|
…
|
|
strlcat.c
|
…
|
|
strlcpy.c
|
…
|
|
torrent.c
|
when creating a torrent, initialize its cpStatus field before passing it to the torrent's worker thread
|
2007-07-02 01:29:05 +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
|
replace the unhelpful error message "error: insufficient resources" with more descriptive cases
|
2007-07-01 01:50:14 +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
|
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
|
* fix error checking large files reported by Gimp_
|
2007-06-18 19:39:52 +00:00 |
xml.h
|
…
|
|