Jordan Lee
|
229f9e5ae6
|
(trunk, gtk) #5450: in transmission-gtk's main.c::on_app_exit(), check to see if shutdown's already been initiated so that we don't call tr_sessionClose() twice.
|
2013-08-05 02:39:30 +00:00 |
Mitchell Livingston
|
d1b406131b
|
#5414 Download speed very slow until edited
|
2013-08-03 01:24:42 +00:00 |
Jordan Lee
|
21c869ad03
|
(trunk, libT) #5443 'tr_clientForId() misidentifies Tixati as BitTornado': fixed
|
2013-07-29 04:29:22 +00:00 |
Jordan Lee
|
a8f965b489
|
(trunk libT) #5444 'underflow in bitfield.c's set_all_true()' -- fixed
|
2013-07-29 04:19:15 +00:00 |
Jordan Lee
|
1c79173459
|
support qt5 in transmission-qt
|
2013-07-27 21:58:14 +00:00 |
Jordan Lee
|
33795457b1
|
(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144
|
2013-07-27 18:20:32 +00:00 |
Jordan Lee
|
29e53df9d9
|
silence a pair of 'unused variable' gcc warnings
|
2013-07-27 17:48:59 +00:00 |
Jordan Lee
|
6897197729
|
(trunk, libt) #4147 'bad file descriptor': in cached_file_open(), ensure the file is always opened with writable permissions if we need to call ftruncate() to resize it. Large credit to karamanolev for tracking this down with strace.
|
2013-07-27 16:18:12 +00:00 |
Jordan Lee
|
f217dc2a60
|
(trunk, web) #5439: fix web client issue in IE 11
|
2013-07-24 22:35:52 +00:00 |
Jordan Lee
|
b38d819690
|
(trunk, web) #5440: fix syntax error in index.html's meta name='viewport' entry.
|
2013-07-24 22:33:59 +00:00 |
Jordan Lee
|
14c0256861
|
(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with patch from fanatid
|
2013-07-24 17:20:21 +00:00 |
Jordan Lee
|
16ab373503
|
(trunk gtk) #5320 'can't opena folder with '#' in its name': in gtr_open_file(), use g_file_new_for_path().
|
2013-07-24 17:11:21 +00:00 |
Jordan Lee
|
cc1b1cd430
|
since Transmission supports older versions of glib, add a portability wrapper for G_DEFINE_QUARK
|
2013-07-24 00:13:31 +00:00 |
Jordan Lee
|
20ee16b8cb
|
fix Transmission 2.81 FTBFS in OpenBSD, patch by naddy
|
2013-07-24 00:02:16 +00:00 |
Jordan Lee
|
580c00c4be
|
always clean up the paused_easy_handles list.
|
2013-07-24 00:00:03 +00:00 |
Jordan Lee
|
6a47b4a5d3
|
don't use a '-' character in the QN argument to G_DEFINE_QUARK. https://forum.transmissionbt.com/viewtopic.php?p=65548#p65548
|
2013-07-22 23:00:10 +00:00 |
Jordan Lee
|
db6fd6630d
|
tweak previous commit
|
2013-07-21 21:11:54 +00:00 |
Jordan Lee
|
4787364b1a
|
(trunk, libT) #5432 'on scrape and announce failures, the retry interval is longer than intended' -- fixed.
|
2013-07-21 21:10:28 +00:00 |
Jordan Lee
|
773d276fb5
|
(trunk, libT) #5427 'queued torrents' state changes to paused when restarting transmission' -- fixed with patch by rb07
|
2013-07-21 14:58:24 +00:00 |
Jordan Lee
|
73d4be24c7
|
(trunk, libT) #5426 'Crash when adding UDP tracker with a large number of characters in the tracker URL' -- fixed.
|
2013-07-20 23:29:42 +00:00 |
Jordan Lee
|
8dd572076a
|
(trunk, libT) #5429 'nightly build crashes on webseed torrents' -- fixed.
|
2013-07-20 16:45:02 +00:00 |
Jordan Lee
|
f83ff36cd5
|
(trunk gtk) use G_SOURCE_REMOVE where appropriate
|
2013-07-20 16:37:59 +00:00 |
Jordan Lee
|
7cbb20279b
|
use consistent code indentation/whitespace in open dialog, file list, and set location dialog
|
2013-07-20 16:19:15 +00:00 |
Jordan Lee
|
2d6ace29ba
|
(trunk, gtk) #5430: periodic update timer in 'Torrent > Set Location...' should be cleared immediately when dialog is closed.
|
2013-07-20 15:55:29 +00:00 |
Jordan Lee
|
fe79ad39bc
|
add tr_sessionGetTorrents(), a private utility to avoid code duplication in libtransmission
|
2013-07-20 15:37:13 +00:00 |
Jordan Lee
|
acb1fb80dd
|
bump version to 2.81+
|
2013-07-20 15:20:36 +00:00 |
Mitchell Livingston
|
c11599649a
|
tweak NEWS
|
2013-07-18 03:11:35 +00:00 |
Jordan Lee
|
2ee7f001fc
|
bump to 2.81 + first pass at 2.81 NEWS
|
2013-07-18 03:05:38 +00:00 |
Jordan Lee
|
7bcaf891d1
|
when a torrent finishes downloading, first rename/move the files (if there's a temp directory or .part suffix), then check to fire the completeness callback, then check to fire the ratio limit callback, then check to fire the done callback.
|
2013-07-16 00:50:45 +00:00 |
Jordan Lee
|
ee130e773d
|
(trunk, libT) #5395: when announces fail, lower the period before the first retry to fix unspecified 'network problems'.
|
2013-07-16 00:13:30 +00:00 |
Jordan Lee
|
768142fcac
|
change the callback functions' orders s.t. torrent-completed is called before torrent-done
|
2013-07-15 23:53:48 +00:00 |
Jordan Lee
|
2db09dad54
|
add After=network.target as suggested by upstream arch bug #31478
|
2013-07-15 23:49:04 +00:00 |
Jordan Lee
|
94fd3b486b
|
(trunk) slightly better image compression by passing them through pngwolf
|
2013-07-14 23:03:31 +00:00 |
Jordan Lee
|
d4e0194ce2
|
(trunk, libT) #5275: fix platform quota crash on solaris 2.12, patch by godot
|
2013-07-14 23:00:39 +00:00 |
Mitchell Livingston
|
a1ad7d8da3
|
Simplify the torrent complete callback method.
|
2013-07-14 14:35:57 +00:00 |
Mitchell Livingston
|
fefba6c2da
|
Perform callbacks in the Torrent class using GCD.
|
2013-07-14 14:28:40 +00:00 |
Jordan Lee
|
ba465de7d1
|
in libtransmission/platform-quota.c, a one-liner patch to fix compilation on some versions of Linux. Patch by rb07
|
2013-07-12 22:42:40 +00:00 |
Jordan Lee
|
af3481400f
|
fix a couple of unlikely-to-be-triggered errors reported by clang static analyzer
|
2013-07-10 22:28:40 +00:00 |
Jordan Lee
|
d244545979
|
use G_DEFINE_QUARK instead of rolling our own quark getters
|
2013-07-09 22:44:24 +00:00 |
Jordan Lee
|
de248c94fb
|
in peer-msgs.c's tr_peerMsgsCalculateActive(), adjust some of those new tracer assertions to work better with magnet links.
|
2013-07-09 17:05:32 +00:00 |
Mitchell Livingston
|
7a766efe7b
|
add platform-quota.[ch] to the projects file
|
2013-07-09 04:02:22 +00:00 |
Jordan Lee
|
7f9f86c55a
|
fix a minor GAppInfo memory leak in transmission-gtk
|
2013-07-08 19:34:58 +00:00 |
Jordan Lee
|
0c507637db
|
in peer-mgr.c's tr_peerMgrGetDesiredAvailable(), confirm we have a swarm pointer before using it. Probable fix for bug #5407
|
2013-07-08 17:46:12 +00:00 |
Jordan Lee
|
74d0f305a6
|
move platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389 and is also a nice piece of encapsulation. Patch by rb07
|
2013-07-08 17:07:31 +00:00 |
Jordan Lee
|
e0e4849abd
|
in peer-msgs.c's my_funcs struct, remove an unnecessary trailing comma in the designated initializers.
|
2013-07-08 16:44:19 +00:00 |
Jordan Lee
|
058e430251
|
fix bug #5372, 'wrong peer states displayed'.
|
2013-07-08 16:41:12 +00:00 |
Jordan Lee
|
59af132947
|
replace deprecated gtk_icon_info_free() calls with g_object_unref() in GTK+ >= 3.8.0
|
2013-07-08 16:25:18 +00:00 |
Jordan Lee
|
836e497be6
|
bump to 2.80+
|
2013-07-08 02:45:36 +00:00 |
Mitchell Livingston
|
5ef65d3627
|
revert smaller Mac png images to fix #5390
|
2013-07-05 23:08:09 +00:00 |
Jordan Lee
|
59f27cc1c6
|
remove the ShowOnlyIn=Unity desktop entries. These were from bug #4804 as an interim measure until XDG action groups were more widely supported, and can be removed.
|
2013-07-02 21:20:33 +00:00 |