transmission/libtransmission
Charles Kerr d996b96e65 in WIN32, #define lseek _lseeki64 2007-09-09 01:32:59 +00:00
..
Makefile.am do all the libevent enqueuing from a single thread. 2007-08-18 03:02:32 +00:00
basename.c (trunk) portability patch for MAXPATHLEN. Reported by afxgroup in ticket #291. 2007-08-08 23:33:01 +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 continue whittling away at internal.h to reduce the global #include dependencies 2007-07-31 14:26:44 +00:00
choking.h clean up #includes a bit. 2007-07-09 20:10:42 +00:00
clients.c identify a client's peer id correctly 2007-08-10 18:06:52 +00:00
clients.h Revert [619] 2006-07-16 19:39:23 +00:00
completion.c fix NaN error reported by persept 2007-08-21 16:26:01 +00:00
completion.h added support for `corrupt' announce tag s.t. corrupted bytes don't count towards your download ratio 2007-08-21 15:17:02 +00:00
dirname.c (trunk) portability patch for MAXPATHLEN. Reported by afxgroup in ticket #291. 2007-08-08 23:33:01 +00:00
fastresume.c added support for `corrupt' announce tag s.t. corrupted bytes don't count towards your download ratio 2007-08-21 15:17:02 +00:00
fastresume.h added support for `corrupt' announce tag s.t. corrupted bytes don't count towards your download ratio 2007-08-21 15:17:02 +00:00
fdlimit.c More win32 portability fixes. we now talk to tracker & peers; hash checks work, downloads seem to work. w00t 2007-08-02 23:33:40 +00:00
fdlimit.h continue whittling away at internal.h to reduce the global #include dependencies 2007-07-31 14:26:44 +00:00
http.c (trunk) minor tweak to gracefully handle leading spaces in the announce URL. Reported by Lacrocivious 2007-08-08 23:48:10 +00:00
http.h remove unused macros 2007-07-31 01:21:10 +00:00
inout.c in WIN32, #define lseek _lseeki64 2007-09-09 01:32:59 +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 added support for `corrupt' announce tag s.t. corrupted bytes don't count towards your download ratio 2007-08-21 15:17:02 +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 $Id$ 2007-08-18 17:19:49 +00:00
list.h $Id$ 2007-08-18 17:19:49 +00:00
makemeta.c $Id$ 2007-08-18 17:19:49 +00:00
makemeta.h $Id$ 2007-08-18 17:19:49 +00:00
metainfo.c fix minor memory leaks introduced in the last couple of days 2007-08-18 22:35:09 +00:00
metainfo.h Modified tr_torrentCanAdd() to give the new functionality BMW suggests 2007-06-27 14:54:31 +00:00
natpmp.c sync joshe's changes with win32 2007-08-04 02:55:06 +00:00
natpmp.h Don't try port mapping if binding the port fails. 2007-04-15 07:36:24 +00:00
net.c Use __BEOS__ to test for beos instead of relying on the build to set SYS_BEOS. 2007-08-04 01:17:39 +00:00
net.h use inttypes.h instead of stdint.h 2007-08-04 01:34:00 +00:00
peer.c (0.8x) take denis_' suggestion for improving the peer debug message 2007-09-09 00:45:08 +00:00
peer.h continue whittling away at internal.h to reduce the global #include dependencies 2007-07-31 14:26:44 +00:00
peeraz.h Add workaround for broken bittyrant client name. 2007-08-23 06:44:52 +00:00
peerext.h Save client name from azureus or extended handshake, overriding name deduced from peer id. 2007-08-15 23:03:50 +00:00
peermessages.h make list less error-prone by changing the API s.t. we're guaranteed to update the list's pointer correctly. 2007-08-14 14:18:54 +00:00
peerparse.h added support for `corrupt' announce tag s.t. corrupted bytes don't count towards your download ratio 2007-08-21 15:17:02 +00:00
peertree.h add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
peerutils.h (trunk) add tweak to boost the priority of the first and last piece of a file so that early previewing is possible. Suggested by mtolman in http://transmission.m0k.org/forum/viewtopic.php?t=2110 2007-08-08 15:07:06 +00:00
platform.c (trunk) fix some of the crash-on-shutdown issues. 2007-09-05 23:01:56 +00:00
platform.h (trunk) fix some of the crash-on-shutdown issues. 2007-09-05 23:01:56 +00:00
ptrarray.c $Id$ 2007-08-18 17:19:49 +00:00
ptrarray.h $Id$ 2007-08-18 17:19:49 +00:00
publish.c $Id$ 2007-08-18 17:19:49 +00:00
publish.h $Id$ 2007-08-18 17:19:49 +00:00
ratecontrol.c use a straight lock, rather than a rwlock, for rate control 2007-08-02 16:07: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 $Id$ 2007-08-18 17:19:49 +00:00
sha1.h $Id$ 2007-08-18 17:19:49 +00:00
shared.c the new tracker code seems to be working, so now it's time for me to learn yet again how much better users are at noticing bugs than I am. :) 2007-08-16 20:00:06 +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
timer.c fix cut-and-paste bug 2007-09-05 23:58:35 +00:00
timer.h (trunk) fix some of the crash-on-shutdown issues. 2007-09-05 23:01:56 +00:00
torrent.c added support for `corrupt' announce tag s.t. corrupted bytes don't count towards your download ratio 2007-08-21 15:17:02 +00:00
tracker.c make upnp's internal structures' naming schemes whallop-like 2007-08-21 20:38:34 +00:00
tracker.h $Id$ 2007-08-18 17:19:49 +00:00
transmission.c fix FMR on shutdown 2007-08-20 02:12:55 +00:00
transmission.h added support for `corrupt' announce tag s.t. corrupted bytes don't count towards your download ratio 2007-08-21 15:17:02 +00:00
trcompat.h sync the two build systems w.r.t. dirname() and basename() 2007-07-30 14:31:03 +00:00
trevent.c (trunk) fix some of the crash-on-shutdown issues. 2007-09-05 23:01:56 +00:00
trevent.h (trunk) fix some of the crash-on-shutdown issues. 2007-09-05 23:01:56 +00:00
upnp.c make upnp's internal structures' naming schemes whallop-like 2007-08-21 20:38:34 +00:00
upnp.h make upnp's internal structures' naming schemes whallop-like 2007-08-21 20:38:34 +00:00
utils.c add utility function for setting libevent timer intervals 2007-08-23 20:33:01 +00:00
utils.h add utility function for setting libevent timer intervals 2007-08-23 20:33:01 +00:00
version.h.in * more work on the tracker... getting closer. 2007-08-18 08:28:57 +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