]> granicus.if.org Git - transmission/log
transmission
11 years ago(libT) #5234 'typo causing RPC session-get error in nightlies': add a fix, which...
Jordan Lee [Mon, 21 Jan 2013 00:03:52 +0000 (00:03 +0000)]
(libT) #5234 'typo causing RPC session-get error in nightlies': add a fix, which causes r13814's test to pass

11 years ago(libT) #5234 'typo causing RPC session-get error in nightlies': add unit test (curren...
Jordan Lee [Mon, 21 Jan 2013 00:00:00 +0000 (00:00 +0000)]
(libT) #5234 'typo causing RPC session-get error in nightlies': add unit test (currently failing) to test for this issue.

11 years ago(qt) Qt client should have the option to play a sound when the download completes...
Jordan Lee [Sun, 20 Jan 2013 23:57:09 +0000 (23:57 +0000)]
(qt) Qt client should have the option to play a sound when the download completes, as the Mac and GTK+ clients do -- implemented.

11 years ago(trunk) move sandboxed session creation/teardown into libtransmission-test.[ch] so...
Jordan Lee [Sun, 20 Jan 2013 04:41:38 +0000 (04:41 +0000)]
(trunk) move sandboxed session creation/teardown into libtransmission-test.[ch] so that it can be reused as a fixture by future tests

11 years ago(gtk) silence a couple of potential GFileInfo console warnings
Jordan Lee [Sun, 20 Jan 2013 04:10:47 +0000 (04:10 +0000)]
(gtk) silence a couple of potential GFileInfo console warnings

11 years ago(trunk) #1220 'change top folder names' -- add file-renaming to the Qt client
Jordan Lee [Sun, 20 Jan 2013 01:31:58 +0000 (01:31 +0000)]
(trunk) #1220 'change top folder names' -- add file-renaming to the Qt client

11 years ago(trunk) #1220 'change top folder names' -- tweak the API documentation in transmission.h
Jordan Lee [Sat, 19 Jan 2013 08:50:57 +0000 (08:50 +0000)]
(trunk) #1220 'change top folder names' -- tweak the API documentation in transmission.h

11 years ago(trunk) #1220 'change top folder names' -- add file-renaming to the GTK+ GUI
Jordan Lee [Sat, 19 Jan 2013 08:44:23 +0000 (08:44 +0000)]
(trunk) #1220 'change top folder names' -- add file-renaming to the GTK+ GUI

11 years ago(trunk) #1220 'change top folder names' -- added support for this in libtransmission...
Jordan Lee [Sat, 19 Jan 2013 08:43:26 +0000 (08:43 +0000)]
(trunk) #1220 'change top folder names' -- added support for this in libtransmission's C and RPC APIs.

11 years agofix the build on the build Mac
Mitchell Livingston [Sat, 19 Jan 2013 05:13:00 +0000 (05:13 +0000)]
fix the build on the build Mac

11 years agoupdate the makefile for VDKQueue
Mitchell Livingston [Sat, 19 Jan 2013 05:06:51 +0000 (05:06 +0000)]
update the makefile for VDKQueue

11 years ago#5223 Use VDKQueue for watching for torrent files
Mitchell Livingston [Sat, 19 Jan 2013 05:03:00 +0000 (05:03 +0000)]
#5223 Use VDKQueue for watching for torrent files

11 years ago(libT) #5102 'don't invalidate the OS' filesystem cache when closing files -- done.
Jordan Lee [Fri, 18 Jan 2013 19:20:22 +0000 (19:20 +0000)]
(libT) #5102 'don't invalidate the OS' filesystem cache when closing files -- done.

11 years agoreduce the default peer counts: global goes from 240 to 200, per-torrent goes from...
Jordan Lee [Thu, 17 Jan 2013 20:39:16 +0000 (20:39 +0000)]
reduce the default peer counts: global goes from 240 to 200, per-torrent goes from 60 down to 50

11 years agoin getReconnectIntervalSecs(), raise the interval between reconnection attempts if...
Jordan Lee [Thu, 17 Jan 2013 20:08:21 +0000 (20:08 +0000)]
in getReconnectIntervalSecs(), raise the interval between reconnection attempts if the peer was previously unreachable

11 years ago(utils) #4137 'support user-defined piece sizes in transmission-create' -- done....
Jordan Lee [Thu, 17 Jan 2013 18:55:51 +0000 (18:55 +0000)]
(utils) #4137 'support user-defined piece sizes in transmission-create' -- done. Initial patch by lav.

11 years ago(qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07
Jordan Lee [Thu, 17 Jan 2013 18:11:55 +0000 (18:11 +0000)]
(qt) #5219 'QPrintable and non Latin-1 symbols on Ubuntu' -- clean fix by rb07

11 years ago(libT) tweak getMaxAtomCount()
Jordan Lee [Thu, 17 Jan 2013 01:10:59 +0000 (01:10 +0000)]
(libT) tweak getMaxAtomCount()

11 years ago(gtk) silence a g_object_unref() warning when appending '.added' to a .torrent file...
Jordan Lee [Thu, 17 Jan 2013 00:45:31 +0000 (00:45 +0000)]
(gtk) silence a g_object_unref() warning when appending '.added' to a .torrent file fails

11 years agore-sync the GTK+ and Qt clients' prefs dialogs.
Jordan Lee [Wed, 16 Jan 2013 21:42:03 +0000 (21:42 +0000)]
re-sync the GTK+ and Qt clients' prefs dialogs.

11 years agoTweak the text of the First Time User legal dialog.
Jordan Lee [Wed, 16 Jan 2013 20:55:08 +0000 (20:55 +0000)]
Tweak the text of the First Time User legal dialog.

11 years ago(cli) #5212 'cli fails when download directory doesn't exist' -- fix 2.76 regression...
Jordan Lee [Wed, 16 Jan 2013 00:21:02 +0000 (00:21 +0000)]
(cli) #5212 'cli fails when download directory doesn't exist' -- fix 2.76 regression introduced in r13764 (trunk) / r13772 (branches/2.7x)

11 years agothis should have been included in the previous commit. :/
Jordan Lee [Tue, 15 Jan 2013 21:59:04 +0000 (21:59 +0000)]
this should have been included in the previous commit. :/

11 years ago(qt) #5218 -- fix 'set location' regression introduced during the migration to tr_qua...
Jordan Lee [Tue, 15 Jan 2013 21:55:04 +0000 (21:55 +0000)]
(qt) #5218 -- fix 'set location' regression introduced during the migration to tr_quark. report & patch by rb07.

11 years ago(daemon) #5225 nightly regression: remote option '-l' displays warning -- fixed.
Jordan Lee [Tue, 15 Jan 2013 18:10:16 +0000 (18:10 +0000)]
(daemon) #5225 nightly regression: remote option '-l' displays warning -- fixed.

11 years ago#5221 Switch to DWARF with dSYM File (STABS debug information format prevents source...
Mitchell Livingston [Mon, 14 Jan 2013 00:23:45 +0000 (00:23 +0000)]
#5221 Switch to DWARF with dSYM File (STABS debug information format prevents source-level debuging in LLDB)

11 years ago(libT) make ptrarray's assertions consume fewer CPU cycles
Jordan Lee [Sun, 13 Jan 2013 22:09:18 +0000 (22:09 +0000)]
(libT) make ptrarray's assertions consume fewer CPU cycles

11 years ago(libT) #5220 'add etaIdle to torrent-get in RPC' -- done.
Jordan Lee [Sun, 13 Jan 2013 20:39:56 +0000 (20:39 +0000)]
(libT) #5220 'add etaIdle to torrent-get in RPC' -- done.

12 years ago(trunk) bump to 2.76+
Mitchell Livingston [Wed, 9 Jan 2013 01:30:01 +0000 (01:30 +0000)]
(trunk) bump to 2.76+

12 years agominor code simplification in torrent.c's deleteLocalData() function.
Jordan Lee [Wed, 9 Jan 2013 01:11:36 +0000 (01:11 +0000)]
minor code simplification in torrent.c's deleteLocalData() function.

12 years agoincrease the per-peer prefetch count from 12 to 18. Add a symbolic constant for it.
Jordan Lee [Wed, 9 Jan 2013 00:33:00 +0000 (00:33 +0000)]
increase the per-peer prefetch count from 12 to 18. Add a symbolic constant for it.

12 years agocopyediting: update torrent-magnet.c to the new indentation style
Jordan Lee [Mon, 7 Jan 2013 18:16:34 +0000 (18:16 +0000)]
copyediting: update torrent-magnet.c to the new indentation style

12 years agoreplace tr_torrent's 'float etaSpeed_KBps' field with an 'unsigned int etaSpeed_Bps...
Jordan Lee [Sun, 6 Jan 2013 20:15:11 +0000 (20:15 +0000)]
replace tr_torrent's 'float etaSpeed_KBps' field with an 'unsigned int etaSpeed_Bps' field

12 years ago(qt) #5213 "Incomplete update of details.cc" from rb07
Jordan Lee [Sun, 6 Jan 2013 15:30:41 +0000 (15:30 +0000)]
(qt) #5213 "Incomplete update of details.cc" from rb07

12 years ago(trunk) only make .xz tarballs in make-dist. anyone who doesn't have xz by now has...
Jordan Lee [Sat, 5 Jan 2013 18:45:28 +0000 (18:45 +0000)]
(trunk) only make .xz tarballs in make-dist. anyone who doesn't have xz by now has no excuse.

12 years ago(web) #5138 'sort setting lost after some days' -- set the cookies to expire after...
Jordan Lee [Sat, 5 Jan 2013 03:29:22 +0000 (03:29 +0000)]
(web) #5138 'sort setting lost after some days' -- set the cookies to expire after a year, rather than a month.

12 years ago(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback
Jordan Lee [Sat, 5 Jan 2013 03:05:46 +0000 (03:05 +0000)]
(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback

12 years ago(web) #5210 'filter bar on iOS is too short' -- tweak to undo r13756 regression
Jordan Lee [Sat, 5 Jan 2013 02:46:59 +0000 (02:46 +0000)]
(web) #5210 'filter bar on iOS is too short' -- tweak to undo r13756 regression

12 years ago(gtk) in makemeta-ui.c, don't rely on g_clear_pointer()... our GLIB_MINIMUM is 2...
Jordan Lee [Sat, 5 Jan 2013 00:19:11 +0000 (00:19 +0000)]
(gtk) in makemeta-ui.c, don't rely on g_clear_pointer()... our GLIB_MINIMUM is 2.32.0

12 years ago(cli) #5212 'cli fails when download directory doesn't exist' -- fixed.
Jordan Lee [Fri, 4 Jan 2013 23:58:52 +0000 (23:58 +0000)]
(cli) #5212 'cli fails when download directory doesn't exist' -- fixed.

12 years ago(gtk) #5211 'Transmission main window does not get focus when toggling via AppIndicat...
Jordan Lee [Fri, 4 Jan 2013 23:25:17 +0000 (23:25 +0000)]
(gtk) #5211 'Transmission main window does not get focus when toggling via AppIndicator applet' -- fixed.

12 years ago(libT) #4633 fix win32 regression introduced in r13752.
Jordan Lee [Fri, 4 Jan 2013 19:47:01 +0000 (19:47 +0000)]
(libT) #4633 fix win32 regression introduced in r13752.

12 years ago(gtk) copyediting: update several files to be closer to the gtk+ indentation style.
Jordan Lee [Fri, 4 Jan 2013 19:45:39 +0000 (19:45 +0000)]
(gtk) copyediting: update several files to be closer to the gtk+ indentation style.

12 years ago(gtk) copyediting: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE where appropriate
Jordan Lee [Fri, 4 Jan 2013 16:36:52 +0000 (16:36 +0000)]
(gtk) copyediting: use G_SOURCE_REMOVE and G_SOURCE_CONTINUE where appropriate

12 years ago(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave...
Jordan Lee [Fri, 4 Jan 2013 07:08:25 +0000 (07:08 +0000)]
(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave() -- remove unnecessary gdk_threads_enter() / gdk_threads_leave() pair in the TrCore prefs-changed callback

12 years ago(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave...
Jordan Lee [Fri, 4 Jan 2013 06:57:39 +0000 (06:57 +0000)]
(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave() -- on shutdown, destruct the TrCore GObject in the glib thread, and then call tr_sessionClose() from a worker thread.

12 years ago(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave...
Jordan Lee [Fri, 4 Jan 2013 06:35:08 +0000 (06:35 +0000)]
(gtk) #5203 transmission-gtk shouldn't use gdk_threads_enter() and gdk_threads_leave() -- when we get an RPC notification, delegate the work back to the gtk thread.

12 years ago(web) #4873 -- fix the margins of the toolbar buttons in mobile css
Jordan Lee [Fri, 4 Jan 2013 05:59:18 +0000 (05:59 +0000)]
(web) #4873 -- fix the margins of the toolbar buttons in mobile css

12 years ago(web) #4873 -- fix left margin of the torrent list in the mobile css
Jordan Lee [Fri, 4 Jan 2013 05:25:51 +0000 (05:25 +0000)]
(web) #4873 -- fix left margin of the torrent list in the mobile css

12 years ago(libT) #3833: 0001-In-OS-X-disk-quota-s-info-already-in-bytes.patch -- patch by taem
Jordan Lee [Fri, 4 Jan 2013 02:13:10 +0000 (02:13 +0000)]
(libT) #3833: 0001-In-OS-X-disk-quota-s-info-already-in-bytes.patch -- patch by taem

12 years ago(qt) #5770 'rename-partial-files preference not modified' -- fix by rb07
Jordan Lee [Fri, 4 Jan 2013 01:59:05 +0000 (01:59 +0000)]
(qt) #5770 'rename-partial-files preference not modified' -- fix by rb07

12 years ago(libT) #4633 'if executing the torrent-done script fails, log an error' -- done.
Jordan Lee [Fri, 4 Jan 2013 01:48:35 +0000 (01:48 +0000)]
(libT) #4633 'if executing the torrent-done script fails, log an error' -- done.

12 years agoupdate NEWS
Jordan Lee [Thu, 3 Jan 2013 19:43:50 +0000 (19:43 +0000)]
update NEWS

12 years ago(qt) #5208: refinement to r13734 as suggested by rb07.
Jordan Lee [Thu, 3 Jan 2013 18:56:39 +0000 (18:56 +0000)]
(qt) #5208: refinement to r13734 as suggested by rb07.

12 years ago(daemon) add support for listing recently-active torrents
Jordan Lee [Thu, 3 Jan 2013 05:10:47 +0000 (05:10 +0000)]
(daemon) add support for listing recently-active torrents

12 years ago(qt) tweak the network status icon's tooltip again. This is a followup to r13727
Jordan Lee [Thu, 3 Jan 2013 04:21:45 +0000 (04:21 +0000)]
(qt) tweak the network status icon's tooltip again. This is a followup to r13727

12 years ago(qt) #5208 'Replace baseName() with fileName() for FULL file name' -- fixed, patch...
Jordan Lee [Thu, 3 Jan 2013 03:52:15 +0000 (03:52 +0000)]
(qt) #5208 'Replace baseName() with fileName() for FULL file name' -- fixed, patch by krab

12 years ago(qt) #5206 'tray icon cancels logout in KDE' -- fixed with patch from basinilya
Jordan Lee [Tue, 1 Jan 2013 20:02:20 +0000 (20:02 +0000)]
(qt) #5206 'tray icon cancels logout in KDE' -- fixed with patch from basinilya

12 years ago(gtk) #5207 'Simplify GTK+ client's category filter to match Qt and Web clients'...
Jordan Lee [Tue, 1 Jan 2013 19:45:00 +0000 (19:45 +0000)]
(gtk) #5207 'Simplify GTK+ client's category filter to match Qt and Web clients' -- done.

12 years ago(gtk) copyediting: indentation & whitespace
Jordan Lee [Tue, 1 Jan 2013 18:43:41 +0000 (18:43 +0000)]
(gtk) copyediting: indentation & whitespace

12 years ago(qt) #5204 extra cleanups in Utils::guessMimeIcon() from rb07
Jordan Lee [Mon, 31 Dec 2012 22:43:29 +0000 (22:43 +0000)]
(qt) #5204 extra cleanups in Utils::guessMimeIcon() from rb07

12 years ago(trunk gtk) #5205 'GTK+ client crashes in recent trunk' -- fixed.
Jordan Lee [Mon, 31 Dec 2012 22:37:18 +0000 (22:37 +0000)]
(trunk gtk) #5205 'GTK+ client crashes in recent trunk' -- fixed.

12 years ago(trunk qt) #5204 'mp4, mkv files are not shown with the video-x-generic icon' --...
Jordan Lee [Mon, 31 Dec 2012 05:01:28 +0000 (05:01 +0000)]
(trunk qt) #5204 'mp4, mkv files are not shown with the video-x-generic icon' -- fixed.

12 years ago(trunk, qt) make the network status icon's tooltip a little more accurate / useful
Jordan Lee [Mon, 31 Dec 2012 02:47:09 +0000 (02:47 +0000)]
(trunk, qt) make the network status icon's tooltip a little more accurate / useful

12 years ago(trunk, daemon) #4523 'files copied via kde sftp into watchdir not loaded' --fixed...
Jordan Lee [Sun, 30 Dec 2012 23:23:00 +0000 (23:23 +0000)]
(trunk, daemon) #4523 'files copied via kde sftp into watchdir not loaded' --fixed, patch by reardon

12 years agooops, I didn't mean to commit these debugging cerr's
Jordan Lee [Sun, 30 Dec 2012 22:53:33 +0000 (22:53 +0000)]
oops, I didn't mean to commit these debugging cerr's

12 years ago(trunk, qt) #5060 'start minimized to tray option' -- added.
Jordan Lee [Sun, 30 Dec 2012 22:51:55 +0000 (22:51 +0000)]
(trunk, qt) #5060 'start minimized to tray option' -- added.

12 years ago(trunk qt) 'syntax error in transmission-qt.desktop' -- fixed with patch from kalev.
Jordan Lee [Sun, 30 Dec 2012 22:31:38 +0000 (22:31 +0000)]
(trunk qt) 'syntax error in transmission-qt.desktop' -- fixed with patch from kalev.

12 years agomake tr_info.webseedCount and tr_info.trackerCount unsigned.
Jordan Lee [Sun, 30 Dec 2012 22:06:45 +0000 (22:06 +0000)]
make tr_info.webseedCount and tr_info.trackerCount unsigned.

12 years agorearrange the class' fields by size, saving a few bytes off each Peer and TrackerStat...
Jordan Lee [Sun, 30 Dec 2012 05:53:12 +0000 (05:53 +0000)]
rearrange the class' fields by size, saving a few bytes off each Peer and TrackerStat struct.

12 years ago(qt) small speedup when rebuilding the activity combobox's counts: walk the torrent...
Jordan Lee [Sun, 30 Dec 2012 01:28:28 +0000 (01:28 +0000)]
(qt) small speedup when rebuilding the activity combobox's counts: walk the torrent model just once, rather than once per activity

12 years ago(qt) New method: Torrent.hosts(). The list is derived from the announce URLs in Torre...
Jordan Lee [Sat, 29 Dec 2012 23:40:59 +0000 (23:40 +0000)]
(qt) New method: Torrent.hosts(). The list is derived from the announce URLs in Torrent.trackers(). By remembering this in Torrent, the filterbar won't have to keep recomputing it.

12 years agoIn TorrentModel.updateTorrents(), don't call getIds() if we don't need them
Jordan Lee [Sat, 29 Dec 2012 21:05:05 +0000 (21:05 +0000)]
In TorrentModel.updateTorrents(), don't call getIds() if we don't need them

12 years agoin refreshTrayIcon(), use TorrentModel.getUploadSpeed(), .getDownloadSpeed()
Jordan Lee [Sat, 29 Dec 2012 21:04:10 +0000 (21:04 +0000)]
in refreshTrayIcon(), use TorrentModel.getUploadSpeed(), .getDownloadSpeed()

12 years ago(trunk, libT) #3833 'freespace rpc' 0001-Headers-clean-up.patch
Jordan Lee [Sat, 29 Dec 2012 12:10:05 +0000 (12:10 +0000)]
(trunk, libT) #3833 'freespace rpc' 0001-Headers-clean-up.patch

12 years ago(trunk, libT) #3833 'freespace rpc' 0001-Fix-FTBFS-for-OS-X-and-uClibc.patch
Jordan Lee [Sat, 29 Dec 2012 12:08:46 +0000 (12:08 +0000)]
(trunk, libT) #3833 'freespace rpc' 0001-Fix-FTBFS-for-OS-X-and-uClibc.patch

12 years ago(trunk, libT) #3833 'freespace argument for session-get' -- 0001-Port-quota-handling...
Jordan Lee [Sat, 29 Dec 2012 01:47:44 +0000 (01:47 +0000)]
(trunk, libT) #3833 'freespace argument for session-get' -- 0001-Port-quota-handling-to-BSD-and-Mac-OS-X.patch from taem

12 years ago(trunk, qt) minor speedups to filterbar::recount()
Jordan Lee [Sat, 29 Dec 2012 01:20:22 +0000 (01:20 +0000)]
(trunk, qt) minor speedups to filterbar::recount()

12 years ago(trunk, libT) #5201 'tr_variantDict can be much faster' -- don't test to see if each...
Jordan Lee [Fri, 28 Dec 2012 23:46:34 +0000 (23:46 +0000)]
(trunk, libT) #5201 'tr_variantDict can be much faster' -- don't test to see if each dictionary value that's a string is a quark... it almost never is, so the lookup isn't worth it.

12 years ago(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- fix variablen...
Jordan Lee [Fri, 28 Dec 2012 23:44:59 +0000 (23:44 +0000)]
(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- fix variablename typo introduced in r13709, reported by JJTagy

12 years ago(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- fix r13709...
Jordan Lee [Fri, 28 Dec 2012 21:51:10 +0000 (21:51 +0000)]
(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- fix r13709 oops

12 years ago(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- modify sessio...
Jordan Lee [Fri, 28 Dec 2012 20:10:03 +0000 (20:10 +0000)]
(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- modify session.c's tr_sessionGetNextQueuedTorrents() and peer-mgr.c's getPeerCandidates() functions use the new tr_quickfindFirstK() utility"

12 years ago(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- copy peer...
Jordan Lee [Fri, 28 Dec 2012 20:07:50 +0000 (20:07 +0000)]
(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- copy peer-mgr.c's partial-sorting peer candidate code to a reusable function in utils.c, tr_quickfindFirstK()"

12 years agocopyediting: correct a couple of code comments.
Jordan Lee [Fri, 28 Dec 2012 08:35:14 +0000 (08:35 +0000)]
copyediting: correct a couple of code comments.

12 years ago(trunk, qt) #5155 'entering text moves selection point to end' -- don't react to...
Jordan Lee [Fri, 28 Dec 2012 07:18:23 +0000 (07:18 +0000)]
(trunk, qt) #5155 'entering text moves selection point to end' -- don't react to Prefs::FILTER_TEXT changes.

12 years agofixed implementation of r13701
Mitchell Livingston [Fri, 28 Dec 2012 05:53:20 +0000 (05:53 +0000)]
fixed implementation of r13701

12 years agooops, this should have been in the last commit. :/
Jordan Lee [Fri, 28 Dec 2012 05:38:27 +0000 (05:38 +0000)]
oops, this should have been in the last commit. :/

12 years ago#3833 'freespace' -- fix memset error.
Jordan Lee [Fri, 28 Dec 2012 05:28:37 +0000 (05:28 +0000)]
#3833 'freespace' -- fix memset error.

12 years ago(trunk, libT) copyediting: apply the new indentation style to handshake.c. I hate...
Jordan Lee [Thu, 27 Dec 2012 22:03:58 +0000 (22:03 +0000)]
(trunk, libT) copyediting: apply the new indentation style to handshake.c. I hate making changes to this file; even changing the whitespace probably breaks all the peer connections.

12 years ago(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- include...
Jordan Lee [Thu, 27 Dec 2012 20:30:24 +0000 (20:30 +0000)]
(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- include stdint.h as possible fix for Mac build

12 years ago(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- use TR_PATH_...
Jordan Lee [Thu, 27 Dec 2012 20:22:32 +0000 (20:22 +0000)]
(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- use TR_PATH_MAX instead of PATH_MAX for session.downloadDirFsType and session.downloadDirBlkDev

12 years ago(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- copyediting...
Jordan Lee [Thu, 27 Dec 2012 20:19:41 +0000 (20:19 +0000)]
(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- copyediting for previous three patches: tab damage, indentation, spaces, etc

12 years ago(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- apply taem...
Jordan Lee [Thu, 27 Dec 2012 19:45:01 +0000 (19:45 +0000)]
(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- apply taem's  0003-Cache-download-dir-s-block-device-and-FS-type.patch​ to cache the download dir's block device and FS type

12 years ago(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- apply taem...
Jordan Lee [Thu, 27 Dec 2012 19:41:34 +0000 (19:41 +0000)]
(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- apply taem's 0002-Add-XFS-quota-support.patch​ to add XFS quota support

12 years ago(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- apply taem...
Jordan Lee [Thu, 27 Dec 2012 19:39:44 +0000 (19:39 +0000)]
(trunk, libT) #3833 'freespace' argument for 'session-get' RPC method -- apply taem's  0001-Check-for-available-quota-when-getting-free-disk-spa.patch​ to check for available quota when getting free disk space

12 years ago(trunk, qt) #5195 'Qt: open folder: single file in folder' -- fixed with patch from...
Jordan Lee [Thu, 27 Dec 2012 18:28:04 +0000 (18:28 +0000)]
(trunk, qt) #5195 'Qt: open folder: single file in folder' -- fixed with patch from basinilya

12 years ago(trunk, qt) #5194 'Qt: open folder: on single-file torrents opens the file, not direc...
Jordan Lee [Thu, 27 Dec 2012 18:22:48 +0000 (18:22 +0000)]
(trunk, qt) #5194 'Qt: open folder: on single-file torrents opens the file, not directory, except on Windows and Mac' -- fixed with patch from basinilya

12 years agosilence console warnings when fallback icons can't be found
Jordan Lee [Thu, 27 Dec 2012 17:49:52 +0000 (17:49 +0000)]
silence console warnings when fallback icons can't be found

12 years ago(trunk, qt) #5193 'qt: open folder: if the first file in a torrent is not an immediat...
Jordan Lee [Thu, 27 Dec 2012 17:46:11 +0000 (17:46 +0000)]
(trunk, qt) #5193 'qt: open folder: if the first file in a torrent is not an immediate child of the torrent folder, wrong folder opened' -- fixed with patch from basinilya

12 years ago(trunk, daemon) #5188 'error in transmission-remote manpage: options -i, -if, -ip...
Jordan Lee [Wed, 26 Dec 2012 23:50:27 +0000 (23:50 +0000)]
(trunk, daemon) #5188 'error in transmission-remote manpage: options -i, -if, -ip, -ic, -it don't take arguments anymore' -- fixed.