transmission/libtransmission
Charles Kerr 615afaa445 add extra state change checks 2007-07-19 03:48:27 +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 clean up #includes a bit. 2007-07-12 17:51:45 +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 fix bug that gave the wrong peer count when uploading. 2007-07-13 22:22:46 +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 Revert [619] 2006-07-16 19:39:23 +00:00
completion.c fix crash on zero-byte torrents 2007-07-15 03:52:51 +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 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
fastresume.h remove unused functions tr_ioRemoveResume() and fastResumeRemove() 2007-07-10 00:33:48 +00:00
fdlimit.c Change a couple functions to take an in_addr pointer instead of an in_addr. 2007-07-14 16:29:21 +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 fix crash on zero-byte torrents 2007-07-15 03:52:51 +00:00
inout.h remove unused functions tr_ioRemoveResume() and fastResumeRemove() 2007-07-10 00:33:48 +00:00
internal.h fix overlap bug in file-selection where files adjacent to a "do not download" file could end up missing a few bytes. 2007-07-16 19:57:34 +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 update versioning scheme as per consensus between TMT, John_Clay, Gimp_, and charles_ 2007-07-10 19:40:21 +00:00
makemeta.h misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
metainfo.c fix the bugs outlined by cluthi81 in ticket #255. 2007-07-15 17:36:56 +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 Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
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 re-randomize peer_id each time we start a torrent. (ticket #257) 2007-07-16 11:19:44 +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 fix the bugs outlined by cluthi81 in ticket #255. 2007-07-15 17:36:56 +00:00
peerext.h fix bug that gave the wrong peer count when uploading. 2007-07-13 22:22:46 +00:00
peermessages.h fix bug that gave the wrong peer count when uploading. 2007-07-13 22:22:46 +00:00
peerparse.h re-randomize peer_id each time we start a torrent. (ticket #257) 2007-07-16 11:19:44 +00:00
peertree.h Include trcompat.h for asprintf() 2007-07-18 17:25:42 +00:00
peerutils.h fix bug that gave the wrong peer count when uploading. 2007-07-13 22:22:46 +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 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
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 Revert [619] 2006-07-16 19:39:23 +00:00
sha1.h Revert [619] 2006-07-16 19:39:23 +00:00
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 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 add extra state change checks 2007-07-19 03:48:27 +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 identify dev builds of transmission correctly in the peers list 2007-07-16 21:57:22 +00:00
transmission.h Replace nice readable bitshifts with ugly hex constants 2007-07-18 18:09:03 +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 Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
utils.c remove unused variable 2007-07-18 22:11:47 +00:00
utils.h sync with r2397 2007-07-18 22:59:29 +00:00
version.h.in add version.h.in 2007-07-18 23:04:50 +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