Commit Graph

100 Commits

Author SHA1 Message Date
Mitchell Livingston e9e956acba finish #2281 - apply DHT 0.8 typo fix 2009-08-08 00:05:25 +00:00
Mitchell Livingston 39fdda4f22 revert updateminiupnpcstrings.sh 2009-08-02 22:27:40 +00:00
Mitchell Livingston 9422dde5e8 update miniupnpc to miniupnpc-20090729 2009-08-02 22:21:46 +00:00
Charles Kerr c33f27c06c (trunk third-party) #2302: upgrade from dht 0.6 to 0.8. 2009-07-29 03:06:18 +00:00
Charles Kerr 0b57127650 (trunk third-party) #2296: commit geirha's "quick fix" to the updateminiupnpcstrings.sh 2009-07-28 18:03:47 +00:00
Charles Kerr bd4b161cd3 better generation of miniupnpcstrings.h in automake 2009-07-22 14:19:51 +00:00
Charles Kerr 5d9859df0b get autoconf and miniupnpc to play nice 2009-07-17 20:15:53 +00:00
Eric Petit 9520916e49 Another file missing from dist 2009-07-14 23:55:44 +00:00
Eric Petit fed005eecd Typo 2009-07-14 23:42:33 +00:00
Eric Petit 149077c2be Fix missing files in tarball because of bad case 2009-07-14 23:32:03 +00:00
Eric Petit 498becec1f Adds updateminiupnpcstrings.sh to dist 2009-07-14 23:14:33 +00:00
Charles Kerr cbf9580ec2 (trunk third-party) #2273 - fix for "configure --srcdir" 2009-07-14 19:15:18 +00:00
Charles Kerr 6fb3660280 (trunk third-party) automatically generate miniupnpcstrings.h 2009-07-14 17:06:59 +00:00
Mitchell Livingston 2336afb975 remove miniupnpstrings.h for real this time 2009-07-14 00:14:32 +00:00
Mitchell Livingston 1df06d12a1 finish #2273 and probably break non-Mac builds in the process 2009-07-14 00:13:10 +00:00
Charles Kerr 031579b5f3 (trunk third-party) #2273: update to latest libnatpmp and miniupnpc libraries 2009-07-13 16:00:21 +00:00
Charles Kerr f8ecd3ad7a (trunk dht) revert to DHT 0.6... 0.7 seems to still have some bugs that need to be shaken out 2009-07-06 12:55:24 +00:00
Charles Kerr 6aced6393f (trunk third-party) update to dht 0.7 2009-07-02 21:54:14 +00:00
Charles Kerr 09b094e96e (trunk) add macosx-libevent-event-config.h to EXTRA_DIST to make sure it's bundled in the tarball 2009-06-27 13:20:25 +00:00
Charles Kerr 993bb0535d (trunk third-party) update miniupnpc and libnatpmp to the 2009-06-05 snapshots. (mostly minor win32 build fixes) 2009-06-23 05:17:50 +00:00
Charles Kerr 39330501e4 (trunk) #2222: Make DHT support a compile-time option, enabled by default 2009-06-21 08:57:26 +00:00
Charles Kerr c6367e9194 (trunk) #2185: Make uninstall deletes system libevent files. 2009-06-09 21:28:54 +00:00
Charles Kerr 57c66d48ee (trunk dht) add missing #include to fix FreeBSD 7.2 2009-06-05 14:06:52 +00:00
Charles Kerr 0a92d9e078 (trunk) try to get the new libevent scheme to play nice with "make dist" 2009-06-04 22:47:22 +00:00
Charles Kerr 2ccee6c2d3 (trunk) if libevent exists on the system, use it. otherwise, use our own copy. 2009-06-03 16:31:43 +00:00
Charles Kerr 8e6eee683f (trunk) on non-mac platforms, try not building our own copy of libevent 1.4.x 2009-06-03 15:47:08 +00:00
Charles Kerr 9238fb0299 (trunk) #2131: clean up benc read/write API 2009-06-02 01:48:48 +00:00
Charles Kerr 6044947ab0 (trunk) #7: update to upstream dht-0.6 2009-05-22 16:45:41 +00:00
Charles Kerr 66da41e517 (trunk) dht seems to be crashing in bcmp() on the mac, so I suspect the homegrown implementation of memmem() is buggy... test this out by replacing memmem()'s implementation 2009-05-22 05:35:51 +00:00
Charles Kerr 7703e803b7 (trunk dht) sync with upstream code @ http://www.pps.jussieu.fr/~jch/software/repos/dht/ 2009-05-21 16:39:54 +00:00
Charles Kerr a5d9578477 (trunk) #7 DHT: apply jch's dht-warnings.patch 2009-05-20 13:42:11 +00:00
Charles Kerr c387a22270 (trunk) #7: jch's dht-memmem.patch 2009-05-20 04:13:19 +00:00
Charles Kerr 1e60abd6f0 (trunk) update to dht 0.5 2009-05-19 23:20:35 +00:00
Charles Kerr a907f5c8e4 no makelog 2009-05-19 18:38:41 +00:00
Charles Kerr 3d7cc36424 (trunk) #7: DHT support. This is a work in progress... no gui/rpc support yet 2009-05-19 18:38:26 +00:00
Charles Kerr be63452cee (trunk) upgrade miniupnp to miniupnpc-1.3, which has small portability fixes 2009-04-21 01:12:55 +00:00
Charles Kerr f32e4238f4 (trunk libnatpmp) update to new version 2009-03-11 13:04:03 +00:00
Charles Kerr 8b722071fd (trunk daemon) another experiment: implement the watchdir with opendir() and readdir(), since those are available on every system we're on, even embedded ones... 2009-02-28 15:27:39 +00:00
Charles Kerr 09161120eb better configure-time checking for inotify & kqueue. 2009-02-28 14:43:37 +00:00
Charles Kerr b5327c36ee thanks wereHamster 2009-02-27 21:56:21 +00:00
Charles Kerr 5876ad8acc (trunk daemon) experimental commit for part of #1483: adding a WatchDir to transmission-daemon. I don't know if this will work out because of (1) any possible C/C++ issues, and (2) maybe some embedded systems don't have inotify and/or kqueue? 2009-02-27 21:49:31 +00:00
Mitchell Livingston 1dd0539973 add miniupnpcstrings.h to makefile 2009-02-07 01:40:30 +00:00
Charles Kerr f3153648a2 (trunk libT) add file I should've added in previous commit 2009-02-07 00:36:50 +00:00
Charles Kerr ae985a5abb (trunk libT) update to the newest versions of miniupnp and libnatpmp 2009-02-07 00:11:58 +00:00
Charles Kerr ea35984de4 get "make distcheck" working again after the miniupnp update 2008-10-30 20:01:29 +00:00
Charles Kerr ab32a5c6e1 update to miniupnpc-1.2 and libnatpmp-20081009 2008-10-27 16:08:28 +00:00
Charles Kerr ed3474c98f updated to miniupnpc-20081002 2008-10-04 15:10:24 +00:00
Charles Kerr 585a9783ad add support for compressing the content served by the rpc server -- rpc responses and clutch html/css/js files 2008-10-01 15:53:56 +00:00
Charles Kerr bd5a2ae6b8 (libT) experimental code to serve clutch/rpc via evhttpd 2008-09-25 05:03:39 +00:00
Mukund Sivaraman 8384183bae (win32) Conditionally build shttpd win32 code 2008-09-05 14:32:24 +00:00