1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-06 22:42:33 +00:00
transmission/libtransmission
2007-06-30 21:11:17 +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 don't count too many bytes in the last block in tr_cpDownloadedValid(), tr_cpLeftUntilDone(), tr_cpLeftUntilComplete(). Very minor speedups in tr_bitfieldHas(), tr_bitfieldAdd(), tr_bitfieldRem(). 2007-06-30 21:11:17 +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 uninteresting minor stuff like adding const. this commit is just to reduce the shear between trunk and what lands in the file-selection branch. 2007-06-09 15:36:46 +00:00
http.c * fix error checking large files reported by Gimp_ 2007-06-18 19:39:52 +00:00
http.h Fix upnp verbose logging to show outgoing http requests. 2007-06-10 23:12:43 +00:00
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 make tr_torrentInfo() a const function 2007-06-30 13:36:58 +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 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 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 patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks 2007-06-06 00:30:13 +00:00
peermessages.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
peerparse.h lots of performance improvements. fun! 2007-06-29 05:45:17 +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
rc4.c I wonder what this is for. 2007-06-30 19:46:41 +00:00
rc4.h I wonder what this is for. 2007-06-30 19:46:41 +00:00
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 r2247 oops 2007-06-30 15:16:08 +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_torrentInfo() a const function 2007-06-30 13:36:58 +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 don't count too many bytes in the last block in tr_cpDownloadedValid(), tr_cpLeftUntilDone(), tr_cpLeftUntilComplete(). Very minor speedups in tr_bitfieldHas(), tr_bitfieldAdd(), tr_bitfieldRem(). 2007-06-30 21:11:17 +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