]>
granicus.if.org Git - transmission/log
Jordan Lee [Sun, 8 Sep 2013 19:30:16 +0000 (19:30 +0000)]
have the peer-id test follow the other unit test files' naming conventions
Jordan Lee [Sun, 8 Sep 2013 19:12:33 +0000 (19:12 +0000)]
(trunk, qt) #3606 'Qt client New Torrent from Source Folder is Goofy' -- fixed, mikedld
Jordan Lee [Sun, 8 Sep 2013 19:07:31 +0000 (19:07 +0000)]
(trunk, qt) #5312 'download checkbox toggle with spacebar is broken' -- fixed, patch by mikedld
Jordan Lee [Sun, 8 Sep 2013 19:03:25 +0000 (19:03 +0000)]
(trunk, qt) #4813: allow launching files in Qt interface
Jordan Lee [Sun, 8 Sep 2013 18:53:11 +0000 (18:53 +0000)]
(trunk, qt) #5483: use native windows icons, more win portability goodness from mikedld
Jordan Lee [Sun, 8 Sep 2013 18:39:37 +0000 (18:39 +0000)]
fix CL warnings in the Qt code. mikedld
Jordan Lee [Sun, 8 Sep 2013 18:27:27 +0000 (18:27 +0000)]
(trunk, libT) improved/new MSVC portability wrappers dirname, basename, gettimeofday(). patch by mikedld, breakage by charles
Jordan Lee [Sun, 8 Sep 2013 17:58:14 +0000 (17:58 +0000)]
fix a handful of CL warnings & errors in libtransmission. mikedld
Jordan Lee [Sun, 8 Sep 2013 17:36:11 +0000 (17:36 +0000)]
remove a few straggling uses of %zu to follow up on the previous TR_PRIuSIZE commit
Jordan Lee [Sun, 8 Sep 2013 17:32:09 +0000 (17:32 +0000)]
introduce TR_PRIuSIZE macro for portable printf()ing of size_t. mikedld
Jordan Lee [Sun, 8 Sep 2013 17:29:25 +0000 (17:29 +0000)]
correct function pointer type correctness. mikedld
Jordan Lee [Sun, 8 Sep 2013 17:08:18 +0000 (17:08 +0000)]
function pointer type correctness. mikedld
Jordan Lee [Sun, 8 Sep 2013 17:03:11 +0000 (17:03 +0000)]
use evutil_socket_t instead of int to define socket types. Patch my mikedLd :)
Jordan Lee [Fri, 30 Aug 2013 18:01:51 +0000 (18:01 +0000)]
revert error r14185 error
Jordan Lee [Thu, 29 Aug 2013 00:37:37 +0000 (00:37 +0000)]
revert quint64/quint32/qint64/qint32 use to inttypes to match libtransmission's API
Jordan Lee [Mon, 26 Aug 2013 17:15:12 +0000 (17:15 +0000)]
(trunk, libT) #5476: also, define __USE_MINGW_ANSI_STDIO and __STDC_FORMAT_MACROS on win32 systems so these new macros will work on mingw-w64 and mingw. (rb07)
Jordan Lee [Mon, 26 Aug 2013 17:12:16 +0000 (17:12 +0000)]
(trunk, libT) #5476: correct the definitions of PRIu64 and PRIu32 on win32 systems; thanks to rb07 for this correction
Jordan Lee [Sun, 25 Aug 2013 16:27:19 +0000 (16:27 +0000)]
make accessing tr_list's recycle nodes threadsafe. patch by mike.did, fixes #5352
Jordan Lee [Sat, 24 Aug 2013 20:49:27 +0000 (20:49 +0000)]
add windows-friendly definitions for PRIu64, PRId64, PRIu32
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