transmission/libtransmission
Charles Kerr 0fb5d03514 d'oh! openssl has rc4 already. 2007-07-01 12:09:43 +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 BeOS fixes 2007-06-14 11:41:09 +00:00
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 Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
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 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 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 divide by zero bug in makemeta code, calculating number of pieces for a zero-sized file. (SoftwareElves) 2007-06-29 02:53:12 +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 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 Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
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 lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
shared.h
strlcat.c
strlcpy.c
torrent.c fix bug that caused libtransmission to think private torrents were public. 2007-06-30 21:29:49 +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