Commit Graph

7464 Commits

Author SHA1 Message Date
Mitchell Livingston e4d8d305ba update version to 1.72+ 2009-06-20 04:46:25 +00:00
Charles Kerr f16aa63adf (trunk) update README 2009-06-20 01:31:34 +00:00
Charles Kerr d63a1eb4ba (trunk cli) make the "creating torrent" message a little better 2009-06-20 00:53:11 +00:00
Charles Kerr 1bc1b16da7 (trunk libtransmission) #2227: tr_metaInfoBuilderCreate(topFile) creates invalid .torrent files when topFile ends with a '/' 2009-06-20 00:39:30 +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 19a8b6193c (trunk libT) #2225: support supportcypto and requirecrypto flags in http tracker announces 2009-06-18 20:33:04 +00:00
Charles Kerr dbc9c0fb7d (trunk libT) tweak benc dict preallocation in resume.c as suggested by Elbandi 2009-06-17 22:07:16 +00:00
Charles Kerr a82cccadab (trunk daemon) #2220 truncated pointer interpreted as truth value 2009-06-17 14:49:23 +00:00
Charles Kerr 209a12a620 (trunk gtk) update 1.72's translations from rosetta yet again :) 2009-06-17 00:00:52 +00:00
Charles Kerr b85d2ea289 (trunk gtk) #2217: Sort order in peer tab should default to by progress 2009-06-16 23:58:14 +00:00
Mitchell Livingston 87714b785c update appcast for 1.72 2009-06-16 22:07:46 +00:00
Charles Kerr 794a55676c bump NEWS 2009-06-16 20:24:52 +00:00
Charles Kerr 1b571f20ea (trunk) document the -g arg a little better 2009-06-16 19:50:01 +00:00
Charles Kerr 683073855e (trunk libT) revert most of r8693 as a quick fix for a possible alignment issue on a NAS 2009-06-16 19:31:17 +00:00
Charles Kerr 2b63e5d89e trunk: explain in the manpages that -g can be used to swap between the daemon, cli, gtk, and qt clients. This minor change is to finish out debian bug #470076 2009-06-16 19:18:13 +00:00
Charles Kerr 45f1316bce (trunk libT) #2196: add a fallback implementation of preallocateFileFull() in case the os-specific and fs-specific approaches don't work. 2009-06-16 17:10:47 +00:00
Charles Kerr 5300ad8ef8 (trunk gtk) plug very minor memory leak in the gtk properties dialog, found by valgrind 2009-06-15 21:01:20 +00:00
Charles Kerr 0f91ee9c28 (trunk gtk) fix another crash in Properties > Options, reported by elgeneralmidi w/a valgrind log 2009-06-15 20:29:26 +00:00
Erick Turnquist 1c7ac5bea0 (trunk libT) fix "dereferencing pointer does brea strict-aliasing rules" warning 2009-06-15 05:16:36 +00:00
Charles Kerr ec60bfe845 Fix the "fix" 2009-06-15 04:08:39 +00:00
Charles Kerr 02ca41d777 (trunk) bump for 1.72 2009-06-15 04:07:04 +00:00
Charles Kerr 201902ba43 (trunk gtk) sync with rosetta for 1.72 2009-06-15 04:06:38 +00:00
Charles Kerr 1be7f51b3d (trunk libT) simplify the evtimer / struct timeval code a little 2009-06-15 03:24:40 +00:00
Charles Kerr 0380906aa6 (trunk libT) a minor but nice twofer: reduce per-peer memory overhead a little bit, and also avoid an extra malloc/free per peer connection 2009-06-15 02:22:41 +00:00
Kevin Glowacz 728a9f5c56 (trunk) sync files from last commit 2009-06-15 00:18:00 +00:00
Charles Kerr 8e676171d4 (trunk libT) move tr_bitfield into its own, package-visible source files. this may break the mac build temporarily until the xcode file gets synced 2009-06-15 00:11:06 +00:00
Charles Kerr 2e23c8fade (trunk gtk) fix crash when leaving the properties dialog open during shutdown 2009-06-15 00:01:38 +00:00
Charles Kerr deb679dab0 (trunk libT) avoid an extra per-torrent malloc/free by aggregating its tr_bandwidth into its struct 2009-06-14 22:19:19 +00:00
Charles Kerr 813640d6f3 (trunk libT) silence a gcc 4.4 warning: "dereferencing type-punned pointer will break strict-aliasing rules" 2009-06-14 19:17:10 +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 13cac341cd (trunk libT) avoid an extra malloc/free when sending the opening handshake message 2009-06-14 14:39:51 +00:00
Charles Kerr 837186679d (trunk libT) avoid an extra malloc/free when deriving the scrape URL 2009-06-14 14:23:43 +00:00
Charles Kerr c96194cae2 (trunk gtk) sync .po files from launchpad for 1.72 2009-06-14 01:29:23 +00:00
Charles Kerr d8360f9a26 (trunk libT) avoid an unnecessary malloc/free in tr_strdup_printf() 2009-06-14 01:01:46 +00:00
Charles Kerr ef21704b58 (trunk libT) remove the last calls to tr_getBuffer() and tr_releaseBuffer() 2009-06-14 01:00:36 +00:00
Charles Kerr 254e9d156c (trunk libT) #2206: add settings.json documentation to daemon manpage 2009-06-13 21:32:13 +00:00
Charles Kerr 6755041894 (trunk) #1864: Tracker not found (404) when a check of local file is done. 2009-06-13 17:11:46 +00:00
Charles Kerr a00ed355d3 Tweak NEWS 2009-06-13 13:01:00 +00:00
Charles Kerr a2b9fcc592 (trunk libT) possible fix for #2078: Assertion failed: (tv->tv_usec >= 0) 2009-06-12 23:01:35 +00:00
Charles Kerr 8f1d036fa3 (trunk libT) make sure tr_sessionSetDHTEnabled() doesn't make libevent calls outside of the libevent thread 2009-06-12 22:17:59 +00:00
Charles Kerr 6f40f83a1f (trunk) #2204: wrong variable used in rpc-impl for webseedCount 2009-06-12 12:10:09 +00:00
Charles Kerr 47cd41b68d update NEWS 2009-06-12 00:23:37 +00:00
Mitchell Livingston c80a1c7d7e update NEWS 2009-06-12 00:07:41 +00:00
Mitchell Livingston 89fa08deb5 fix whoops with auto-add for users that are having UTI problems 2009-06-11 23:43:13 +00:00
Mitchell Livingston 52454105b2 more love for users having problem with the torrent file UTI 2009-06-11 23:02:54 +00:00
Charles Kerr 4c60377168 (trunk) fix oops 2009-06-11 22:46:33 +00:00
Charles Kerr 859c1b6fff (trunk gtk) #2201: transmission doesn't remember maximized state 2009-06-11 22:36:45 +00:00
Charles Kerr 17cb7945ed (trunk libT) #2199: DHT should not announce stopped torrents 2009-06-11 21:42:59 +00:00
Charles Kerr ebfd93fe7b (trunk gtk) #1963: Use tooltip to notify user of added torrent 2009-06-11 16:17:48 +00:00