transmission/libtransmission
Charles Kerr 88fe038e6e (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +00:00
..
Makefile.am include version.h.in, not version.h, in "make dist" 2007-07-18 23:05:38 +00:00
basename.c sync the two build systems w.r.t. dirname() and basename() 2007-07-30 14:31:03 +00:00
bencode.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +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 add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
choking.h clean up #includes a bit. 2007-07-09 20:10:42 +00:00
clients.c Add a couple headers needed to build on openbsd. 2007-07-29 18:31:25 +00:00
clients.h Revert [619] 2006-07-16 19:39:23 +00:00
completion.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
completion.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
dirname.c sync the two build systems w.r.t. dirname() and basename() 2007-07-30 14:31:03 +00:00
fastresume.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
fastresume.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
fdlimit.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
fdlimit.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
http.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
http.h Fix upnp verbose logging to show outgoing http requests. 2007-06-10 23:12:43 +00:00
inout.c (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +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 (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +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 better encapsulation of platform-specific constructs: tr_thread_t, tr_cond_t, tr_lock_t 2007-07-30 15:27:52 +00:00
makemeta.c (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +00:00
makemeta.h misc cleanup.. ansification; fix my own typos, etc... 2007-06-22 04:30:39 +00:00
metainfo.c (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +00:00
metainfo.h Modified tr_torrentCanAdd() to give the new functionality BMW suggests 2007-06-27 14:54:31 +00:00
natpmp.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
natpmp.h Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
net.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
net.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
peer.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
peer.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +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 a nice patch that makes the three most CPU-hogging functions (as reported by Shark) essentially free and reduces memory overhead by 8 bytes per piece per torrent. Lots of asserts for extra testing fun. 2007-07-28 15:43:34 +00:00
peerparse.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
peertree.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
peerutils.h fix the high CPU load during endgame. 2007-07-24 18:59:37 +00:00
platform.c better encapsulation of platform-specific constructs: tr_thread_t, tr_cond_t, tr_lock_t 2007-07-30 15:27:52 +00:00
platform.h better encapsulation of platform-specific constructs: tr_thread_t, tr_cond_t, tr_lock_t 2007-07-30 15:27:52 +00:00
ratecontrol.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +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 (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +00:00
sha1.h (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +00:00
shared.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
shared.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +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 portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
tracker.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
tracker.h (libT) get "update tracker" working again. 2007-07-30 17:11:00 +00:00
transmission.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
transmission.h (libT) get "update tracker" working again. 2007-07-30 17:11:00 +00:00
trcompat.h sync the two build systems w.r.t. dirname() and basename() 2007-07-30 14:31:03 +00:00
upnp.c add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
upnp.h Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
utils.c better encapsulation of platform-specific constructs: tr_thread_t, tr_cond_t, tr_lock_t 2007-07-30 15:27:52 +00:00
utils.h * now that we've got a new function at the top of the CPU hog list, tweak it too. 2007-07-28 22:47:10 +00:00
version.h.in get both build systems (hand-written configure, and autoconf) to generate equivalent version.h headers 2007-07-28 04:10:09 +00:00
xml.c simplify xml.c and utils.c's dependencies 2007-07-19 11:54:37 +00:00
xml.h Merge nat-traversal branch to trunk. 2006-09-25 18:37:45 +00:00