.. |
Makefile.am
|
fix peer-msgs.c assertion failure. (tbo)
|
2007-09-25 22:30:41 +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
|
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
|
A couple trivial improvements to tree.h
|
2007-03-23 08:41:15 +00:00 |
clients.c
|
add Halite to clients
|
2007-10-12 11:17:38 +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
|
(trunk) portability patch for MAXPATHLEN. Reported by afxgroup in ticket #291.
|
2007-08-08 23:33:01 +00:00 |
fastresume.c
|
more banging on the fastresume-destination-directory thing. this permuation makes the fastresume destination a fallback, to be used only if the client didn't pass in a directory to tr_torrentInit*()
|
2007-10-13 15:29:15 +00:00 |
fastresume.h
|
more banging on the fastresume-destination-directory thing. this permuation makes the fastresume destination a fallback, to be used only if the client didn't pass in a directory to tr_torrentInit*()
|
2007-10-13 15:29:15 +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
|
continue whittling away at internal.h to reduce the global #include dependencies
|
2007-07-31 14:26:44 +00:00 |
handshake.c
|
try to get more connected peers to agree to encrypted connections
|
2007-10-13 15:15:04 +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
|
remove unused macros
|
2007-07-31 01:21:10 +00:00 |
inout.c
|
fix potential "recheck torrent" deadlock
|
2007-10-06 01:43:04 +00:00 |
inout.h
|
Simplify the tracker/pause/close/recheck/start code.
|
2007-10-04 19:58:30 +00:00 |
internal.h
|
Simplify the tracker/pause/close/recheck/start code.
|
2007-10-04 19:58:30 +00:00 |
ipcparse.c
|
add tr_stat.peersKnown to indicate how many peers exist in the peer `pool'
|
2007-10-01 15:51:54 +00:00 |
ipcparse.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
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 |
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
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
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
|
* 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
|
tweak the debugging messages a bit.
|
2007-10-13 14:02:10 +00:00 |
peer-mgr.h
|
some cleanup... remove some dead/obsolete code
|
2007-10-02 00:05:40 +00:00 |
peer-msgs.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 |
peer-msgs.h
|
commit more of tiennou's fastpeers patch
|
2007-10-10 16:39:12 +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
|
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
|
report a speed of 0 when no peers are connected.
|
2007-10-13 23:57:13 +00:00 |
tracker.c
|
Fix crash-on-exit reported by Gimp_ @ http://pastebin.ca/732759
|
2007-10-11 14:56:50 +00:00 |
tracker.h
|
Simplify the tracker/pause/close/recheck/start code.
|
2007-10-04 19:58:30 +00:00 |
transmission.c
|
get fastresume working again (I think)
|
2007-10-13 04:19:38 +00:00 |
transmission.h
|
add tr_stat.peersKnown to indicate how many peers exist in the peer `pool'
|
2007-10-01 15:51:54 +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
|
commit more of tiennou's fastpeers patch
|
2007-10-10 16:39:12 +00:00 |
trevent.h
|
fix some memory issues.
|
2007-10-01 04:12:24 +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
|
make upnp's internal structures' naming schemes whallop-like
|
2007-08-21 20:38:34 +00:00 |
utils.c
|
* add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low.
|
2007-10-06 18:20:52 +00:00 |
utils.h
|
* add a per-peer request queue to hold the next 10-15 seconds' worth of requests so that we always have more requests at hand when the current requests start to run low.
|
2007-10-06 18:20:52 +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 |