.. |
Makefile.am
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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 |
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 |
clients.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly...
|
2007-09-20 20:14:13 +00:00 |
completion.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
crypto.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
fastresume.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
fdlimit.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
undo commit that accidentally checked in testing code that only allowed connections from encrypted peers
|
2007-09-22 05:40:33 +00:00 |
handshake.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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 race condition in the torrent rechecker.
|
2007-09-24 17:47:15 +00:00 |
inout.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
internal.h
|
* add sanity checks to incoming piece data requests. This may solve the inout.c:99 assertion failure.
|
2007-09-23 23:38:39 +00:00 |
ipcparse.c
|
remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly...
|
2007-09-20 20:14:13 +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
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
list.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
makemeta.c
|
remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly...
|
2007-09-20 20:14: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
|
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
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
fix a couple of encryption bugs.
|
2007-09-22 21:48:02 +00:00 |
peer-io.h
|
* accept tiennou's partial patch for `fast peers' extension
|
2007-09-21 14:50:29 +00:00 |
peer-mgr-private.h
|
fix bug that tended to disconnect from valid peers when we were seeding. also, follow the BT spec's terminology a little closer.
|
2007-09-23 02:19:59 +00:00 |
peer-mgr.c
|
plug some minor memory leaks. (valgrind)
|
2007-09-24 15:50:59 +00:00 |
peer-mgr.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
peer-msgs.c
|
fix race condition in the torrent rechecker.
|
2007-09-24 17:47:15 +00:00 |
peer-msgs.h
|
if we're seeding, disconnect from other seeds (part 1 of 2)
|
2007-09-20 23:07:36 +00:00 |
peer.c
|
remove the backwards compatability typedefs at BentMyWookie's suggestion. update libT, gtk, daemon, and cli accordingly...
|
2007-09-20 20:14:13 +00:00 |
peer.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 |
peeraz.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
peerext.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
peermessages.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
peerparse.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
peertree.h
|
add portability wrapper for in_port_t...
|
2007-07-30 18:04:10 +00:00 |
peerutils.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
platform.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
platform.h
|
fix small merge wart
|
2007-09-20 16:44:37 +00:00 |
ptrarray.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
ptrarray.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
publish.c
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
fix recursive crash when stopping a torrent, reported by plantain. silence a few more console messages.
|
2007-09-21 14:20:55 +00:00 |
shared.h
|
fix recursive crash when stopping a torrent, reported by plantain. silence a few more console messages.
|
2007-09-21 14:20:55 +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 sanity checks to incoming piece data requests. This may solve the inout.c:99 assertion failure.
|
2007-09-23 23:38:39 +00:00 |
tracker.c
|
slightly less broken handling of cases where we can't bind to our listening port.
|
2007-09-21 05:31:29 +00:00 |
tracker.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +00:00 |
transmission.c
|
clamp down on the flood of debug messages.
|
2007-09-20 23:33:46 +00:00 |
transmission.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 |
trcompat.h
|
sync the two build systems w.r.t. dirname() and basename()
|
2007-07-30 14:31:03 +00:00 |
trevent.c
|
clamp down on the flood of debug messages.
|
2007-09-20 23:33:46 +00:00 |
trevent.h
|
merge encryption branch to trunk (xcode project is still out of date)
|
2007-09-20 16:32:01 +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
|
clamp down on the flood of debug messages.
|
2007-09-20 23:33:46 +00:00 |
utils.h
|
clamp down on the flood of debug messages.
|
2007-09-20 23:33:46 +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 |