Commit Graph

7502 Commits

Author SHA1 Message Date
Charles Kerr 11717de1d0 (trunk libT) fix #2332: filesystem-based error messages lack context 2009-08-13 17:25:26 +00:00
Charles Kerr d08d53d8ed (trunk libT) make the RPC 409 error message easier to understand 2009-08-13 16:50:50 +00:00
Charles Kerr 784464450a (trunk libT) fix #2162: .resume file doesn't get saved often enough when its contents change 2009-08-13 14:47:56 +00:00
Charles Kerr 96c6012790 (trunk gtk) #2330: on older versions of GTK+, error messages are hard to read in the main window's torrent list 2009-08-13 14:23:47 +00:00
Charles Kerr 718f88fc9e (trunk daemon) #2328: new enhancement: allow transmission-remote to query the daemon for stats (Waldorf) 2009-08-13 03:54:54 +00:00
Charles Kerr 16b6ff2fd3 (trunk gtk) another improvement on the changes made for #2292, this time correcting a small bug in sort-by-activity 2009-08-13 03:52:21 +00:00
Mitchell Livingston 9ee99dc2e7 quick update to localizations 2009-08-12 22:42:38 +00:00
Charles Kerr 8e4d837967 (trunk, libT) fix for #2269 ("error message cleared unexpectedly"): a successful scrape clears the error message, and there's no point in scraping an error torrent anyway, so don't scrape until the torrent's error is cleared by a successful announce. 2009-08-12 20:12:52 +00:00
Charles Kerr 306d26a97c (trunk libT) very minor tweak: tr_httpIsValidURL() should return a tr_bool, not an int. 2009-08-12 19:44:32 +00:00
Charles Kerr bf1a544939 (trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source 2009-08-12 14:40:32 +00:00
Charles Kerr 6f547956a4 (trunk) first cut at NEWS for 1.74 2009-08-12 13:59:28 +00:00
Charles Kerr f7319770c1 (trunk) fix r8893 oops: I accidentally committed a one-liner in configure.ac that I use to get T building on a machine that doesn't have intltool 0.40 2009-08-12 13:48:19 +00:00
Charles Kerr be3f3a617e (trunk gtk) fix minor regression in #2292 that limited the gtk client's speed display to not count fractions-of-a-KiB/s 2009-08-12 13:42:49 +00:00
Mitchell Livingston 8a7c68194e add another missing peer id 2009-08-12 11:34:07 +00:00
Charles Kerr cf9c9a3e0b (trunk libT) another revision for preventing the bug in #2297 2009-08-12 04:36:59 +00:00
Charles Kerr 97ca8eab39 (trunk libT) possible fix for #2297 by removing potential thread issue in tr_torrentVerify() 2009-08-12 04:08:25 +00:00
Charles Kerr c88dd2de12 (trunk libT) in tr_torrentStar(), there's no need to reload the progress after #2317's changes in r8878 2009-08-12 03:56:53 +00:00
Kevin Glowacz 6138abe38f (trunk web) refactor sendTorrentCommand in my quest to allow remote.js to stand on its own
This also happens to fix #2322. Before, the callback would only update
recently-active torrents. Now it updates all affected torrents.
2009-08-12 02:53:45 +00:00
Kevin Glowacz 5ba0a70848 (trunk web) remove unused function 2009-08-12 02:53:29 +00:00
Charles Kerr 57716a0950 (trunk libT) #2211: Behaviour when tracker barfs 2009-08-11 21:31:33 +00:00
Charles Kerr 3de46ad019 (trunk gtk) grr, I accidentally committed the Novell patch related to #2222. That's supposed to be a downstream patch for SuSE only. 2009-08-11 19:52:52 +00:00
Charles Kerr 2a7fe76098 (gtk trunk) possible fix for #2267: gdb says it's crashing in g_strfreev(). possibly the pointer being passed to g_strfreev() isn't initialized properly if the GThemedIcon's is NULL (or if somehow its "names" property isn't found). 2009-08-11 19:36:11 +00:00
Charles Kerr 3cdaeef78f (trunk qt) #2321: in qt client in 1.73, When main window minimized click on tray icon does nothing 2009-08-11 18:57:49 +00:00
Charles Kerr cb79214854 (trunk) remove trailing spaces 2009-08-10 20:04:08 +00:00
Charles Kerr 6fd19fa096 (trunk) remove the option to build without DHT. This is because of new & improved information wrt ticket #2222 2009-08-10 16:09:25 +00:00
Charles Kerr 51ac6b4aac (trunk) #2323: autoconf patch to buil transmission on cygwin (tbucked) 2009-08-09 18:04:33 +00:00
Charles Kerr 70d858b1f3 (trunk qt) #2319: cool, our first translation of the Qt client! (zerg) 2009-08-08 13:25:00 +00:00
Charles Kerr edcd2dc41b (trunk qt) #2320: fix encoding issue when logging to stderr in the Qt client 2009-08-08 13:22:38 +00:00
Mitchell Livingston e9e956acba finish #2281 - apply DHT 0.8 typo fix 2009-08-08 00:05:25 +00:00
Mitchell Livingston def0b31330 add a couple of speed limit presets 2009-08-07 23:34:48 +00:00
Charles Kerr 1083535d9b (trunk gtk) fix #2292: wrong speed in bottom bar 2009-08-07 20:49:06 +00:00
Charles Kerr 5d1f1eb8ce (trunk libT) committed patfch from gornack (proofed by juliusz) for ticket #2312 to use the bind-address-ipv4 setting in the DHT announce 2009-08-07 14:47:46 +00:00
Charles Kerr 1419d4b8a1 (trunk libT) #2281: add logging related to DHT (Patch from Juliusz) 2009-08-07 14:38:09 +00:00
Charles Kerr b2e26ea90a (trunk libT) #2318: improve the peer lists used in the .resume file and in PEX 2009-08-07 05:41:33 +00:00
Charles Kerr 24bb159bfe (trunk libT) #2137: .resume file gets saved too frequently 2009-08-07 05:29:37 +00:00
Charles Kerr 67c1c6db95 (trunk libT) possible fix for #2301, which is a valgrind complaint about uninitialized memory being written to disk while saving the bencoded .resume file. this commit theorizes that the warning is caused by not zeroing out the tr_peer array before filling it, so the extra bits in tr_addresses' ipv4/ipv6 union were never initialized. if this theory is correct, this commit (which zeros the memory first) should fix the bug. 2009-08-07 00:58:34 +00:00
Kevin Glowacz 192365d4f9 (trunk web) DRY up requested torrent fields
This just so happens to fix 2307. recheckProgress was missing
from the inital field request.
2009-08-07 00:39:07 +00:00
Charles Kerr 5018a1b0d2 (trunk) rephrase "tracker returned..." to "tracker gave..." which is equally expressive but saves a little space on the status line 2009-08-06 07:04:19 +00:00
Mitchell Livingston e10adbc3fc update Help for new "Save Torrent File As…" phrasing 2009-08-06 02:14:28 +00:00
Mitchell Livingston 851595b11c get the mac build to compile again 2009-08-05 02:13:45 +00:00
Charles Kerr 6a2879f0ee (trunk libT) fix r8871 oops 2009-08-05 02:07:51 +00:00
Charles Kerr 1c3b53244d (trunk) clean up the return value of tr_torrentParse() 2009-08-05 01:59:16 +00:00
Mitchell Livingston 360f5c49ae recognize tracker errors and warnings 2009-08-05 01:55:37 +00:00
Charles Kerr a4767894e7 (trunk) #1400, #2308: differentiate warnings and errors; differentiate between local messages and messages from the tracker 2009-08-05 01:25:36 +00:00
Charles Kerr c86d2cc871 (trunk gtk) fix for "origin" field in the properties dialog when multiple torrents are selected. (kklimonda) 2009-08-04 03:10:35 +00:00
Charles Kerr ca6c850275 (trunk gtk) don't sensitize the properties button when no torrents are selected. (kklimonda) 2009-08-04 02:55:03 +00:00
Mitchell Livingston 98a9a9edd9 flipping autorelease pools' release over to drain 2009-08-04 01:53:51 +00:00
Charles Kerr 723cabb542 (trunk libT) prevent potential rounding errors when sending floating-point numbers across the wire in json form 2009-08-03 23:18:02 +00:00
Charles Kerr 87a7bf043a (trunk libT) possible fix for #2238 as suggested by kjg 2009-08-03 16:24:44 +00:00
Mitchell Livingston 39fdda4f22 revert updateminiupnpcstrings.sh 2009-08-02 22:27:40 +00:00