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 |
Charles Kerr
|
09c4ea1c00
|
(trunk) #1581: resolve ambiguity between --enable-gtk and --disable-nls
|
2008-12-10 19:31:21 +00:00 |
Charles Kerr
|
0019b9e753
|
#916: Make native language support (gettext) optional
|
2008-12-03 14:44:52 +00:00 |
Charles Kerr
|
3ce59ff0c6
|
fix the linux build
|
2008-12-02 04:20:43 +00:00 |
Charles Kerr
|
0f6cef7b0e
|
if a user doesn't specify --enable-wx or --disable-wx, then assumne --disable-wx
|
2008-11-13 04:20:18 +00:00 |
Charles Kerr
|
0e79d23b2c
|
(libT) better testing for fallocate() on linux
|
2008-11-12 03:59:30 +00:00 |
Charles Kerr
|
55e45044cd
|
don't invoke wx-config if the user specified --disable-wx
|
2008-11-12 03:49:03 +00:00 |
Mitchell Livingston
|
fd85bf9d12
|
trunk is now 1.40+
|
2008-11-10 01:34:00 +00:00 |
Charles Kerr
|
940f711764
|
bump version to 1.40 in configure.ac
|
2008-11-09 21:47:03 +00:00 |
Charles Kerr
|
a4472fc529
|
#1443: check for zlib fails when providing a specific path
|
2008-11-09 15:43:31 +00:00 |
Charles Kerr
|
9917e924ba
|
#1441: configure doesn't work on FreeBSD, because of bashism in PEERID_PREFIX.
|
2008-11-08 20:09:19 +00:00 |
Charles Kerr
|
10566eece9
|
(libT) #849: preallocate files when possible to prevent disk fragmentation
|
2008-11-05 05:56:06 +00:00 |
Charles Kerr
|
85b0495e52
|
rewind the trunk builds back to -TR134Z- as they should be
|
2008-11-04 06:26:54 +00:00 |
Charles Kerr
|
85244e67d8
|
tweak configure.ac again to get it right
|
2008-11-04 02:28:22 +00:00 |
Charles Kerr
|
81bde9d28c
|
simplify the configure script a little
|
2008-11-04 02:09:51 +00:00 |
Charles Kerr
|
2f0c038e1d
|
add localtime_r to AC_CHECK_FUNCS for libtransmisson/util.c's #ifdef HAVE_LOCALTIME_R
|
2008-10-19 17:44:53 +00:00 |