Commit Graph

172 Commits

Author SHA1 Message Date
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
Charles Kerr 79a15f1bb1 (trunk) #1847: Non-GCC compilers are not happy with -O options 2009-02-19 17:12:41 +00:00
Charles Kerr f404fcb4f9 (trunk) local CFLAGS and CXXFLAGS environment variables are clobbered 2009-02-17 20:45:38 +00:00
Mitchell Livingston d08231d054 (trunk) update appcast and version number for 1.50 2009-02-13 22:48:46 +00:00
Charles Kerr 00125c9726 (trunk libT) add mac, linux, and win32 support for os-level hints that local data will be read in random order, to disable readahead buffering. 2009-01-25 23:33:10 +00:00
Charles Kerr 85bf1865a5 (trunk) #1742: don't use warnings added in gcc 3.4 if we're using a version older than that. 2009-01-23 18:46:09 +00:00
Charles Kerr 300c425a44 #1728: lower the minimum libnotify version from 0.4.4 to 0.4.3 2009-01-22 15:05:22 +00:00
Charles Kerr 04d392535b (trunk) in configure.ac, make debugging support automatic for nightly & beta builds 2009-01-17 23:12:35 +00:00
Charles Kerr eca2b290c0 (trunk) sync xcode & autoconf idioms for determining if a build is stable, beta, or nightly 2009-01-16 21:29:49 +00:00
Mitchell Livingston 554088d322 add support for auto-updating to beta releases 2009-01-11 16:58:14 +00:00
Charles Kerr b68a3bb96c ensure that -ggdb3 is used if we're using gcc 2009-01-04 18:30:34 +00:00
Charles Kerr 8318642989 if we're building with gcc, add "-std=gnu99" to CFLAGS s.t. we get warnings for badly-formed inline functions 2009-01-02 20:25:48 +00:00
Charles Kerr 5e806dc816 * add autoconf test AC_C_INLINE to do the Right Thing for "inline", "__inline__", and "__inline".
* make tr_isAddress(), tr_isDirection(), and a bunch of the tr_torrent() macro functions into true inline functions
2009-01-02 05:11:50 +00:00
Mitchell Livingston 1d51d28198 #1626 update group rules sheet to use NSPredicateEditor - main commit in r7493 2008-12-24 17:54:30 +00:00
Charles Kerr f77ae353bb (trunk) configure.ac portability tweak suggested by fulgas 2008-12-21 00:22:41 +00:00
Charles Kerr fc8ac40bfc (trunk) autoconf's "debug mode" should base its default value on whether this is a branded release or an unofficial build. 2008-12-17 03:36:37 +00:00
Charles Kerr 2e60cd3a33 use -g unconditionally 2008-12-17 01:11:35 +00:00
Charles Kerr 54f0eee2bb (trunk) stdisease's --enable-debug configure patch. also, replace deprecated AC_HELP_STRING calls 2008-12-16 21:56:13 +00:00
Mitchell Livingston 15f99f264b (trunk) update version numbers for 1.41 2008-12-14 04:56:57 +00:00