]>
granicus.if.org Git - transmission/log
Jordan Lee [Sat, 24 Aug 2013 20:34:43 +0000 (20:34 +0000)]
add a size hint for the torrent properties dialog. (rb07)
Jordan Lee [Sat, 24 Aug 2013 20:22:38 +0000 (20:22 +0000)]
remove another spurious console message
Jordan Lee [Sat, 24 Aug 2013 20:05:24 +0000 (20:05 +0000)]
remove spurious console message
Jordan Lee [Sat, 24 Aug 2013 19:42:51 +0000 (19:42 +0000)]
instead of inttypes, use Qt integral types -- eg, s/uint64_t/quint64/
Jordan Lee [Sat, 24 Aug 2013 19:26:21 +0000 (19:26 +0000)]
no need for a semicolon after the closing brace in a C++ 'extern' block
Jordan Lee [Sat, 24 Aug 2013 19:22:41 +0000 (19:22 +0000)]
handle tray icon doubleclicks. (rb07)
Jordan Lee [Sat, 24 Aug 2013 19:19:45 +0000 (19:19 +0000)]
when adding by filename, take local file separators into account
Jordan Lee [Sat, 24 Aug 2013 18:18:38 +0000 (18:18 +0000)]
more treating-bools-as-bools
Jordan Lee [Sat, 24 Aug 2013 18:08:38 +0000 (18:08 +0000)]
treat bool args as booleans rather than ints; no need to compare them a la 'if (boolVal != 0)'
Jordan Lee [Sat, 24 Aug 2013 17:53:45 +0000 (17:53 +0000)]
#include limits.h where we use it, and don't where we don't
Mitchell Livingston [Sat, 24 Aug 2013 11:41:48 +0000 (11:41 +0000)]
Error in French localization
Jordan Lee [Sun, 18 Aug 2013 13:06:39 +0000 (13:06 +0000)]
add inline wrapper functions to tr_torrent to decouple the rest of the code from tr_completion
Jordan Lee [Sat, 17 Aug 2013 17:22:04 +0000 (17:22 +0000)]
bump trunk to 2.82+
Jordan Lee [Sat, 17 Aug 2013 17:20:31 +0000 (17:20 +0000)]
silence a small handful of minor gcc compiler warnings in libtransmission
Jordan Lee [Sat, 17 Aug 2013 17:03:15 +0000 (17:03 +0000)]
silence a small handful of minor gcc compiler warnings in libtransmission
Jordan Lee [Sat, 17 Aug 2013 16:31:03 +0000 (16:31 +0000)]
silence a small handful of minor gcc compiler warnings in libtransmission
Jordan Lee [Sat, 17 Aug 2013 16:27:50 +0000 (16:27 +0000)]
(trunk, qt) #4937: updated transmission_eu.ts by Xabier Aramendi
Jordan Lee [Sat, 17 Aug 2013 16:22:56 +0000 (16:22 +0000)]
(trunk, qt) #5465: restore Qt 4.6 support, patch by mike.did
Jordan Lee [Sat, 17 Aug 2013 16:20:32 +0000 (16:20 +0000)]
#5298 'Transmission not holding queue order' -- fixed with patch by gabrielrcp
Mitchell Livingston [Sat, 10 Aug 2013 02:29:12 +0000 (02:29 +0000)]
#4712 Gray out the 'Display a window when adding a magnet link' option, whenever 'Same directory as torrent' is selected
Mitchell Livingston [Fri, 9 Aug 2013 02:26:31 +0000 (02:26 +0000)]
bump to version 2.82
Mitchell Livingston [Thu, 8 Aug 2013 03:23:35 +0000 (03:23 +0000)]
tweak NEWS
Jordan Lee [Wed, 7 Aug 2013 15:09:44 +0000 (15:09 +0000)]
first pass at 2.82 NEWS
Jordan Lee [Mon, 5 Aug 2013 13:07:23 +0000 (13:07 +0000)]
(trunk, libT) #5452 'preventing zombies from child scripts' -- fixed.
Jordan Lee [Mon, 5 Aug 2013 04:39:43 +0000 (04:39 +0000)]
(trunk, libT) #5451: 'crash in tr_torrentGetPeerId() during incoming encrypted handshake' -- fixed.
Jordan Lee [Mon, 5 Aug 2013 02:39:30 +0000 (02:39 +0000)]
(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.
Mitchell Livingston [Sat, 3 Aug 2013 01:24:42 +0000 (01:24 +0000)]
#5414 Download speed very slow until edited
Jordan Lee [Mon, 29 Jul 2013 04:29:22 +0000 (04:29 +0000)]
(trunk, libT) #5443 'tr_clientForId() misidentifies Tixati as BitTornado': fixed
Jordan Lee [Mon, 29 Jul 2013 04:19:15 +0000 (04:19 +0000)]
(trunk libT) #5444 'underflow in bitfield.c's set_all_true()' -- fixed
Jordan Lee [Sat, 27 Jul 2013 21:58:14 +0000 (21:58 +0000)]
support qt5 in transmission-qt
Jordan Lee [Sat, 27 Jul 2013 18:20:32 +0000 (18:20 +0000)]
(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144
Jordan Lee [Sat, 27 Jul 2013 17:48:59 +0000 (17:48 +0000)]
silence a pair of 'unused variable' gcc warnings
Jordan Lee [Sat, 27 Jul 2013 16:18:12 +0000 (16:18 +0000)]
(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.
Jordan Lee [Wed, 24 Jul 2013 22:35:52 +0000 (22:35 +0000)]
(trunk, web) #5439: fix web client issue in IE 11
Jordan Lee [Wed, 24 Jul 2013 22:33:59 +0000 (22:33 +0000)]
(trunk, web) #5440: fix syntax error in index.html's meta name='viewport' entry.
Jordan Lee [Wed, 24 Jul 2013 17:20:21 +0000 (17:20 +0000)]
(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with patch from fanatid
Jordan Lee [Wed, 24 Jul 2013 17:11:21 +0000 (17:11 +0000)]
(trunk gtk) #5320 'can't opena folder with '#' in its name': in gtr_open_file(), use g_file_new_for_path().
Jordan Lee [Wed, 24 Jul 2013 00:13:31 +0000 (00:13 +0000)]
since Transmission supports older versions of glib, add a portability wrapper for G_DEFINE_QUARK
Jordan Lee [Wed, 24 Jul 2013 00:02:16 +0000 (00:02 +0000)]
fix Transmission 2.81 FTBFS in OpenBSD, patch by naddy
Jordan Lee [Wed, 24 Jul 2013 00:00:03 +0000 (00:00 +0000)]
always clean up the paused_easy_handles list.
Jordan Lee [Mon, 22 Jul 2013 23:00:10 +0000 (23:00 +0000)]
don't use a '-' character in the QN argument to G_DEFINE_QUARK. https://forum.transmissionbt.com/viewtopic.php?p=65548#p65548
Jordan Lee [Sun, 21 Jul 2013 21:11:54 +0000 (21:11 +0000)]
tweak previous commit
Jordan Lee [Sun, 21 Jul 2013 21:10:28 +0000 (21:10 +0000)]
(trunk, libT) #5432 'on scrape and announce failures, the retry interval is longer than intended' -- fixed.
Jordan Lee [Sun, 21 Jul 2013 14:58:24 +0000 (14:58 +0000)]
(trunk, libT) #5427 'queued torrents' state changes to paused when restarting transmission' -- fixed with patch by rb07
Jordan Lee [Sat, 20 Jul 2013 23:29:42 +0000 (23:29 +0000)]
(trunk, libT) #5426 'Crash when adding UDP tracker with a large number of characters in the tracker URL' -- fixed.
Jordan Lee [Sat, 20 Jul 2013 16:45:02 +0000 (16:45 +0000)]
(trunk, libT) #5429 'nightly build crashes on webseed torrents' -- fixed.
Jordan Lee [Sat, 20 Jul 2013 16:37:59 +0000 (16:37 +0000)]
(trunk gtk) use G_SOURCE_REMOVE where appropriate
Jordan Lee [Sat, 20 Jul 2013 16:19:15 +0000 (16:19 +0000)]
use consistent code indentation/whitespace in open dialog, file list, and set location dialog
Jordan Lee [Sat, 20 Jul 2013 15:55:29 +0000 (15:55 +0000)]
(trunk, gtk) #5430: periodic update timer in 'Torrent > Set Location...' should be cleared immediately when dialog is closed.
Jordan Lee [Sat, 20 Jul 2013 15:37:13 +0000 (15:37 +0000)]
add tr_sessionGetTorrents(), a private utility to avoid code duplication in libtransmission
Jordan Lee [Sat, 20 Jul 2013 15:20:36 +0000 (15:20 +0000)]
bump version to 2.81+
Mitchell Livingston [Thu, 18 Jul 2013 03:11:35 +0000 (03:11 +0000)]
tweak NEWS
Jordan Lee [Thu, 18 Jul 2013 03:05:38 +0000 (03:05 +0000)]
bump to 2.81 + first pass at 2.81 NEWS
Jordan Lee [Tue, 16 Jul 2013 00:50:45 +0000 (00:50 +0000)]
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.
Jordan Lee [Tue, 16 Jul 2013 00:13:30 +0000 (00:13 +0000)]
(trunk, libT) #5395: when announces fail, lower the period before the first retry to fix unspecified 'network problems'.
Jordan Lee [Mon, 15 Jul 2013 23:53:48 +0000 (23:53 +0000)]
change the callback functions' orders s.t. torrent-completed is called before torrent-done
Jordan Lee [Mon, 15 Jul 2013 23:49:04 +0000 (23:49 +0000)]
add After=network.target as suggested by upstream arch bug #31478
Jordan Lee [Sun, 14 Jul 2013 23:03:31 +0000 (23:03 +0000)]
(trunk) slightly better image compression by passing them through pngwolf
Jordan Lee [Sun, 14 Jul 2013 23:00:39 +0000 (23:00 +0000)]
(trunk, libT) #5275: fix platform quota crash on solaris 2.12, patch by godot
Mitchell Livingston [Sun, 14 Jul 2013 14:35:57 +0000 (14:35 +0000)]
Simplify the torrent complete callback method.
Mitchell Livingston [Sun, 14 Jul 2013 14:28:40 +0000 (14:28 +0000)]
Perform callbacks in the Torrent class using GCD.
Jordan Lee [Fri, 12 Jul 2013 22:42:40 +0000 (22:42 +0000)]
in libtransmission/platform-quota.c, a one-liner patch to fix compilation on some versions of Linux. Patch by rb07
Jordan Lee [Wed, 10 Jul 2013 22:28:40 +0000 (22:28 +0000)]
fix a couple of unlikely-to-be-triggered errors reported by clang static analyzer
Jordan Lee [Tue, 9 Jul 2013 22:44:24 +0000 (22:44 +0000)]
use G_DEFINE_QUARK instead of rolling our own quark getters
Jordan Lee [Tue, 9 Jul 2013 17:05:32 +0000 (17:05 +0000)]
in peer-msgs.c's tr_peerMsgsCalculateActive(), adjust some of those new tracer assertions to work better with magnet links.
Mitchell Livingston [Tue, 9 Jul 2013 04:02:22 +0000 (04:02 +0000)]
add platform-quota.[ch] to the projects file
Jordan Lee [Mon, 8 Jul 2013 19:34:58 +0000 (19:34 +0000)]
fix a minor GAppInfo memory leak in transmission-gtk
Jordan Lee [Mon, 8 Jul 2013 17:46:12 +0000 (17:46 +0000)]
in peer-mgr.c's tr_peerMgrGetDesiredAvailable(), confirm we have a swarm pointer before using it. Probable fix for bug #5407
Jordan Lee [Mon, 8 Jul 2013 17:07:31 +0000 (17:07 +0000)]
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
Jordan Lee [Mon, 8 Jul 2013 16:44:19 +0000 (16:44 +0000)]
in peer-msgs.c's my_funcs struct, remove an unnecessary trailing comma in the designated initializers.
Jordan Lee [Mon, 8 Jul 2013 16:41:12 +0000 (16:41 +0000)]
fix bug #5372, 'wrong peer states displayed'.
Jordan Lee [Mon, 8 Jul 2013 16:25:18 +0000 (16:25 +0000)]
replace deprecated gtk_icon_info_free() calls with g_object_unref() in GTK+ >= 3.8.0
Jordan Lee [Mon, 8 Jul 2013 02:45:36 +0000 (02:45 +0000)]
bump to 2.80+
Mitchell Livingston [Fri, 5 Jul 2013 23:08:09 +0000 (23:08 +0000)]
revert smaller Mac png images to fix #5390
Jordan Lee [Tue, 2 Jul 2013 21:20:33 +0000 (21:20 +0000)]
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.
Jordan Lee [Wed, 26 Jun 2013 02:31:46 +0000 (02:31 +0000)]
bump to 2.80
Jordan Lee [Wed, 26 Jun 2013 02:22:32 +0000 (02:22 +0000)]
sync transmission-gtk translations from Rosetta
Jordan Lee [Wed, 26 Jun 2013 02:20:46 +0000 (02:20 +0000)]
new languages for transmission-gtk: Shan and Northern Sami
Jordan Lee [Wed, 26 Jun 2013 02:06:43 +0000 (02:06 +0000)]
(trunk) #5382: better compression of our bundled png files. recompressed by Mangix
Jordan Lee [Wed, 26 Jun 2013 01:48:47 +0000 (01:48 +0000)]
(trunk, qt) #5374: add url support for dragging-and-dropping multiple URLs into transmission-qt. patch by rb07
Mitchell Livingston [Wed, 26 Jun 2013 01:35:14 +0000 (01:35 +0000)]
fix typos in NEWS
Mitchell Livingston [Thu, 20 Jun 2013 02:47:12 +0000 (02:47 +0000)]
update Danish localization
Jordan Lee [Wed, 12 Jun 2013 00:22:41 +0000 (00:22 +0000)]
(trunk, gtk) minor fix to tr_prefs_init_default() -- avoid redundant calls to g_get_user_special_dir
Jordan Lee [Tue, 11 Jun 2013 19:09:07 +0000 (19:09 +0000)]
updated Basque translation by Xabier Aramendi via rb07 in ticket #4937
Jordan Lee [Sun, 9 Jun 2013 22:52:33 +0000 (22:52 +0000)]
don't hardcode the config dir, as discussed in ticket #4503 comments 17, 19
Jordan Lee [Sun, 9 Jun 2013 20:18:47 +0000 (20:18 +0000)]
(trunk, qt) #5374 handle multifile drag-and-drop in Qt client, patch by kernel_daemon
Jordan Lee [Sun, 9 Jun 2013 19:54:58 +0000 (19:54 +0000)]
in transmission-daemon.service, remove unnecessary comments and change Type from simple to notify since transmission-daemon uses sd_notify()
Jordan Lee [Sun, 9 Jun 2013 19:41:51 +0000 (19:41 +0000)]
(trunk web) #5380 'numeric input method not compatible with non-querty keyboards' -- fixed w/patch from lechevalierd3on
Jordan Lee [Sun, 9 Jun 2013 18:56:10 +0000 (18:56 +0000)]
(trunk, libT) #53737 fix 2.77+ nightly regression that misreported the number of webseeds
Jordan Lee [Sun, 9 Jun 2013 18:39:24 +0000 (18:39 +0000)]
(trunk libT) fix 2.7x crash when dealing with webseeds
Jordan Lee [Sun, 9 Jun 2013 18:25:03 +0000 (18:25 +0000)]
add transmission-daemon.service to EXTRA_DIST
Jordan Lee [Sun, 9 Jun 2013 18:18:09 +0000 (18:18 +0000)]
(trunk daemon) add a systemd service file for transmission-daemon.
Suggestions / improvements welcomed at https://trac.transmissionbt.com/ticket/4503
Mitchell Livingston [Sat, 8 Jun 2013 01:57:39 +0000 (01:57 +0000)]
tweak NEWS
Jordan Lee [Fri, 7 Jun 2013 23:31:26 +0000 (23:31 +0000)]
(daemon) systemd support, part 1: add sd_notify() calls to transmission-daemon if libsystemd-daemon is detected at compile time
Jordan Lee [Mon, 27 May 2013 21:04:48 +0000 (21:04 +0000)]
(trunk, libT) fix tr_torrentStat() regression in the nightlies reported in #5294 by mw3demo
Jordan Lee [Sat, 25 May 2013 23:20:20 +0000 (23:20 +0000)]
add transmission-daemon's --dump option to the manpage.
Jordan Lee [Thu, 23 May 2013 05:43:12 +0000 (05:43 +0000)]
whitespace/indentation
Jordan Lee [Thu, 23 May 2013 03:20:18 +0000 (03:20 +0000)]
whitespace/indentation
Jordan Lee [Thu, 23 May 2013 00:11:09 +0000 (00:11 +0000)]
whitespace/indentation
Jordan Lee [Wed, 22 May 2013 22:56:13 +0000 (22:56 +0000)]
safer implementation of tr_torrentName()