]>
granicus.if.org Git - transmission/log
Jordan Lee [Sun, 20 Jan 2013 04:10:47 +0000 (04:10 +0000)]
(gtk) silence a couple of potential GFileInfo console warnings
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
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
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
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.
Mitchell Livingston [Sat, 19 Jan 2013 05:13:00 +0000 (05:13 +0000)]
fix the build on the build Mac
Mitchell Livingston [Sat, 19 Jan 2013 05:06:51 +0000 (05:06 +0000)]
update the makefile for VDKQueue
Mitchell Livingston [Sat, 19 Jan 2013 05:03:00 +0000 (05:03 +0000)]
#5223 Use VDKQueue for watching for torrent files
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.
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
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
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.
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
Jordan Lee [Thu, 17 Jan 2013 01:10:59 +0000 (01:10 +0000)]
(libT) tweak getMaxAtomCount()
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
Jordan Lee [Wed, 16 Jan 2013 21:42:03 +0000 (21:42 +0000)]
re-sync the GTK+ and Qt clients' prefs dialogs.
Jordan Lee [Wed, 16 Jan 2013 20:55:08 +0000 (20:55 +0000)]
Tweak the text of the First Time User legal dialog.
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)
Jordan Lee [Tue, 15 Jan 2013 21:59:04 +0000 (21:59 +0000)]
this should have been included in the previous commit. :/
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.
Jordan Lee [Tue, 15 Jan 2013 18:10:16 +0000 (18:10 +0000)]
(daemon) #5225 nightly regression: remote option '-l' displays warning -- fixed.
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)
Jordan Lee [Sun, 13 Jan 2013 22:09:18 +0000 (22:09 +0000)]
(libT) make ptrarray's assertions consume fewer CPU cycles
Jordan Lee [Sun, 13 Jan 2013 20:39:56 +0000 (20:39 +0000)]
(libT) #5220 'add etaIdle to torrent-get in RPC' -- done.
Mitchell Livingston [Wed, 9 Jan 2013 01:30:01 +0000 (01:30 +0000)]
(trunk) bump to 2.76+
Jordan Lee [Wed, 9 Jan 2013 01:11:36 +0000 (01:11 +0000)]
minor code simplification in torrent.c's deleteLocalData() function.
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.
Jordan Lee [Mon, 7 Jan 2013 18:16:34 +0000 (18:16 +0000)]
copyediting: update torrent-magnet.c to the new indentation style
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
Jordan Lee [Sun, 6 Jan 2013 15:30:41 +0000 (15:30 +0000)]
(qt) #5213 "Incomplete update of details.cc" from rb07
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.
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.
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
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
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
Jordan Lee [Fri, 4 Jan 2013 23:58:52 +0000 (23:58 +0000)]
(cli) #5212 'cli fails when download directory doesn't exist' -- fixed.
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.
Jordan Lee [Fri, 4 Jan 2013 19:47:01 +0000 (19:47 +0000)]
(libT) #4633 fix win32 regression introduced in r13752.
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.
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
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
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.
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.
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
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
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
Jordan Lee [Fri, 4 Jan 2013 01:59:05 +0000 (01:59 +0000)]
(qt) #5770 'rename-partial-files preference not modified' -- fix by rb07
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.
Jordan Lee [Thu, 3 Jan 2013 19:43:50 +0000 (19:43 +0000)]
update NEWS
Jordan Lee [Thu, 3 Jan 2013 18:56:39 +0000 (18:56 +0000)]
(qt) #5208: refinement to r13734 as suggested by rb07.
Jordan Lee [Thu, 3 Jan 2013 05:10:47 +0000 (05:10 +0000)]
(daemon) add support for listing recently-active torrents
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
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
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
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.
Jordan Lee [Tue, 1 Jan 2013 18:43:41 +0000 (18:43 +0000)]
(gtk) copyediting: indentation & whitespace
Jordan Lee [Mon, 31 Dec 2012 22:43:29 +0000 (22:43 +0000)]
(qt) #5204 extra cleanups in Utils::guessMimeIcon() from rb07
Jordan Lee [Mon, 31 Dec 2012 22:37:18 +0000 (22:37 +0000)]
(trunk gtk) #5205 'GTK+ client crashes in recent trunk' -- fixed.
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.
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
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
Jordan Lee [Sun, 30 Dec 2012 22:53:33 +0000 (22:53 +0000)]
oops, I didn't mean to commit these debugging cerr's
Jordan Lee [Sun, 30 Dec 2012 22:51:55 +0000 (22:51 +0000)]
(trunk, qt) #5060 'start minimized to tray option' -- added.
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.
Jordan Lee [Sun, 30 Dec 2012 22:06:45 +0000 (22:06 +0000)]
make tr_info.webseedCount and tr_info.trackerCount unsigned.
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.
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
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.
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
Jordan Lee [Sat, 29 Dec 2012 21:04:10 +0000 (21:04 +0000)]
in refreshTrayIcon(), use TorrentModel.getUploadSpeed(), .getDownloadSpeed()
Jordan Lee [Sat, 29 Dec 2012 12:10:05 +0000 (12:10 +0000)]
(trunk, libT) #3833 'freespace rpc' 0001-Headers-clean-up.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
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
Jordan Lee [Sat, 29 Dec 2012 01:20:22 +0000 (01:20 +0000)]
(trunk, qt) minor speedups to filterbar::recount()
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.
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
Jordan Lee [Fri, 28 Dec 2012 21:51:10 +0000 (21:51 +0000)]
(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- fix r13709 oops
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"
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()"
Jordan Lee [Fri, 28 Dec 2012 08:35:14 +0000 (08:35 +0000)]
copyediting: correct a couple of code comments.
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.
Mitchell Livingston [Fri, 28 Dec 2012 05:53:20 +0000 (05:53 +0000)]
fixed implementation of r13701
Jordan Lee [Fri, 28 Dec 2012 05:38:27 +0000 (05:38 +0000)]
oops, this should have been in the last commit. :/
Jordan Lee [Fri, 28 Dec 2012 05:28:37 +0000 (05:28 +0000)]
#3833 'freespace' -- fix memset error.
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.
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
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
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
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
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
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
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
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
Jordan Lee [Thu, 27 Dec 2012 17:49:52 +0000 (17:49 +0000)]
silence console warnings when fallback icons can't be found
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
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.
Jordan Lee [Wed, 26 Dec 2012 23:44:33 +0000 (23:44 +0000)]
(trunk, libT) #5184 'Transmission 2.73 keeps creating a directory called /home/charles' -- fixed.
Jordan Lee [Wed, 26 Dec 2012 23:36:23 +0000 (23:36 +0000)]
#5185 (trunk, gtk) fix sort-by-age with patch from elhana.
Jordan Lee [Wed, 26 Dec 2012 23:34:32 +0000 (23:34 +0000)]
#5191 'using a webseed doesn't update the remaining time' -- fixed with patch by cfpp2p.
Jordan Lee [Mon, 24 Dec 2012 22:38:41 +0000 (22:38 +0000)]
(trunk, libT) more tr_variant revision: faster serialization, dictionaries use less space