Charles Kerr
|
51ac6b4aac
|
(trunk) #2323: autoconf patch to buil transmission on cygwin (tbucked)
|
2009-08-09 18:04:33 +00:00 |
Mitchell Livingston
|
df79760090
|
update to 1.73+
|
2009-07-18 12:11:58 +00:00 |
Mitchell Livingston
|
cd15eb9e11
|
require 10.5 as opposed to 10.4u SDK
|
2009-07-17 12:38:52 +00:00 |
Mitchell Livingston
|
46ff695ed9
|
Mac client, not OS X client
|
2009-07-17 12:36:40 +00:00 |
Mitchell Livingston
|
1a09c719f1
|
update version to 1.73
|
2009-07-17 11:17:25 +00:00 |
Mitchell Livingston
|
075ce46ba7
|
#2278 configure.ac: remove AC_DEFINEs of TR_*_RELEASE
|
2009-07-15 00:42:22 +00:00 |
Mitchell Livingston
|
8cf9ed2456
|
#2277 configure.ac: check for function 'daemon' just once
|
2009-07-15 00:35:46 +00:00 |
Charles Kerr
|
206c9f4b95
|
(trunk) don't link against -lrt unless libevent needs it
|
2009-07-14 18:55:15 +00:00 |
Eric Petit
|
ff50449d33
|
Only use libm if it's there and needed
|
2009-07-09 17:57:31 +00:00 |
Charles Kerr
|
b1b935ae1b
|
(trunk configure.ac) add a note about intltool 0.40
|
2009-06-24 14:58:27 +00:00 |
Charles Kerr
|
1ae47c697d
|
(trunk) silence some minor gcc warnings
|
2009-06-23 14:15:23 +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 |
Mitchell Livingston
|
e4d8d305ba
|
update version to 1.72+
|
2009-06-20 04:46:25 +00:00 |
Charles Kerr
|
c859f06742
|
(trunk) autoconf/automake: move libdht.a into a DHT_LIBS variable
|
2009-06-19 23:50:09 +00:00 |
Charles Kerr
|
02ca41d777
|
(trunk) bump for 1.72
|
2009-06-15 04:07:04 +00:00 |
Charles Kerr
|
e082548030
|
(trunk) remove the test for fallocate(), since we used posix_fallocate() as a fallback anyway. <http://www.lucas-nussbaum.net/blog/?p=332> says: "Glibc does have posix_fallocate(), which implements the POSIX interface. posix_fallocate() is wired to use the fallocate system call, for sufficiently modern versions of glibc."
|
2009-06-14 18:32:09 +00:00 |
Charles Kerr
|
73f3c3ad8c
|
(trunk) replace LIBEVENT_CPPFLAGS with LIBEVENT_CFLAGS
|
2009-06-14 16:51:22 +00:00 |
Charles Kerr
|
7a32ae131a
|
(trunk) make the cross-compile libevent warning a little louder
|
2009-06-10 15:53:23 +00:00 |
Mitchell Livingston
|
9c072687f6
|
update version to 1.71
|
2009-06-08 01:04:19 +00:00 |
Charles Kerr
|
89f637d118
|
(trunk) looks like r8433 accidentally reverted r8425.
|
2009-06-06 02:49:42 +00:00 |
Charles Kerr
|
924ac89f8d
|
(trunk) set properties on $Id$ files that were missing them
|
2009-06-05 17:52:02 +00:00 |
Charles Kerr
|
a6235689a4
|
(trunk) #2167 improve the autoconf libevent test: don't use the OS copy unless it's got evutil_vsnprintf()
|
2009-06-05 13:45:21 +00:00 |
Mitchell Livingston
|
f3f075cdc1
|
update trunk to 1.70+
|
2009-06-05 12:13:40 +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
|
f64ef6acde
|
(trunk) tweak configure.ac to fix a hiccup reported by geirha
|
2009-06-04 22:21:31 +00:00 |
Charles Kerr
|
72250ca0a5
|
(trunk) update news and bump version to 1.70
|
2009-06-04 20:26:39 +00:00 |
Charles Kerr
|
8895a06815
|
remove a redundant AC_SUBST
|
2009-06-03 16:49:24 +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
|
4324ae9539
|
remove -funroll-loops from configure.ac based on feedback from Denis Leroy
|
2009-06-03 14:27:02 +00:00 |
Charles Kerr
|
0834c33445
|
(trunk) yet another stab at building version.h portably
|
2009-05-31 20:22:47 +00:00 |
Charles Kerr
|
89b37faa2a
|
(trunk) fix "make distcheck" issue raised by a libevent cleanup in 1.4.11
|
2009-05-28 03:36:29 +00:00 |
Charles Kerr
|
2a157ca600
|
(trunk) #2125: Get svn revision number with autoconf rather than make
|
2009-05-28 02:15:53 +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
|
3e82f056d2
|
(trunk) bump version to 1.61+
|
2009-05-19 14:20:38 +00:00 |
Charles Kerr
|
fba4d79a6b
|
(trunk) follow a suggestion from gnucash-devel @ http://snipurl.com/ibexa to see if it fixes hudson-t's woes
|
2009-05-19 04:51:53 +00:00 |
Charles Kerr
|
ed710be223
|
(trunk libT) expose tr_memmem() so it can be used by client code. use the OS' implementation if that's available.
|
2009-05-19 04:48:33 +00:00 |
Charles Kerr
|
a0496b4199
|
(trunk) bump to 1.61
|
2009-05-11 18:30:39 +00:00 |
Mitchell Livingston
|
05494f4ce5
|
update version to 1.60+
|
2009-05-06 01:42:32 +00:00 |
Mitchell Livingston
|
0a49e04249
|
update version to 1.60
|
2009-05-05 00:08:51 +00:00 |
Mitchell Livingston
|
845dc6671e
|
(trunk) update version to 1.52
|
2009-04-13 01:19:54 +00:00 |
Charles Kerr
|
6bcce280dc
|
(trunk) back out the avahi patch
|
2009-04-05 17:34:34 +00:00 |
Charles Kerr
|
3ef8240b80
|
(trunk) If avahi's zeroconf implementation is available, use it to advertise our web ui
|
2009-04-05 15:49:03 +00:00 |
Charles Kerr
|
1e327f593d
|
(trunk libT) #1966: add explicit support for preallocating files on XFS filesystems
|
2009-04-05 14:04:07 +00:00 |
Charles Kerr
|
c756e244b3
|
(trunk) remove the wx client
|
2009-03-09 23:55:56 +00:00 |
Charles Kerr
|
05bc8472dc
|
(trunk daemon) #1882: take KyleK's suggestion of using inotify when possible. As he writes, "the opendir() approach will basically prevent my NAS drives to go to standby."
|
2009-03-01 15:38:58 +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
|
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
|
074b2327e7
|
update trunk to 1.51+
|
2009-02-27 00:47:54 +00:00 |