.. |
Makefile.am
|
fix peer-msgs.c assertion failure. (tbo)
|
2007-09-25 22:30:41 +00:00 |
basename.c
|
…
|
|
bencode.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
bencode.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
bsdtree.h
|
…
|
|
clients.c
|
roll back the clients changes because of the 0.90 freeze
|
2007-10-19 00:19:16 +00:00 |
clients.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
completion.c
|
modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients.
|
2007-09-26 01:55:04 +00:00 |
completion.h
|
modify the tr_stat struct as hashed out by charles_ and BentMyWookie. sync gtk, ipc, and wx clients.
|
2007-09-26 01:55:04 +00:00 |
crypto.c
|
Try sharing a DH so that we don't spend so many cpu cycles making new ones when we're working through the peers trying to find good ones.
|
2007-10-13 23:15:43 +00:00 |
crypto.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
dirname.c
|
…
|
|
fastresume.c
|
maybe fix crash reported by Lacrocivious in http://pastebin.ca/738142
|
2007-10-16 02:19:40 +00:00 |
fastresume.h
|
save the tr_torrent::pexDisabled flag in fastresume
|
2007-10-15 16:35:18 +00:00 |
fdlimit.c
|
* record the ports of incoming sockets. we might need them later if we want to disconnect and reconnect.
|
2007-09-25 23:10:34 +00:00 |
fdlimit.h
|
…
|
|
handshake.c
|
merge the wiki.theory.org, T, and libtorrent client lists. T knows about dozens more clients now.
|
2007-10-19 00:02:37 +00:00 |
handshake.h
|
improved uTorrent handshaking, after talking to #utorrent-dev about minutae...
|
2007-09-29 00:46:41 +00:00 |
http.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
http.h
|
…
|
|
inout.c
|
remove dead code tr_file_stat::completionStatus
|
2007-10-15 18:45:25 +00:00 |
inout.h
|
Simplify the tracker/pause/close/recheck/start code.
|
2007-10-04 19:58:30 +00:00 |
internal.h
|
* don't fire the "status changed" event if the status changes while a torrent's being started for the first time.
|
2007-10-19 23:23:21 +00:00 |
ipcparse.c
|
remove unused flags
|
2007-10-15 20:58:39 +00:00 |
ipcparse.h
|
remove unused flags
|
2007-10-15 20:58:39 +00:00 |
list.c
|
fix a couple of memory corruption errors while trying to track down tiennou's report on peer-msgs.c:pulse() -> inout.c:163 assertion failure.
|
2007-09-28 14:27:56 +00:00 |
list.h
|
fix a couple of memory corruption errors while trying to track down tiennou's report on peer-msgs.c:pulse() -> inout.c:163 assertion failure.
|
2007-09-28 14:27:56 +00:00 |
makemeta.c
|
(1) fix a bug in torrent creation. (2) fix a bug in torrent paths on startup in gtk
|
2007-10-14 03:26:13 +00:00 |
makemeta.h
|
remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly...
|
2007-09-20 20:14:13 +00:00 |
metainfo.c
|
maybe fix crash reported by Lacrocivious in http://pastebin.ca/738142
|
2007-10-16 02:19:40 +00:00 |
metainfo.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
natpmp.c
|
…
|
|
natpmp.h
|
…
|
|
net.c
|
* add intltool macros to make it easier to build from svn.
|
2007-10-09 02:49:24 +00:00 |
net.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
peer-io.c
|
8 second timeout during handshake, 2.5 minute handshake afterwards
|
2007-10-11 03:54:33 +00:00 |
peer-io.h
|
8 second timeout during handshake, 2.5 minute handshake afterwards
|
2007-10-11 03:54:33 +00:00 |
peer-mgr-private.h
|
ban peers that feed us too many bad blocks.
|
2007-10-08 01:31:27 +00:00 |
peer-mgr.c
|
* don't fire the "status changed" event if the status changes while a torrent's being started for the first time.
|
2007-10-19 23:23:21 +00:00 |
peer-mgr.h
|
when deciding which peers to try to connect to, add some weights to punish peers that don't transfer piece data with us. We'll still give them another, but at longer intervals than better peers get.
|
2007-10-16 00:55:17 +00:00 |
peer-msgs.c
|
* don't fire the "status changed" event if the status changes while a torrent's being started for the first time.
|
2007-10-19 23:23:21 +00:00 |
peer-msgs.h
|
remove tr_peerMsgsSetChoke()'s return value, which was always ignored anyway
|
2007-10-17 18:23:59 +00:00 |
platform.c
|
simplify libT locks now that it's (more-or-less) single-threaded. fix deadlocks. make tr_locks nestable.
|
2007-10-01 15:17:15 +00:00 |
platform.h
|
simplify libT locks now that it's (more-or-less) single-threaded. fix deadlocks. make tr_locks nestable.
|
2007-10-01 15:17:15 +00:00 |
ptrarray.c
|
* simplify the the choking intervals
|
2007-10-02 14:35:02 +00:00 |
ptrarray.h
|
* simplify the the choking intervals
|
2007-10-02 14:35:02 +00:00 |
publish.c
|
fix a couple of memory corruption errors while trying to track down tiennou's report on peer-msgs.c:pulse() -> inout.c:163 assertion failure.
|
2007-09-28 14:27:56 +00:00 |
publish.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
ratecontrol.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
ratecontrol.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
shared.c
|
some cleanup... remove some dead/obsolete code
|
2007-10-02 00:05:40 +00:00 |
shared.h
|
simplify libT locks now that it's (more-or-less) single-threaded. fix deadlocks. make tr_locks nestable.
|
2007-10-01 15:17:15 +00:00 |
strlcat.c
|
…
|
|
strlcpy.c
|
…
|
|
torrent.c
|
* don't fire the "status changed" event if the status changes while a torrent's being started for the first time.
|
2007-10-19 23:23:21 +00:00 |
tracker.c
|
possibly fix r3457 crash reported by chrissturm
|
2007-10-18 19:33:29 +00:00 |
tracker.h
|
huge tracker cleanup for the "no response from tracker" issue
|
2007-10-17 18:59:58 +00:00 |
transmission.c
|
* don't fire the "status changed" event if the status changes while a torrent's being started for the first time.
|
2007-10-19 23:23:21 +00:00 |
transmission.h
|
* don't fire the "status changed" event if the status changes while a torrent's being started for the first time.
|
2007-10-19 23:23:21 +00:00 |
trcompat.h
|
…
|
|
trevent.c
|
fix overflow error that caused timers with intervals larger than 35 minutes to be lost... which is nastier than it sounds, since that's shorter than many tracker announce intervals.
|
2007-10-18 18:32:58 +00:00 |
trevent.h
|
fix overflow error that caused timers with intervals larger than 35 minutes to be lost... which is nastier than it sounds, since that's shorter than many tracker announce intervals.
|
2007-10-18 18:32:58 +00:00 |
upnp.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
upnp.h
|
…
|
|
utils.c
|
fix overflow error that caused timers with intervals larger than 35 minutes to be lost... which is nastier than it sounds, since that's shorter than many tracker announce intervals.
|
2007-10-18 18:32:58 +00:00 |
utils.h
|
fix overflow error that caused timers with intervals larger than 35 minutes to be lost... which is nastier than it sounds, since that's shorter than many tracker announce intervals.
|
2007-10-18 18:32:58 +00:00 |
version.h.in
|
…
|
|
xml.c
|
…
|
|
xml.h
|
…
|
|