]> granicus.if.org Git - transmission/log
transmission
10 years ago(trunk, libT) mike.dld's 4160-02a-path.patch: portability wrapper around file paths.
Jordan Lee [Thu, 3 Jul 2014 21:58:39 +0000 (21:58 +0000)]
(trunk, libT) mike.dld's 4160-02a-path.patch: portability wrapper around file paths.

10 years agogroup upload and download size is too big on 10.9
Mitchell Livingston [Thu, 3 Jul 2014 19:47:02 +0000 (19:47 +0000)]
group upload and download size is too big on 10.9

10 years ago(trunk, libT) #5699 'Toggle Inspector's Origin: is incorrect' -- fixed, patch by...
Jordan Lee [Thu, 3 Jul 2014 19:31:59 +0000 (19:31 +0000)]
(trunk, libT) #5699 'Toggle Inspector's Origin: is incorrect' -- fixed, patch by enzotrew

10 years ago(trunk, libT) #5709 'Fix an instance of time_t printing' -- fixed, patch by naddy
Jordan Lee [Thu, 3 Jul 2014 19:28:21 +0000 (19:28 +0000)]
(trunk, libT) #5709 'Fix an instance of time_t printing' -- fixed, patch by naddy

10 years agoUse built-in __APPLE__ macro instead of SYS_DARWIN and MACOSX
Mitchell Livingston [Thu, 3 Jul 2014 19:20:12 +0000 (19:20 +0000)]
Use built-in __APPLE__ macro instead of SYS_DARWIN and MACOSX

10 years agoupdate NEWS
Jordan Lee [Tue, 1 Jul 2014 18:04:02 +0000 (18:04 +0000)]
update NEWS

10 years agofix tr_bencParseStr() bug reported by Ben Hawkes
Jordan Lee [Sun, 29 Jun 2014 01:44:22 +0000 (01:44 +0000)]
fix tr_bencParseStr() bug reported by Ben Hawkes

10 years agoFix peer communication vulnerability (no known exploits) reported by Ben Hawkes
Jordan Lee [Sun, 29 Jun 2014 01:43:27 +0000 (01:43 +0000)]
Fix peer communication vulnerability (no known exploits) reported by Ben Hawkes

10 years ago(trunk, mac) #5724: 'source code archive tranmsmission-2.83.tar.xz is missing some...
Jordan Lee [Mon, 23 Jun 2014 03:35:36 +0000 (03:35 +0000)]
(trunk, mac) #5724: 'source code archive tranmsmission-2.83.tar.xz is missing some files.' -- fixed.

10 years agomike.dld's portability improvements to libtransmission, pt 1
Jordan Lee [Mon, 23 Jun 2014 02:38:53 +0000 (02:38 +0000)]
mike.dld's portability improvements to libtransmission, pt 1

10 years agobump to 2.83+
Jordan Lee [Tue, 10 Jun 2014 01:32:51 +0000 (01:32 +0000)]
bump to 2.83+

10 years agokeep banging my hands against the keyboard until Jenkins is happy
Jordan Lee [Tue, 10 Jun 2014 01:01:46 +0000 (01:01 +0000)]
keep banging my hands against the keyboard until Jenkins is happy

10 years agoset utils/Makefile.am's noinst_HEADERS so the build doesn't break on units.h
Jordan Lee [Tue, 10 Jun 2014 00:55:53 +0000 (00:55 +0000)]
set utils/Makefile.am's noinst_HEADERS so the build doesn't break on units.h

10 years agotweak naming in the #include guard
Jordan Lee [Tue, 10 Jun 2014 00:51:53 +0000 (00:51 +0000)]
tweak naming in the #include guard

10 years ago(trunk, utils) in transmission-create, return an error if a user tries to manually...
Jordan Lee [Tue, 10 Jun 2014 00:43:21 +0000 (00:43 +0000)]
(trunk, utils) in transmission-create, return an error if a user tries to manually set a piece size that isn't a power of two.

10 years ago(trunk, libT) #5517 when parsing a torrent's metainfo's path list, allow empty compon...
Jordan Lee [Mon, 9 Jun 2014 02:53:04 +0000 (02:53 +0000)]
(trunk, libT) #5517 when parsing a torrent's metainfo's path list, allow empty components because some .torrent files innocently have them. Update unit tests.

10 years ago(trunk, libT) #5714: ensure we don't add empty path components when creating an info...
Jordan Lee [Mon, 9 Jun 2014 01:14:14 +0000 (01:14 +0000)]
(trunk, libT) #5714: ensure we don't add empty path components when creating an info dict in tr_makeMetaInfo().

10 years agoin makemeta-tests, add tests to generate a .torrent file from a folder of randomly...
Jordan Lee [Sun, 8 Jun 2014 22:21:27 +0000 (22:21 +0000)]
in makemeta-tests, add tests to generate a .torrent file from a folder of randomly-generated files.

10 years ago(trunk) replace the tr_metainfo_builder.isSingleFile and tr_info.isMultifile fields...
Jordan Lee [Sun, 8 Jun 2014 22:16:01 +0000 (22:16 +0000)]
(trunk) replace the tr_metainfo_builder.isSingleFile and tr_info.isMultifile fields an 'isFolder' bool in both structs.

This makes the variable naming more uniform. It also clarifies the information we're really trying to convey -- previously, isSingleFile was false whenever the torrent held a directory tree, even if there was only a single file in the tree.

Sync the Mac OS X client's use to match the libtransmission variable names.

10 years agoadd tr_makeMetaInfo() unit test for creating a single-file torrent
Jordan Lee [Sun, 8 Jun 2014 20:01:10 +0000 (20:01 +0000)]
add tr_makeMetaInfo() unit test for creating a single-file torrent

10 years agoseparate out the sandbox code so that test sandboxes can be created without a tr_session
Jordan Lee [Sun, 8 Jun 2014 19:09:41 +0000 (19:09 +0000)]
separate out the sandbox code so that test sandboxes can be created without a tr_session

10 years agobuilder.isSingleFile should be a bool, not an int.
Jordan Lee [Sun, 8 Jun 2014 19:07:59 +0000 (19:07 +0000)]
builder.isSingleFile should be a bool, not an int.

10 years ago(trunk, libT) #5711: add support for BitTorrent client peer-id
Jordan Lee [Sat, 7 Jun 2014 15:07:51 +0000 (15:07 +0000)]
(trunk, libT) #5711: add support for BitTorrent client peer-id

10 years agoupdated Turkish localization
Mitchell Livingston [Sun, 25 May 2014 13:12:57 +0000 (13:12 +0000)]
updated Turkish localization

10 years agofix tr_cryptoGetTorrentHash() behavior for crypto-test.c 2.83
Jordan Lee [Sun, 18 May 2014 20:47:58 +0000 (20:47 +0000)]
fix tr_cryptoGetTorrentHash() behavior for crypto-test.c

10 years agoupdate the list of OS X translations that get bundled in the tarball
Jordan Lee [Sun, 18 May 2014 20:15:49 +0000 (20:15 +0000)]
update the list of OS X translations that get bundled in the tarball

10 years agotweak NEWS
Mitchell Livingston [Sun, 18 May 2014 19:57:04 +0000 (19:57 +0000)]
tweak NEWS

10 years agoremove tracer cerr that was accidentally committed in r14272
Jordan Lee [Sun, 18 May 2014 19:47:02 +0000 (19:47 +0000)]
remove tracer cerr that was accidentally committed in r14272

10 years agobump to 2.83
Jordan Lee [Sun, 18 May 2014 19:45:08 +0000 (19:45 +0000)]
bump to 2.83

10 years agoremove Portuguese localization files
Mitchell Livingston [Sun, 18 May 2014 19:31:24 +0000 (19:31 +0000)]
remove Portuguese localization files

10 years agoremove Portuguese localization
Mitchell Livingston [Sun, 18 May 2014 19:30:29 +0000 (19:30 +0000)]
remove Portuguese localization

10 years agoupdate network error detection as described by rb07 in https://trac.transmissionbt...
Jordan Lee [Thu, 15 May 2014 21:32:04 +0000 (21:32 +0000)]
update network error detection as described by rb07 in https://trac.transmissionbt.com/ticket/5514#comment:9

10 years agosilence warnings found by clang++
Jordan Lee [Fri, 9 May 2014 02:32:28 +0000 (02:32 +0000)]
silence warnings found by clang++

10 years agoremove apostrophes from AC_DEFINE calls
Jordan Lee [Fri, 9 May 2014 01:30:18 +0000 (01:30 +0000)]
remove apostrophes from AC_DEFINE calls

10 years agoremove extraneous 'include event.h' that confused the mac build.
Jordan Lee [Mon, 5 May 2014 21:08:30 +0000 (21:08 +0000)]
remove extraneous 'include event.h' that confused the mac build.

10 years agosync third-party/miniupnp/updateminiupnpcstrings.sh to Transmission's automake code
Jordan Lee [Mon, 5 May 2014 21:02:17 +0000 (21:02 +0000)]
sync third-party/miniupnp/updateminiupnpcstrings.sh to Transmission's automake code

10 years ago(trunk) #5671 'dht-0.22': update third-party/dht.c to Juliusz Chroboczek's upstream...
Jordan Lee [Mon, 5 May 2014 20:45:14 +0000 (20:45 +0000)]
(trunk) #5671 'dht-0.22': update third-party/dht.c to Juliusz Chroboczek's upstream v0.22

10 years ago(trunk, libT) #5650: 'make log timestamp format configurable' -- timestamp expanded...
Jordan Lee [Mon, 28 Apr 2014 15:31:46 +0000 (15:31 +0000)]
(trunk, libT) #5650: 'make log timestamp format configurable' -- timestamp expanded to include full date/time/tz info, patch by mike.dld

10 years ago(trunk, libT) #5651 'int to bool patch' -- fixed, patch by rajmannugetr
Jordan Lee [Sun, 27 Apr 2014 23:10:01 +0000 (23:10 +0000)]
(trunk, libT) #5651 'int to bool patch' -- fixed, patch by rajmannugetr

10 years ago(trunk, daemon) #5660 'Daemon should use event loop' -- fixed with patch by missionsix
Jordan Lee [Sun, 27 Apr 2014 22:01:51 +0000 (22:01 +0000)]
(trunk, daemon) #5660 'Daemon should use event loop' -- fixed with patch by missionsix

10 years ago(trunk, libT) #5517 'Don't create or add torrents with "../" at the beginning of...
Jordan Lee [Sun, 27 Apr 2014 20:17:16 +0000 (20:17 +0000)]
(trunk, libT) #5517 'Don't create or add torrents with "../" at the beginning of the path or "/../" anywhere in the path' -- fixed.

10 years ago(trunk, daemon) #5621 'ratio vs ratio limit in transmission-remote' -- fixed.
Jordan Lee [Sun, 27 Apr 2014 19:57:38 +0000 (19:57 +0000)]
(trunk, daemon) #5621 'ratio vs ratio limit in transmission-remote' -- fixed.

10 years agoupgrade miniupnp version to 1.9. update autoconf script to detect the API version...
Jordan Lee [Sun, 27 Apr 2014 19:31:10 +0000 (19:31 +0000)]
upgrade miniupnp version to 1.9. update autoconf script to detect the API version; update upnp.c's #ifdefs to use the API version.

10 years ago(trunk qt) #5514 'enhanced network status' -- reset the torrent model when we reconne...
Jordan Lee [Sun, 27 Apr 2014 00:33:19 +0000 (00:33 +0000)]
(trunk qt) #5514 'enhanced network status' -- reset the torrent model when we reconnect to the transmission session after a network failure

10 years agoupdate fr translation by gostron
Jordan Lee [Sun, 27 Apr 2014 00:04:13 +0000 (00:04 +0000)]
update fr translation by gostron

10 years ago(trunk, libT) #5643 'quota support for NetBSD >= 6' -- patch by wiz
Jordan Lee [Sun, 27 Apr 2014 00:02:00 +0000 (00:02 +0000)]
(trunk, libT) #5643 'quota support for NetBSD >= 6' -- patch by wiz

10 years ago(trunk, web) #5620 'Inspector - Clickable urls in Comment field' -- added with patch...
Jordan Lee [Tue, 15 Apr 2014 21:30:38 +0000 (21:30 +0000)]
(trunk, web) #5620 'Inspector - Clickable urls in Comment field' -- added with patch by e-moe, thanks also to cfpp2p for testing

10 years ago(trunk) #5619 'Invalid magnet link gives no error dialog' -- fixed with patch by...
Jordan Lee [Tue, 15 Apr 2014 21:26:52 +0000 (21:26 +0000)]
(trunk) #5619 'Invalid magnet link gives no error dialog' -- fixed with patch by dale2507

10 years ago(trunk) #5612 'transmission incorrectly determines CXX when ccache is used' -- fixed...
Jordan Lee [Tue, 15 Apr 2014 21:23:32 +0000 (21:23 +0000)]
(trunk) #5612 'transmission incorrectly determines CXX when ccache is used' -- fixed with patch from patrickdepinguin

10 years agoupdate Dutch localization
Mitchell Livingston [Thu, 27 Mar 2014 00:46:06 +0000 (00:46 +0000)]
update Dutch localization

10 years agofix crash when creating the Open Torrent dialog in Qt 5.2 on Ubuntu 14.04
Jordan Lee [Sun, 16 Mar 2014 22:50:39 +0000 (22:50 +0000)]
fix crash when creating the Open Torrent dialog in Qt 5.2 on Ubuntu 14.04

10 years agoupdate French localization
Mitchell Livingston [Sat, 15 Mar 2014 13:46:40 +0000 (13:46 +0000)]
update French localization

10 years agoupdate Danish localization
Mitchell Livingston [Fri, 28 Feb 2014 13:57:03 +0000 (13:57 +0000)]
update Danish localization

10 years agopt_pt localization updated
Mitchell Livingston [Wed, 12 Feb 2014 12:45:37 +0000 (12:45 +0000)]
pt_pt localization updated

10 years ago#5601 Missing ',' comma in the libsystemd-daemon configure.ac
Mitchell Livingston [Sun, 9 Feb 2014 17:24:58 +0000 (17:24 +0000)]
#5601 Missing ',' comma in the libsystemd-daemon configure.ac

10 years agoupdate Turkish localization
Mitchell Livingston [Sun, 9 Feb 2014 17:16:23 +0000 (17:16 +0000)]
update Turkish localization

10 years agoupdate Spanish localization
Mitchell Livingston [Sun, 9 Feb 2014 17:01:31 +0000 (17:01 +0000)]
update Spanish localization

10 years agoupdated Italian localization
Mitchell Livingston [Sun, 2 Feb 2014 03:24:15 +0000 (03:24 +0000)]
updated Italian localization

10 years agoget prefs and the main menu opening in Xcode 4.6
Mitchell Livingston [Sun, 2 Feb 2014 03:18:18 +0000 (03:18 +0000)]
get prefs and the main menu opening in Xcode 4.6

10 years ago#5599 File Rename sheet's buttons don't localize
Mitchell Livingston [Sat, 1 Feb 2014 19:13:36 +0000 (19:13 +0000)]
#5599 File Rename sheet's buttons don't localize

10 years agoupdated German localization
Mitchell Livingston [Sat, 1 Feb 2014 17:18:17 +0000 (17:18 +0000)]
updated German localization

10 years agoupdate strings file
Mitchell Livingston [Wed, 29 Jan 2014 02:43:08 +0000 (02:43 +0000)]
update strings file

10 years agoCopyedit the license's revised text: (1) fix accidental word concatenations in the...
Jordan Lee [Tue, 21 Jan 2014 03:15:33 +0000 (03:15 +0000)]
Copyedit the license's revised text: (1) fix accidental word concatenations in the Qt and GTK+ clients' license popup text

10 years agoCopyedit the license's revised text: (1) remove unnecessary repitition use of the...
Jordan Lee [Tue, 21 Jan 2014 03:10:30 +0000 (03:10 +0000)]
Copyedit the license's revised text: (1) remove unnecessary repitition use of the word 'license' from the top of the header and source files (2) add the standard 'we hope it's useful, but no warranty' clause to COPYING (3) make explicit that linking OpenSSL is allowed (see https://people.gnome.org/~markmc/openssl-and-the-gpl.html for background) (4) sync the Qt and GTK+ clients' license popups with COPYING's revised text

10 years ago(trunk, libT) #5467: 'transmission-daemon SEGFAULTs on startup without error message...
Jordan Lee [Tue, 21 Jan 2014 02:27:46 +0000 (02:27 +0000)]
(trunk, libT) #5467: 'transmission-daemon SEGFAULTs on startup without error message if ~/.config does not exist and ~ is not writeable' -- nice quick fix by mike.dld

10 years ago(trunk, daemon) #5503: add an ExecReload rule to the systemd service file.
Jordan Lee [Tue, 21 Jan 2014 02:19:48 +0000 (02:19 +0000)]
(trunk, daemon) #5503: add an ExecReload rule to the systemd service file.

10 years ago(trunk, gtk/qt/web) #5581: 'Inconsistent ordering of Upload and Download speed limits...
Jordan Lee [Mon, 20 Jan 2014 23:56:06 +0000 (23:56 +0000)]
(trunk, gtk/qt/web) #5581: 'Inconsistent ordering of Upload and Download speed limits' -- fixed.

10 years agowhen we free the UDP trackers on shutdown, make sure to cancel any DNS requests that...
Jordan Lee [Mon, 20 Jan 2014 23:18:52 +0000 (23:18 +0000)]
when we free the UDP trackers on shutdown, make sure to cancel any DNS requests that are pending for them.

10 years ago(trunk, web) #5589 'Magnet torrent shows 'retrieving' even when stopped' -- fix by...
Jordan Lee [Mon, 20 Jan 2014 22:32:20 +0000 (22:32 +0000)]
(trunk, web) #5589 'Magnet torrent shows 'retrieving' even when stopped' -- fix by JJTagy

10 years agoremove '-DGTK_DISABLE_DEPRECATED' for now; we'll migrate from GtkUIManager to GtkBuil...
Jordan Lee [Mon, 20 Jan 2014 21:30:41 +0000 (21:30 +0000)]
remove '-DGTK_DISABLE_DEPRECATED' for now; we'll migrate from GtkUIManager to GtkBuilder in transmission-gtk 2.90

10 years ago(trunk, libT) #4089: 'magnet download not verified for existing data' -- patch by...
Jordan Lee [Sun, 19 Jan 2014 05:03:27 +0000 (05:03 +0000)]
(trunk, libT) #4089: 'magnet download not verified for existing data' -- patch by cfpp2p

10 years ago(trunk, libT) #5573 'crypto unit test' -- written by mike.dld
Jordan Lee [Sun, 19 Jan 2014 04:41:20 +0000 (04:41 +0000)]
(trunk, libT) #5573 'crypto unit test' -- written by mike.dld

10 years agoin debugf(), don't call fflush() on a null pointer. Xref: https://trac.transmissionbt...
Jordan Lee [Sun, 19 Jan 2014 04:26:45 +0000 (04:26 +0000)]
in debugf(), don't call fflush() on a null pointer. Xref: https://trac.transmissionbt.com/ticket/4531#comment:73

10 years ago(trunk, libT) #5517 'fix error adding torrents whose names with an ellipsis' -- fix...
Jordan Lee [Sun, 19 Jan 2014 04:19:14 +0000 (04:19 +0000)]
(trunk, libT) #5517 'fix error adding torrents whose names with an ellipsis' -- fix by e5g6s.

10 years ago(trunk, libT) #5583 'blockfile.tmp file descriptor is leaked when importing blocklist...
Jordan Lee [Sun, 19 Jan 2014 02:03:41 +0000 (02:03 +0000)]
(trunk, libT) #5583 'blockfile.tmp file descriptor is leaked when importing blocklist' -- fix by rb07.

10 years ago#5579 (trunk, cli) fix transmission-cli manpage's description of the tos argument...
Jordan Lee [Sun, 19 Jan 2014 01:58:46 +0000 (01:58 +0000)]
#5579 (trunk, cli) fix transmission-cli manpage's description of the tos argument. fix by dtucker.

10 years ago(trunk, libT) #5570 'regression: peers no longer load from .resume files' -- fix...
Jordan Lee [Sun, 19 Jan 2014 01:55:54 +0000 (01:55 +0000)]
(trunk, libT) #5570 'regression: peers no longer load from .resume files' -- fix submitted by Nonal

10 years ago(trunk, daemon) #5562: 'Discrepancy in curl SSL setup between tr-daemon and tr-remote...
Jordan Lee [Sun, 19 Jan 2014 01:53:07 +0000 (01:53 +0000)]
(trunk, daemon) #5562: 'Discrepancy in curl SSL setup between tr-daemon and tr-remote' -- fix by mike.dld

10 years agoadd svn:keywords on source files that were missing them
Jordan Lee [Sun, 19 Jan 2014 01:29:38 +0000 (01:29 +0000)]
add svn:keywords on source files that were missing them

10 years agoLicensing changes:
Jordan Lee [Sun, 19 Jan 2014 01:09:44 +0000 (01:09 +0000)]
Licensing changes:

1. add the option the code to be used under GPLv2 or GPLv3; previously only GPLv2 was allowed

2. add the "proxy option" as described in GPLv3 so we can add future licenses without having to bulk-edit everything again :)

3. remove the awkward "exception for MIT code in Mac client" clause; it was unnecessary and confusing.

10 years ago(trunk) restore copyright year as suggested in email by rms
Jordan Lee [Sat, 18 Jan 2014 20:56:57 +0000 (20:56 +0000)]
(trunk) restore copyright year as suggested in email by rms

10 years ago#5404 Coalesce multiple Speed Limit Auto Enabled/Disabled notifications
Mitchell Livingston [Fri, 10 Jan 2014 18:20:51 +0000 (18:20 +0000)]
#5404 Coalesce multiple Speed Limit Auto Enabled/Disabled notifications

10 years agoold-style spacing
Mitchell Livingston [Fri, 10 Jan 2014 18:06:34 +0000 (18:06 +0000)]
old-style spacing

10 years ago#5584 Share option in File menu and context menu
Mitchell Livingston [Fri, 10 Jan 2014 17:50:05 +0000 (17:50 +0000)]
#5584 Share option in File menu and context menu

10 years agoit's now 2014
Mitchell Livingston [Thu, 9 Jan 2014 21:03:19 +0000 (21:03 +0000)]
it's now 2014

10 years ago#5533 Turkish localization
Mitchell Livingston [Thu, 9 Jan 2014 16:35:44 +0000 (16:35 +0000)]
#5533 Turkish localization

10 years ago#5576 Share Button (to iMessage, email, etc) for torrent file
Mitchell Livingston [Thu, 9 Jan 2014 16:23:54 +0000 (16:23 +0000)]
#5576 Share Button (to iMessage, email, etc) for torrent file

10 years agopartial Turkish localization (#5533)
Mitchell Livingston [Thu, 9 Jan 2014 01:04:08 +0000 (01:04 +0000)]
partial Turkish localization (#5533)

11 years ago(trunk, libT) allocate in jsonsl, allocate jpr_root using the correct integral type...
Jordan Lee [Mon, 16 Dec 2013 16:32:55 +0000 (16:32 +0000)]
(trunk, libT) allocate in jsonsl, allocate jpr_root using the correct integral type. upstream xref: https://github.com/mnunberg/jsonsl/issues/6

11 years ago#5501 Zero-sized files not shown correctly
Mitchell Livingston [Sun, 27 Oct 2013 20:56:10 +0000 (20:56 +0000)]
#5501 Zero-sized files not shown correctly

11 years ago#5304 daemon fails to build on mac
Mitchell Livingston [Sun, 27 Oct 2013 19:31:36 +0000 (19:31 +0000)]
#5304 daemon fails to build on mac

11 years ago(trunk, qt) #5514 'enhanced network status in transmission-qt' -- patch by rb07
Jordan Lee [Sun, 20 Oct 2013 19:57:48 +0000 (19:57 +0000)]
(trunk, qt) #5514 'enhanced network status in transmission-qt' -- patch by rb07

11 years ago(trunk, web) #5510 'add file renaming to transmission web interface' -- whoops, forgo...
Jordan Lee [Sun, 20 Oct 2013 19:41:37 +0000 (19:41 +0000)]
(trunk, web) #5510 'add file renaming to transmission web interface' -- whoops, forgot index.html in r14210

11 years ago(trunk, daemon) #5506: manpage fix for transmission-remote by taem
Jordan Lee [Sun, 20 Oct 2013 19:39:56 +0000 (19:39 +0000)]
(trunk, daemon) #5506: manpage fix for transmission-remote by taem

11 years ago(trunk, web) #5510 'add file renaming to transmission web interface' -- added with...
Jordan Lee [Sun, 20 Oct 2013 18:39:07 +0000 (18:39 +0000)]
(trunk, web) #5510 'add file renaming to transmission web interface' -- added with patch from mark ablov

11 years ago(trunk, libT) #5450: when starting torrents via RPC with torrent-start or torrent...
Jordan Lee [Sun, 20 Oct 2013 17:24:57 +0000 (17:24 +0000)]
(trunk, libT) #5450: when starting torrents via RPC with torrent-start or torrent-start-now requests, work through the rpc-supplied torrent list in queue order

11 years ago(trunk, libT) #5427 'torrents start in pause' -- fix resume issue with que_restart_v2...
Jordan Lee [Sun, 20 Oct 2013 17:15:19 +0000 (17:15 +0000)]
(trunk, libT) #5427 'torrents start in pause' -- fix resume issue with que_restart_v2 patch by cfpp2p

11 years ago(trunk, web) #5500 - don't add the X-Transmission-Session-Id header if we don't have...
Jordan Lee [Sun, 20 Oct 2013 17:09:46 +0000 (17:09 +0000)]
(trunk, web) #5500 - don't add the X-Transmission-Session-Id header if we don't have a value for it.

11 years ago#5494 Filter should reset when bar is hidden
Mitchell Livingston [Sat, 21 Sep 2013 16:24:40 +0000 (16:24 +0000)]
#5494 Filter should reset when bar is hidden

11 years ago(trunk, qt) #5487 'Qt client crash when using Open URL action' -- fixed.
Jordan Lee [Sat, 14 Sep 2013 22:50:25 +0000 (22:50 +0000)]
(trunk, qt) #5487 'Qt client crash when using Open URL action' -- fixed.