Commit Graph

7384 Commits

Author SHA1 Message Date
Kevin Glowacz 8bff61ccd5 (trunk web) make these self referential 2009-06-07 04:46:17 +00:00
Kevin Glowacz cbd95c8680 (trunk web) make sure the torrent array doesn't change between getting the index and accessing it 2009-06-06 22:17:24 +00:00
Charles Kerr 38a032b1bf (trunk libT) possible fix for benc/json saving issues reported in 1.70. This is a guess from rb07's post in the forums about bencode.c, and from John Clay's comments in irc 2009-06-06 19:30:32 +00:00
Charles Kerr d0ae679a2f (trunk) minor commit: sync the .h licenses with their counterpart .c licenses 2009-06-06 17:39:04 +00:00
Charles Kerr 3f03f2e0c3 (trunk libT) #2151: possible fix for "Unusually high CPU usage in latest builds" issue 2009-06-06 16:19:34 +00:00
Charles Kerr 8be9e3a44a (trunk gtk) a little more file-list cleanup 2009-06-06 14:09:43 +00:00
Charles Kerr dd15d13103 (trunk gtk) that was the last of joshe's code in file-list.c, so it goes GPLv2 2009-06-06 04:40:24 +00:00
Charles Kerr 5b12668b9f (trunk gtk) torrents' long file lists were displayed extremely inefficiently 2009-06-06 04:29:08 +00:00
Charles Kerr 89f637d118 (trunk) looks like r8433 accidentally reverted r8425. 2009-06-06 02:49:42 +00:00
Charles Kerr 214dbb8fdd (trunk) fix update-version-h.sh script issue on NetBSD, reported by stdisease, patched by geirha; thanks to both 2009-06-05 17:54:48 +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 ec5801b5e7 (trunk qt) #2169: unconditionally link against the bundled version of libevent, since there's apparently no way to let qmake know what autoconf decided about which version of libevent to use 2009-06-05 17:10:12 +00:00
Charles Kerr bd0a4ab5bb (trunk daemon) #2149: daemon's non-inotify watchdir fails on .torrents with old timestamps 2009-06-05 17:02:29 +00:00
Charles Kerr 3cbacf4202 (trunk gtk) #2079: transmission 1.61 crashes on Ubuntu Hardy 2009-06-05 15:45:18 +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 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 eaa9d37ee1 #2164 rephrase "High connection limits slow down some routers" to "High connection limits might significantly impact system performance" 2009-06-05 12:17:58 +00:00
Mitchell Livingston f3f075cdc1 update trunk to 1.70+ 2009-06-05 12:13:40 +00:00
Mitchell Livingston 3190d41c72 update 1.54 appcast item 2009-06-05 03:48:20 +00:00
Mitchell Livingston eb934347ab update appcast for 1.70 and 1.54 2009-06-05 01:27:08 +00:00
Mitchell Livingston 6e2f0dfc7f update Turkish localization for Mac 2009-06-05 01:14:26 +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 ba3720f050 (trunk) add update-version-h.sh to EXTRA_DIST 2009-06-04 21:41:21 +00:00
Charles Kerr 72250ca0a5 (trunk) update news and bump version to 1.70 2009-06-04 20:26:39 +00:00
Charles Kerr 15809c7834 (trunk gtk) sync translations from rosetta for 1.70 2009-06-04 20:24:37 +00:00
Charles Kerr 539e79068e (trunk) add an explicit waiver <http://people.debian.org/~bap/dfsg-faq#waiver> for linking with OpenSSL 2009-06-04 19:12:11 +00:00
Charles Kerr ab56a2f7f7 (trunk libT) fix potential permissions headache when saving json/benc files 2009-06-04 15:52:54 +00:00
Charles Kerr 5898c8b276 (trunk libT) add a debugging message to r8609 in case we ever have to go back to the bad old days of TR_DEBUG_FD 2009-06-04 15:04:34 +00:00
Charles Kerr cc4cd19903 (trunk libT) under very rare circumstances we wouldn't send a REJ message even if the protocol required it. also, avoid an unnecessary memcpy(). Thanks to geirha and Lacrocivious for helping test & confirm the fix. 2009-06-04 14:59:17 +00:00
Charles Kerr 76c55258b6 updated NEWS 2009-06-04 00:24:11 +00:00
Charles Kerr 4c02edf6d4 (trunk libT) fix a minor tr-dht memory leak found by valgrind. 2009-06-03 23:42:13 +00:00
Charles Kerr 8fa568d20b (trunk libT) lessen evbuffer memory bloat when we have a lot of simultaneous peers 2009-06-03 22:52:08 +00:00
Charles Kerr b6f3b15f0a (trunk libT) handle windows when saving json files; use evbuffer_write() more safely 2009-06-03 21:08:54 +00:00
Charles Kerr db92d4c9aa (trunk qt) update translation template 2009-06-03 20:59:24 +00:00
Charles Kerr ca229e5482 (trunk libT) #2160: fix 1.60 error when setting file wanted/not-wanted flags when adding a new torrent via RPC. reported by anf6 2009-06-03 16:59:32 +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 b5211993cd remove unused m4 macros, as pointed out by stdisease 2009-06-03 15:22:09 +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 dfa3e0f5b6 (trunk daemon) fix r8595 oops 2009-06-03 13:24:02 +00:00
Charles Kerr b064d75457 (trunk daemon) handle the alt-speeds in transmission-remote's --session-info dump 2009-06-03 13:07:55 +00:00
Mitchell Livingston b23ea7d9f1 updated Chinese localization on Mac 2009-06-03 12:07:05 +00:00
Charles Kerr a9d99c482a (trunk libT) dead code removal 2009-06-03 04:56:53 +00:00
Charles Kerr 9513fcbe66 (trunk libT) add a bunch of comments denoting where the libevent 2.0 changes will go 2009-06-02 18:21:23 +00:00
Mitchell Livingston aaf8a06777 update Dutch localization for Mac 2009-06-02 12:55:32 +00:00
Charles Kerr f949920038 (trunk gtk) fix kevin 2009-06-02 04:03:52 +00:00
Charles Kerr 5941126182 (trunk gtk,qt) give kjg credit for the web client 2009-06-02 03:57:40 +00:00
Charles Kerr 9238fb0299 (trunk) #2131: clean up benc read/write API 2009-06-02 01:48:48 +00:00