]> granicus.if.org Git - transmission/log
transmission
11 years agoadd a size hint for the torrent properties dialog. (rb07)
Jordan Lee [Sat, 24 Aug 2013 20:34:43 +0000 (20:34 +0000)]
add a size hint for the torrent properties dialog. (rb07)

11 years agoremove another spurious console message
Jordan Lee [Sat, 24 Aug 2013 20:22:38 +0000 (20:22 +0000)]
remove another spurious console message

11 years agoremove spurious console message
Jordan Lee [Sat, 24 Aug 2013 20:05:24 +0000 (20:05 +0000)]
remove spurious console message

11 years agoinstead of inttypes, use Qt integral types -- eg, s/uint64_t/quint64/
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/

11 years agono need for a semicolon after the closing brace in a C++ 'extern' block
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

11 years agohandle tray icon doubleclicks. (rb07)
Jordan Lee [Sat, 24 Aug 2013 19:22:41 +0000 (19:22 +0000)]
handle tray icon doubleclicks. (rb07)

11 years agowhen adding by filename, take local file separators into account
Jordan Lee [Sat, 24 Aug 2013 19:19:45 +0000 (19:19 +0000)]
when adding by filename, take local file separators into account

11 years agomore treating-bools-as-bools
Jordan Lee [Sat, 24 Aug 2013 18:18:38 +0000 (18:18 +0000)]
more treating-bools-as-bools

11 years agotreat bool args as booleans rather than ints; no need to compare them a la 'if (boolV...
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)'

11 years ago#include limits.h where we use it, and don't where we don't
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

11 years agoError in French localization
Mitchell Livingston [Sat, 24 Aug 2013 11:41:48 +0000 (11:41 +0000)]
Error in French localization

11 years agoadd inline wrapper functions to tr_torrent to decouple the rest of the code from...
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

11 years agobump trunk to 2.82+
Jordan Lee [Sat, 17 Aug 2013 17:22:04 +0000 (17:22 +0000)]
bump trunk to 2.82+

11 years agosilence a small handful of minor gcc compiler warnings in libtransmission
Jordan Lee [Sat, 17 Aug 2013 17:20:31 +0000 (17:20 +0000)]
silence a small handful of minor gcc compiler warnings in libtransmission

11 years agosilence 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

11 years agosilence 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

11 years ago(trunk, qt) #4937: updated transmission_eu.ts by Xabier Aramendi
Jordan Lee [Sat, 17 Aug 2013 16:27:50 +0000 (16:27 +0000)]
(trunk, qt) #4937: updated transmission_eu.ts by Xabier Aramendi

11 years ago(trunk, qt) #5465: restore Qt 4.6 support, patch by mike.did
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

11 years ago#5298 'Transmission not holding queue order' -- fixed with patch by gabrielrcp
Jordan Lee [Sat, 17 Aug 2013 16:20:32 +0000 (16:20 +0000)]
#5298 'Transmission not holding queue order' -- fixed with patch by gabrielrcp

11 years ago#4712 Gray out the 'Display a window when adding a magnet link' option, whenever...
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

11 years agobump to version 2.82 2.82
Mitchell Livingston [Fri, 9 Aug 2013 02:26:31 +0000 (02:26 +0000)]
bump to version 2.82

11 years agotweak NEWS
Mitchell Livingston [Thu, 8 Aug 2013 03:23:35 +0000 (03:23 +0000)]
tweak NEWS

11 years agofirst pass at 2.82 NEWS
Jordan Lee [Wed, 7 Aug 2013 15:09:44 +0000 (15:09 +0000)]
first pass at 2.82 NEWS

11 years ago(trunk, libT) #5452 'preventing zombies from child scripts' -- fixed.
Jordan Lee [Mon, 5 Aug 2013 13:07:23 +0000 (13:07 +0000)]
(trunk, libT) #5452 'preventing zombies from child scripts' -- fixed.

11 years ago(trunk, libT) #5451: 'crash in tr_torrentGetPeerId() during incoming encrypted handsh...
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.

11 years ago(trunk, gtk) #5450: in transmission-gtk's main.c::on_app_exit(), check to see if...
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.

11 years ago#5414 Download speed very slow until edited
Mitchell Livingston [Sat, 3 Aug 2013 01:24:42 +0000 (01:24 +0000)]
#5414 Download speed very slow until edited

11 years ago(trunk, libT) #5443 'tr_clientForId() misidentifies Tixati as BitTornado': fixed
Jordan Lee [Mon, 29 Jul 2013 04:29:22 +0000 (04:29 +0000)]
(trunk, libT) #5443 'tr_clientForId() misidentifies Tixati as BitTornado': fixed

11 years ago(trunk libT) #5444 'underflow in bitfield.c's set_all_true()' -- 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

11 years agosupport qt5 in transmission-qt
Jordan Lee [Sat, 27 Jul 2013 21:58:14 +0000 (21:58 +0000)]
support qt5 in transmission-qt

11 years ago(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144
Jordan Lee [Sat, 27 Jul 2013 18:20:32 +0000 (18:20 +0000)]
(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144

11 years agosilence a pair of 'unused variable' gcc warnings
Jordan Lee [Sat, 27 Jul 2013 17:48:59 +0000 (17:48 +0000)]
silence a pair of 'unused variable' gcc warnings

11 years ago(trunk, libt) #4147 'bad file descriptor': in cached_file_open(), ensure the file...
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.

11 years ago(trunk, web) #5439: fix web client issue in IE 11
Jordan Lee [Wed, 24 Jul 2013 22:35:52 +0000 (22:35 +0000)]
(trunk, web) #5439: fix web client issue in IE 11

11 years ago(trunk, web) #5440: fix syntax error in index.html's meta name='viewport' entry.
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.

11 years ago(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with...
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

11 years ago(trunk gtk) #5320 'can't opena folder with '#' in its name': in gtr_open_file(),...
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().

11 years agosince Transmission supports older versions of glib, add a portability wrapper for...
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

11 years agofix Transmission 2.81 FTBFS in OpenBSD, patch by naddy
Jordan Lee [Wed, 24 Jul 2013 00:02:16 +0000 (00:02 +0000)]
fix Transmission 2.81 FTBFS in OpenBSD, patch by naddy

11 years agoalways clean up the paused_easy_handles list.
Jordan Lee [Wed, 24 Jul 2013 00:00:03 +0000 (00:00 +0000)]
always clean up the paused_easy_handles list.

11 years agodon't use a '-' character in the QN argument to G_DEFINE_QUARK. https://forum.transmi...
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

11 years agotweak previous commit
Jordan Lee [Sun, 21 Jul 2013 21:11:54 +0000 (21:11 +0000)]
tweak previous commit

11 years ago(trunk, libT) #5432 'on scrape and announce failures, the retry interval is longer...
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.

11 years ago(trunk, libT) #5427 'queued torrents' state changes to paused when restarting transmi...
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

11 years ago(trunk, libT) #5426 'Crash when adding UDP tracker with a large number of characters...
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.

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()