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 |
|
Mitchell Livingston
|
9422dde5e8
|
update miniupnpc to miniupnpc-20090729
|
2009-08-02 22:21:46 +00:00 |
|
Kevin Glowacz
|
1339a6df4c
|
(trunk web) don't invert the progress bar
|
2009-07-30 19:03:37 +00:00 |
|
Charles Kerr
|
c33f27c06c
|
(trunk third-party) #2302: upgrade from dht 0.6 to 0.8.
|
2009-07-29 03:06:18 +00:00 |
|
Charles Kerr
|
0b57127650
|
(trunk third-party) #2296: commit geirha's "quick fix" to the updateminiupnpcstrings.sh
|
2009-07-28 18:03:47 +00:00 |
|
Kevin Glowacz
|
03ff0005ac
|
(trunk web) seedRatioLimit > seedRatio
|
2009-07-28 05:23:34 +00:00 |
|
Kevin Glowacz
|
be1e99ab3f
|
(trunk web) fix typo
|
2009-07-28 05:23:30 +00:00 |
|
Kevin Glowacz
|
da9e099cf5
|
(trunk web) load the initial preferences asynchronously
|
2009-07-28 04:53:08 +00:00 |
|
Kevin Glowacz
|
1901c44bf0
|
(trunk web) remote shouldn't know the internals of transmission
|
2009-07-28 04:53:04 +00:00 |
|
Kevin Glowacz
|
2220a40e84
|
(trunk web) progress bar shows seeding progress
|
2009-07-28 04:52:59 +00:00 |
|
Kevin Glowacz
|
43ae380779
|
(trunk web) ability to get the torrent's seed ratio
|
2009-07-28 04:52:52 +00:00 |
|
Kevin Glowacz
|
19e56b8e5e
|
(trunk web) ability to get global seed ratio
|
2009-07-28 04:52:47 +00:00 |
|
Kevin Glowacz
|
588490a232
|
(trunk web) let rpc tell us the ratio
|
2009-07-28 04:52:41 +00:00 |
|
Charles Kerr
|
c816a1e926
|
(trunk gtk) #2300: allow sorting via the right-click menu
|
2009-07-27 19:59:21 +00:00 |
|
Charles Kerr
|
5e0315892b
|
(trunk gtk) possible fix for #2267
|
2009-07-27 18:48:21 +00:00 |
|
Charles Kerr
|
7cb873b69e
|
(trunk gtk) remove some unused code
|
2009-07-22 20:56:44 +00:00 |
|
Charles Kerr
|
450cfb74af
|
(trunk gtk) minor tweak: replace mkdir_p() with gtr_mkdir_with_parents() for symmetry with glib
|
2009-07-22 20:39:12 +00:00 |
|