transmission/libtransmission
Charles Kerr f86cf5449d fix rate control bug reported by John_Clay 2007-07-10 17:07:18 +00:00
..
basename.c Adds basename/dirname implementation for platforms that lack it (BeOS...) 2007-07-10 11:30:11 +00:00
bencode.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
bencode.h BeOS fixes 2007-06-14 11:41:09 +00:00
bsdqueue.h A couple trivial improvements to tree.h 2007-03-23 08:41:15 +00:00
bsdtree.h A couple trivial improvements to tree.h 2007-03-23 08:41:15 +00:00
choking.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
choking.h clean up #includes a bit. 2007-07-09 20:10:42 +00:00
clients.c show Blizzard Downloader actual version (this could become wrong in future versions) 2007-05-21 15:25:28 +00:00
clients.h Revert [619] 2006-07-16 19:39:23 +00:00
completion.c splitting dnd and priorities apart, and moving the file storage for those fields into fastresume 2007-07-10 03:12:46 +00:00
completion.h Merge file selection and torrent creation into the main branch. 2007-06-18 03:40:41 +00:00
dirname.c Adds basename/dirname implementation for platforms that lack it (BeOS...) 2007-07-10 11:30:11 +00:00
fastresume.c more fastresume fixin' 2007-07-10 03:49:10 +00:00
fastresume.h remove unused functions tr_ioRemoveResume() and fastResumeRemove() 2007-07-10 00:33:48 +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 clean up #includes a bit. 2007-07-09 20:10:42 +00:00
http.h Fix upnp verbose logging to show outgoing http requests. 2007-06-10 23:12:43 +00:00
inout.c remove unused functions tr_ioRemoveResume() and fastResumeRemove() 2007-07-10 00:33:48 +00:00
inout.h remove unused functions tr_ioRemoveResume() and fastResumeRemove() 2007-07-10 00:33:48 +00:00
internal.h clean up #includes a bit. 2007-07-09 20:10:42 +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
list.c fix r2306 double-free crash reported by Gimp_, webaake 2007-07-09 16:30:20 +00:00
list.h fix r2306 double-free crash reported by Gimp_, webaake 2007-07-09 16:30:20 +00:00
makemeta.c Adds basename/dirname implementation for platforms that lack it (BeOS...) 2007-07-10 11:30:11 +00:00
makemeta.h misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
metainfo.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
metainfo.h Modified tr_torrentCanAdd() to give the new functionality BMW suggests 2007-06-27 14:54:31 +00:00
natpmp.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
natpmp.h Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
net.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
net.h Merge PEX branch, I hope this works. 2007-03-23 08:28:01 +00:00
peer.c more assertion tests to tr_peerGotBlockFromUs() and tr_peerSentBlockToUs() to smoke out any remaining spurious ul/dl bytecounts 2007-07-09 23:27:57 +00:00
peer.h lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
peeraz.h Don't disconnect azureus peers with a newer peer protocol version, 2007-04-16 21:21:00 +00:00
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 fix r2306 double-free crash reported by Gimp_, webaake 2007-07-09 16:30:20 +00:00
peerparse.h Revert version back to 079 as per BentMyWookie's suggestion 2007-07-09 23:09:00 +00:00
peertree.h Merge PEX branch, I hope this works. 2007-03-23 08:28:01 +00:00
peerutils.h splitting dnd and priorities apart, and moving the file storage for those fields into fastresume 2007-07-10 03:12:46 +00:00
platform.c Adds BeOS tr_condBroadcast implementation 2007-07-10 14:00:20 +00:00
platform.h Adds BeOS tr_condBroadcast implementation 2007-07-10 14:00:20 +00:00
ratecontrol.c fix rate control bug reported by John_Clay 2007-07-10 17:07:18 +00:00
ratecontrol.h fix broken rate control. 2007-07-07 04:13:13 +00:00
sha1.c Revert [619] 2006-07-16 19:39:23 +00:00
sha1.h Revert [619] 2006-07-16 19:39:23 +00:00
shared.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
shared.h Remove natpmp and upnp locks and rely on the shared lock. 2007-02-06 05:37:48 +00:00
strlcat.c Merge daemon branch to trunk. 2007-04-18 16:39:10 +00:00
strlcpy.c Merge daemon branch to trunk. 2007-04-18 16:39:10 +00:00
torrent.c fix rate control bug reported by John_Clay 2007-07-10 17:07:18 +00:00
tracker.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
tracker.h Use a tr_tracker_info_t * directly in tr_info_t and tr_tracker_t. 2007-02-27 04:00:38 +00:00
transmission.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
transmission.h fix dnd-setting bug created while splitting DND and priorities into two separate entities 2007-07-10 03:41:16 +00:00
trcompat.h Adds basename/dirname implementation for platforms that lack it (BeOS...) 2007-07-10 11:30:11 +00:00
upnp.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
upnp.h Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
utils.c fix endgame bugs 2007-07-06 16:17:37 +00:00
utils.h lots of performance improvements. fun! 2007-06-29 05:45:17 +00:00
xml.c clean up #includes a bit. 2007-07-09 20:10:42 +00:00
xml.h Merge nat-traversal branch to trunk. 2006-09-25 18:37:45 +00:00