Commit Graph

7264 Commits

Author SHA1 Message Date
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
Erick Turnquist a13e66ef54 (trunk) fix an awk oops (thanks to geirha on freenode) 2009-06-02 01:00:51 +00:00
Charles Kerr 9bfec90e43 (trunk libT) avoid about 75% of the strdup/malloc/frees in benc by using a union of char* and a small string buffer, and using the buffer if the string is small enough 2009-06-01 22:15:50 +00:00
Charles Kerr 7f85090587 (trunk) add a "source" argument to tr_jsonParse() so that if there's an error we can log the filename, or that it came from rpc, etc. 2009-06-01 18:57:37 +00:00
Charles Kerr 6508dc3a3d (trunk libT) #2146: Incorrect maintenance of dhtAnnounceInProgress 2009-06-01 18:24:30 +00:00
Charles Kerr f538b08fb3 (trunk libT) tracker.c was using tr_benc's private fields 2009-06-01 18:12:36 +00:00
Charles Kerr 38ffac8bf6 (trunk libT) fix bug that misparsed the tracker's min_request_interval 2009-06-01 18:06:35 +00:00
Charles Kerr 787ebbfab4 (trunk gtk) drop support for the gtk client's 0.80 config file. this format hasn't been used since September 2007 and it's not clear to me that the code works correctly anymore. 2009-06-01 17:24:12 +00:00
Charles Kerr d1cd888df6 (trunk qt) plug memory leak 2009-06-01 14:11:52 +00:00
Mitchell Livingston 56d7478b25 clarify DHT a bit in NEWS 2009-06-01 12:28:26 +00:00
Charles Kerr 1fc15de22b (trunk) another update-version-h.sh portability update, this time from geirha: "grep -o" isn't posix 2009-06-01 01:01:24 +00:00
Charles Kerr ee0771c751 (trunk) "perl -r" wasn't portable to os x 2009-06-01 00:43:01 +00:00
Charles Kerr ea93eab02d (trunk libT) on platforms that support it, use POSIX_FADV_SEQUENTIAL instead of POSIX_FADV_RANDOM. (http://trac.transmissionbt.com/ticket/1521#comment:25) 2009-05-31 21:20:49 +00:00
Charles Kerr 04fb0919eb (trunk) silence a warning in the new "update-version-h.sh" script 2009-05-31 20:31:19 +00:00
Charles Kerr dfa28975dd (trunk) tweak r8572. 2009-05-31 20:25:37 +00:00
Charles Kerr 0834c33445 (trunk) yet another stab at building version.h portably 2009-05-31 20:22:47 +00:00
Mitchell Livingston 5a5b051ac9 update Russian localization on Mac 2009-05-31 20:03:01 +00:00
Charles Kerr 79fb45c110 (trunk qt) add svn properties on the qt source files 2009-05-31 19:33:48 +00:00
Kevin Glowacz 3618c6da01 (trunk web) safari looking filter for all IEs 2009-05-31 17:05:29 +00:00
Kevin Glowacz 4193f2b201 (trunk web) move ie specific stylesheet logic into the html to prevent a js race condition 2009-05-31 17:05:22 +00:00
Kevin Glowacz 422938e06c (trunk web) html 5 doctype and as close to valid as possible 2009-05-31 04:49:06 +00:00