]> granicus.if.org Git - transmission/log
transmission
11 years ago(trunk, libT) #5429 'nightly build crashes on webseed torrents' -- fixed.
Jordan Lee [Sat, 20 Jul 2013 16:45:02 +0000 (16:45 +0000)]
(trunk, libT) #5429 'nightly build crashes on webseed torrents' -- fixed.

11 years ago(trunk gtk) use G_SOURCE_REMOVE where appropriate
Jordan Lee [Sat, 20 Jul 2013 16:37:59 +0000 (16:37 +0000)]
(trunk gtk) use G_SOURCE_REMOVE where appropriate

11 years agouse consistent code indentation/whitespace in open dialog, file list, and set locatio...
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

11 years ago(trunk, gtk) #5430: periodic update timer in 'Torrent > Set Location...' should be...
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.

11 years agoadd tr_sessionGetTorrents(), a private utility to avoid code duplication in libtransm...
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

11 years agobump version to 2.81+
Jordan Lee [Sat, 20 Jul 2013 15:20:36 +0000 (15:20 +0000)]
bump version to 2.81+

11 years agotweak NEWS 2.81
Mitchell Livingston [Thu, 18 Jul 2013 03:11:35 +0000 (03:11 +0000)]
tweak NEWS

11 years agobump to 2.81 + first pass at 2.81 NEWS
Jordan Lee [Thu, 18 Jul 2013 03:05:38 +0000 (03:05 +0000)]
bump to 2.81 + first pass at 2.81 NEWS

11 years agowhen a torrent finishes downloading, first rename/move the files (if there's a temp...
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.

11 years ago(trunk, libT) #5395: when announces fail, lower the period before the first retry...
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'.

11 years agochange the callback functions' orders s.t. torrent-completed is called before torrent...
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

11 years agoadd After=network.target as suggested by upstream arch bug #31478
Jordan Lee [Mon, 15 Jul 2013 23:49:04 +0000 (23:49 +0000)]
add After=network.target as suggested by upstream arch bug #31478

11 years ago(trunk) slightly better image compression by passing them through pngwolf
Jordan Lee [Sun, 14 Jul 2013 23:03:31 +0000 (23:03 +0000)]
(trunk) slightly better image compression by passing them through pngwolf

11 years ago(trunk, libT) #5275: fix platform quota crash on solaris 2.12, patch by godot
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

11 years agoSimplify the torrent complete callback method.
Mitchell Livingston [Sun, 14 Jul 2013 14:35:57 +0000 (14:35 +0000)]
Simplify the torrent complete callback method.

11 years agoPerform callbacks in the Torrent class using GCD.
Mitchell Livingston [Sun, 14 Jul 2013 14:28:40 +0000 (14:28 +0000)]
Perform callbacks in the Torrent class using GCD.

11 years agoin libtransmission/platform-quota.c, a one-liner patch to fix compilation on some...
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

11 years agofix a couple of unlikely-to-be-triggered errors reported by clang static analyzer
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

11 years agouse G_DEFINE_QUARK instead of rolling our own quark getters
Jordan Lee [Tue, 9 Jul 2013 22:44:24 +0000 (22:44 +0000)]
use G_DEFINE_QUARK instead of rolling our own quark getters

11 years agoin peer-msgs.c's tr_peerMsgsCalculateActive(), adjust some of those new tracer assert...
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.

11 years agoadd platform-quota.[ch] to the projects file
Mitchell Livingston [Tue, 9 Jul 2013 04:02:22 +0000 (04:02 +0000)]
add platform-quota.[ch] to the projects file

11 years agofix a minor GAppInfo memory leak in transmission-gtk
Jordan Lee [Mon, 8 Jul 2013 19:34:58 +0000 (19:34 +0000)]
fix a minor GAppInfo memory leak in transmission-gtk

11 years agoin peer-mgr.c's tr_peerMgrGetDesiredAvailable(), confirm we have a swarm pointer...
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

11 years agomove platform.c's quota code into its own file. Fixes FTBFS reported in bug #5389...
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

11 years agoin peer-msgs.c's my_funcs struct, remove an unnecessary trailing comma in the designa...
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.

11 years agofix bug #5372, 'wrong peer states displayed'.
Jordan Lee [Mon, 8 Jul 2013 16:41:12 +0000 (16:41 +0000)]
fix bug #5372, 'wrong peer states displayed'.

11 years agoreplace deprecated gtk_icon_info_free() calls with g_object_unref() in GTK+ >= 3.8.0
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

11 years agobump to 2.80+
Jordan Lee [Mon, 8 Jul 2013 02:45:36 +0000 (02:45 +0000)]
bump to 2.80+

11 years agorevert smaller Mac png images to fix #5390
Mitchell Livingston [Fri, 5 Jul 2013 23:08:09 +0000 (23:08 +0000)]
revert smaller Mac png images to fix #5390

11 years agoremove the ShowOnlyIn=Unity desktop entries. These were from bug #4804 as an interim...
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.

11 years agobump to 2.80 2.80
Jordan Lee [Wed, 26 Jun 2013 02:31:46 +0000 (02:31 +0000)]
bump to 2.80

11 years agosync transmission-gtk translations from Rosetta
Jordan Lee [Wed, 26 Jun 2013 02:22:32 +0000 (02:22 +0000)]
sync transmission-gtk translations from Rosetta

11 years agonew languages for transmission-gtk: Shan and Northern Sami
Jordan Lee [Wed, 26 Jun 2013 02:20:46 +0000 (02:20 +0000)]
new languages for transmission-gtk: Shan and Northern Sami

11 years ago(trunk) #5382: better compression of our bundled png files. recompressed by Mangix
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

11 years ago(trunk, qt) #5374: add url support for dragging-and-dropping multiple URLs into trans...
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

11 years agofix typos in NEWS
Mitchell Livingston [Wed, 26 Jun 2013 01:35:14 +0000 (01:35 +0000)]
fix typos in NEWS

11 years agoupdate Danish localization
Mitchell Livingston [Thu, 20 Jun 2013 02:47:12 +0000 (02:47 +0000)]
update Danish localization

11 years ago(trunk, gtk) minor fix to tr_prefs_init_default() -- avoid redundant calls to g_get_u...
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

11 years agoupdated Basque translation by Xabier Aramendi via rb07 in ticket #4937
Jordan Lee [Tue, 11 Jun 2013 19:09:07 +0000 (19:09 +0000)]
updated Basque translation by Xabier Aramendi via rb07 in ticket #4937

11 years agodon't hardcode the config dir, as discussed in ticket #4503 comments 17, 19
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

11 years ago(trunk, qt) #5374 handle multifile drag-and-drop in Qt client, patch by kernel_daemon
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

11 years agoin transmission-daemon.service, remove unnecessary comments and change Type from...
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()

11 years ago(trunk web) #5380 'numeric input method not compatible with non-querty keyboards...
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

11 years ago(trunk, libT) #53737 fix 2.77+ nightly regression that misreported the number of...
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

11 years ago(trunk libT) fix 2.7x crash when dealing with webseeds
Jordan Lee [Sun, 9 Jun 2013 18:39:24 +0000 (18:39 +0000)]
(trunk libT) fix 2.7x crash when dealing with webseeds

11 years agoadd transmission-daemon.service to EXTRA_DIST
Jordan Lee [Sun, 9 Jun 2013 18:25:03 +0000 (18:25 +0000)]
add transmission-daemon.service to EXTRA_DIST

11 years ago(trunk daemon) add a systemd service file for transmission-daemon.
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

11 years agotweak NEWS
Mitchell Livingston [Sat, 8 Jun 2013 01:57:39 +0000 (01:57 +0000)]
tweak NEWS

11 years ago(daemon) systemd support, part 1: add sd_notify() calls to transmission-daemon if...
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

11 years ago(trunk, libT) fix tr_torrentStat() regression in the nightlies reported in #5294...
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

11 years agoadd transmission-daemon's --dump option to the manpage.
Jordan Lee [Sat, 25 May 2013 23:20:20 +0000 (23:20 +0000)]
add transmission-daemon's --dump option to the manpage.

11 years agowhitespace/indentation
Jordan Lee [Thu, 23 May 2013 05:43:12 +0000 (05:43 +0000)]
whitespace/indentation

11 years agowhitespace/indentation
Jordan Lee [Thu, 23 May 2013 03:20:18 +0000 (03:20 +0000)]
whitespace/indentation

11 years agowhitespace/indentation
Jordan Lee [Thu, 23 May 2013 00:11:09 +0000 (00:11 +0000)]
whitespace/indentation

11 years agosafer implementation of tr_torrentName()
Jordan Lee [Wed, 22 May 2013 22:56:13 +0000 (22:56 +0000)]
safer implementation of tr_torrentName()

11 years ago(trunk, libT) #4682 'Add return id from duplicate torrent torrent-add rpc' -- added.
Jordan Lee [Wed, 22 May 2013 20:35:38 +0000 (20:35 +0000)]
(trunk, libT) #4682 'Add return id from duplicate torrent torrent-add rpc' -- added.

11 years agoundo previous commit's accidental inclusion of changes to peer-msgs.* and peer-mgr.c
Jordan Lee [Wed, 22 May 2013 19:06:54 +0000 (19:06 +0000)]
undo previous commit's accidental inclusion of changes to peer-msgs.* and peer-mgr.c

11 years ago(trunk, libT) #5356 'only set CURLOPT_COOKIEFILE if cookies.txt exists on startup...
Jordan Lee [Wed, 22 May 2013 19:02:07 +0000 (19:02 +0000)]
(trunk, libT) #5356 'only set CURLOPT_COOKIEFILE if cookies.txt exists on startup' -- fixed.

11 years ago(libT) prevent possible oscillation in paused_easy_handles reported by vipjml in...
Jordan Lee [Sun, 28 Apr 2013 00:06:22 +0000 (00:06 +0000)]
(libT) prevent possible oscillation in paused_easy_handles reported by vipjml in bug #1079 comment:27

11 years ago(qt) fix file-tree icon regression caused by r14000 for #5285; found & patched by...
Jordan Lee [Wed, 24 Apr 2013 22:56:28 +0000 (22:56 +0000)]
(qt) fix file-tree icon regression caused by r14000 for #5285; found & patched by rb07

11 years agoupdate Dutch localization for 2.8
Mitchell Livingston [Mon, 15 Apr 2013 03:12:24 +0000 (03:12 +0000)]
update Dutch localization for 2.8

11 years ago(trunk libT) #1079 'webseeds don't respect speed limits': fixed.
Jordan Lee [Sat, 13 Apr 2013 20:56:24 +0000 (20:56 +0000)]
(trunk libT) #1079 'webseeds don't respect speed limits': fixed.

11 years ago(trunk) update web.h's API s.t. there's an explicit function to use when downloading...
Jordan Lee [Sat, 13 Apr 2013 20:25:28 +0000 (20:25 +0000)]
(trunk) update web.h's API s.t. there's an explicit function to use when downloading webseed content.

11 years ago(trunk libT) #5318: 'socket leak when bind() fails': fixed.
Jordan Lee [Sat, 13 Apr 2013 19:34:34 +0000 (19:34 +0000)]
(trunk libT) #5318: 'socket leak when bind() fails': fixed.

11 years agolibT: undo r13901 regression to #4888 in the nightlies
Jordan Lee [Sat, 13 Apr 2013 19:28:49 +0000 (19:28 +0000)]
libT: undo r13901 regression to #4888 in the nightlies

11 years ago(trunk libT) #5316 'UMR in quark, tr-getopt code': fixed.
Jordan Lee [Sat, 13 Apr 2013 18:29:56 +0000 (18:29 +0000)]
(trunk libT) #5316 'UMR in quark, tr-getopt code': fixed.

11 years agoadd unit tests for tr-getopt
Jordan Lee [Sat, 13 Apr 2013 18:27:36 +0000 (18:27 +0000)]
add unit tests for tr-getopt

11 years ago#5343 slightly better compression in two jQueryUI png files, compressed by Mangix
Jordan Lee [Sat, 13 Apr 2013 12:31:44 +0000 (12:31 +0000)]
#5343 slightly better compression in two jQueryUI png files, compressed by Mangix

11 years agofix r14062 regression reported by x190 in https://trac.transmissionbt.com/ticket...
Jordan Lee [Sat, 13 Apr 2013 12:22:07 +0000 (12:22 +0000)]
fix r14062 regression reported by x190 in https://trac.transmissionbt.com/ticket/4076#comment:47

11 years ago(qt) increase the freespace-label update interval from 5 seconds to 15 seconds
Jordan Lee [Wed, 10 Apr 2013 03:17:15 +0000 (03:17 +0000)]
(qt) increase the freespace-label update interval from 5 seconds to 15 seconds

11 years ago(qt) if freespace can't be determined, don't show it in the label. reported by rb07...
Jordan Lee [Wed, 10 Apr 2013 03:05:31 +0000 (03:05 +0000)]
(qt) if freespace can't be determined, don't show it in the label. reported by rb07 in https://trac.transmissionbt.com/ticket/4076#comment:45

11 years ago(web) fix add-by-URL regression in the nightlies
Jordan Lee [Wed, 10 Apr 2013 03:00:37 +0000 (03:00 +0000)]
(web) fix add-by-URL regression in the nightlies

11 years ago#5335: better compression of .png files by Mangix
Jordan Lee [Wed, 10 Apr 2013 02:27:42 +0000 (02:27 +0000)]
#5335: better compression of .png files by Mangix

11 years agosegfault when opening prefs dialog in gtk+ 3.8.0
Jordan Lee [Wed, 10 Apr 2013 02:12:19 +0000 (02:12 +0000)]
segfault when opening prefs dialog in gtk+ 3.8.0

11 years ago#5165: undo whitespace damage
Jordan Lee [Wed, 10 Apr 2013 02:07:14 +0000 (02:07 +0000)]
#5165: undo whitespace damage

11 years agoupdate Danish localization for 2.8
Mitchell Livingston [Sun, 7 Apr 2013 18:12:31 +0000 (18:12 +0000)]
update Danish localization for 2.8

11 years agoupdate French localization for 2.8
Mitchell Livingston [Tue, 2 Apr 2013 00:58:38 +0000 (00:58 +0000)]
update French localization for 2.8

11 years agoupdate European Portuguese localization for 2.8
Mitchell Livingston [Wed, 27 Mar 2013 12:06:11 +0000 (12:06 +0000)]
update European Portuguese localization for 2.8

11 years agoupdate Russian localization for 2.8
Mitchell Livingston [Sun, 24 Mar 2013 18:36:42 +0000 (18:36 +0000)]
update Russian localization for 2.8

11 years agoupdate Italian localization for 2.8
Mitchell Livingston [Wed, 13 Mar 2013 04:39:16 +0000 (04:39 +0000)]
update Italian localization for 2.8

11 years agomissed updating one updatePiecesView
Mitchell Livingston [Tue, 12 Mar 2013 03:33:54 +0000 (03:33 +0000)]
missed updating one updatePiecesView

11 years agoadd a note to myself to set off the pieces view target/action in the xib instead...
Mitchell Livingston [Tue, 12 Mar 2013 03:08:59 +0000 (03:08 +0000)]
add a note to myself to set off the pieces view target/action in the xib instead of code

11 years agothe PiecesView will use target/action instead of notification center for mouse-down...
Mitchell Livingston [Tue, 12 Mar 2013 02:56:35 +0000 (02:56 +0000)]
the PiecesView will use target/action instead of notification center for mouse-down events

11 years agoupdate Brazilian Portuguese localization for 2.8
Mitchell Livingston [Tue, 12 Mar 2013 02:13:42 +0000 (02:13 +0000)]
update Brazilian Portuguese localization for 2.8

11 years agoupdate Spanish localization for 2.8
Mitchell Livingston [Mon, 11 Mar 2013 12:16:15 +0000 (12:16 +0000)]
update Spanish localization for 2.8

11 years agoupdate German localization for 2.8
Mitchell Livingston [Sat, 9 Mar 2013 17:06:41 +0000 (17:06 +0000)]
update German localization for 2.8

11 years agoupdate localized strings file
Mitchell Livingston [Sat, 9 Mar 2013 17:01:26 +0000 (17:01 +0000)]
update localized strings file

11 years agoSimplify betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Thu, 7 Mar 2013 23:55:31 +0000 (23:55 +0000)]
Simplify betterComponentsSeparatedByCharactersInSet:

11 years agor14044 Use OSAtomicIncrement32(&value) instead of OSAtomicAdd32(1, &value)
Mitchell Livingston [Thu, 7 Mar 2013 04:27:31 +0000 (04:27 +0000)]
r14044 Use OSAtomicIncrement32(&value) instead of OSAtomicAdd32(1, &value)

11 years ago#5319 potential race condition when counting torrents
Mitchell Livingston [Thu, 7 Mar 2013 04:21:26 +0000 (04:21 +0000)]
#5319 potential race condition when counting torrents

11 years agocombine the two rpc delete data methods
Mitchell Livingston [Mon, 4 Mar 2013 04:18:21 +0000 (04:18 +0000)]
combine the two rpc delete data methods

11 years agostop when we find the torrent
Mitchell Livingston [Mon, 4 Mar 2013 04:14:11 +0000 (04:14 +0000)]
stop when we find the torrent

11 years agoa tiny bit more safety by assigning the torrent directly, instead of getting the...
Mitchell Livingston [Mon, 4 Mar 2013 04:12:54 +0000 (04:12 +0000)]
a tiny bit more safety by assigning the torrent directly, instead of getting the index

11 years agocleanup and GCD-ing of the rpc methods
Mitchell Livingston [Mon, 4 Mar 2013 04:01:38 +0000 (04:01 +0000)]
cleanup and GCD-ing of the rpc methods

11 years ago(qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07.
Jordan Lee [Tue, 26 Feb 2013 04:53:35 +0000 (04:53 +0000)]
(qt) #5307 'Error in prefs.cc' -- fixed with patch from rb07.

11 years agofix path bug from r14034
Mitchell Livingston [Tue, 19 Feb 2013 02:04:42 +0000 (02:04 +0000)]
fix path bug from r14034

11 years agomake the children in a FileListNode a property
Mitchell Livingston [Tue, 19 Feb 2013 01:29:25 +0000 (01:29 +0000)]
make the children in a FileListNode a property

11 years agoretain/autorelease the dictionary when seeding completes, instead of creating a new...
Mitchell Livingston [Tue, 19 Feb 2013 01:17:53 +0000 (01:17 +0000)]
retain/autorelease the dictionary when seeding completes, instead of creating a new dictionary

11 years agoremove redundant code when creating a torrent's file list
Mitchell Livingston [Tue, 19 Feb 2013 00:54:55 +0000 (00:54 +0000)]
remove redundant code when creating a torrent's file list

11 years ago(qt) freespace fixes by rb07 from https://trac.transmissionbt.com/ticket/4076#comment:40
Jordan Lee [Mon, 18 Feb 2013 14:45:44 +0000 (14:45 +0000)]
(qt) freespace fixes by rb07 from https://trac.transmissionbt.com/ticket/4076#comment:40