transmission/libtransmission
Charles Kerr 3e40e06938 avoid null pointer dereferencing in tr_torrentInit*() as reported by wereHamster 2007-07-25 18:43:21 +00:00
..
Makefile.am include version.h.in, not version.h, in "make dist" 2007-07-18 23:05:38 +00:00
basename.c Adds basename/dirname implementation for platforms that lack it (BeOS...) 2007-07-10 11:30:11 +00:00
bencode.c fix compiler warnings reported by wereHamster 2007-07-25 17:27:19 +00:00
bencode.h BeOS fixes 2007-06-14 11:41:09 +00:00
bsdqueue.h
bsdtree.h
choking.c de-inline some big functions. 2007-07-19 10:56:14 +00:00
choking.h clean up #includes a bit. 2007-07-09 20:10:42 +00:00
clients.c Include trcompat.h for asprintf() 2007-07-18 17:25:42 +00:00
clients.h
completion.c * fix overflow error from earlier today. (this was the crash talked about in IRC) 2007-07-25 01:59:46 +00:00
completion.h remove unused function tr_cpMostMissingBlockInPiece() 2007-07-24 17:08:45 +00:00
dirname.c Adds basename/dirname implementation for platforms that lack it (BeOS...) 2007-07-10 11:30:11 +00:00
fastresume.c get "recheck files" working properly again. 2007-07-24 00:09:23 +00:00
fastresume.h set default torrent ul/dl speed limits from global ul/dl speed. as a side effect, totally decouples fastresume from inout. 2007-07-23 03:00:20 +00:00
fdlimit.c xmission: load torrents on startup and populate the torrent list. 2007-07-22 02:24:13 +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 Include trcompat.h for asprintf() 2007-07-18 17:25:42 +00:00
http.h Fix upnp verbose logging to show outgoing http requests. 2007-06-10 23:12:43 +00:00
inout.c add some assertion tests for #transmission 2007-07-24 20:49:47 +00:00
inout.h set default torrent ul/dl speed limits from global ul/dl speed. as a side effect, totally decouples fastresume from inout. 2007-07-23 03:00:20 +00:00
internal.h * fix overflow error from earlier today. (this was the crash talked about in IRC) 2007-07-25 01:59:46 +00:00
ipcparse.c Include trcompat.h for asprintf() 2007-07-18 17:25:42 +00:00
ipcparse.h Don't silently ignore IPC messages which aren't in the table (oops). 2007-07-14 05:29:18 +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 make values in newly created .torrent files alphabetically sorted 2007-07-25 01:00:17 +00:00
makemeta.h misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
metainfo.c fix double-free crash on opening a corrupt torrent file. reported by wereHamster 2007-07-25 17:19:29 +00:00
metainfo.h Modified tr_torrentCanAdd() to give the new functionality BMW suggests 2007-06-27 14:54:31 +00:00
natpmp.c Change a couple functions to take an in_addr pointer instead of an in_addr. 2007-07-14 16:29:21 +00:00
natpmp.h
net.c Change a couple functions to take an in_addr pointer instead of an in_addr. 2007-07-14 16:29:21 +00:00
net.h Change a couple functions to take an in_addr pointer instead of an in_addr. 2007-07-14 16:29:21 +00:00
peer.c fix endgame bug reported again and again and again by SoftwareElves ;) 2007-07-25 18:30:00 +00:00
peer.h Change a couple functions to take an in_addr pointer instead of an in_addr. 2007-07-14 16:29:21 +00:00
peeraz.h remove the TR_HTONL macro 2007-07-19 10:49:44 +00:00
peerext.h some assertions to smoke out the error that SoftwareElves is seeing 2007-07-25 17:46:00 +00:00
peermessages.h remove the TR_HTONL macro 2007-07-19 10:49:44 +00:00
peerparse.h Undo the reporting stats change in r2493, based on info from xiffix that Azureus does not do this for the tracker, and when uTorrent did, it provoked a ban. 2007-07-25 17:38:05 +00:00
peertree.h Include trcompat.h for asprintf() 2007-07-18 17:25:42 +00:00
peerutils.h fix the high CPU load during endgame. 2007-07-24 18:59:37 +00:00
platform.c Include trcompat.h for asprintf() 2007-07-18 17:25:42 +00:00
platform.h Adds BeOS tr_condBroadcast implementation 2007-07-10 14:00:20 +00:00
ratecontrol.c more work on speed control 2007-07-20 06:08:34 +00:00
ratecontrol.h fold per-torrent ul/dl speed cap settings into libtransmission. synchronize gtk+ client with this change. breaks os x client. 2007-07-18 05:27:45 +00:00
sha1.c
sha1.h
shared.c Change a couple functions to take an in_addr pointer instead of an in_addr. 2007-07-14 16:29:21 +00:00
shared.h
strlcat.c
strlcpy.c
torrent.c avoid null pointer dereferencing in tr_torrentInit*() as reported by wereHamster 2007-07-25 18:43:21 +00:00
tracker.c re-randomize peer_id each time we start a torrent. (ticket #257) 2007-07-16 11:19:44 +00:00
tracker.h fix the bugs outlined by cluthi81 in ticket #255. 2007-07-15 17:36:56 +00:00
transmission.c new utility function for app startup: tr_loadTorrents() 2007-07-21 18:46:54 +00:00
transmission.h * fix overflow error from earlier today. (this was the crash talked about in IRC) 2007-07-25 01:59:46 +00:00
trcompat.h Add asprintf implementation for systems which lack it. 2007-07-18 17:19:14 +00:00
upnp.c Include trcompat.h for asprintf() 2007-07-18 17:25:42 +00:00
upnp.h
utils.c fix compiler warnings reported by wereHamster 2007-07-25 17:27:19 +00:00
utils.h simplify xml.c and utils.c's dependencies 2007-07-19 11:54:37 +00:00
version.h.in add version.h.in 2007-07-18 23:04:50 +00:00
xml.c simplify xml.c and utils.c's dependencies 2007-07-19 11:54:37 +00:00
xml.h