]>
granicus.if.org Git - transmission/log
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
Jordan Lee [Mon, 24 Dec 2012 19:53:33 +0000 (19:53 +0000)]
(trunk, qt) #5192 'Free Memory Read error in transmission-qt's Prefs destructor' -- fixed.
Mitchell Livingston [Sun, 23 Dec 2012 03:18:39 +0000 (03:18 +0000)]
change the #include of quark.h in variant.h
Mitchell Livingston [Sun, 23 Dec 2012 03:17:18 +0000 (03:17 +0000)]
add new quark files to the project file, and update the libtransmission initialization constants
Jordan Lee [Sat, 22 Dec 2012 20:35:19 +0000 (20:35 +0000)]
(trunk, libT) first drop of the tr_quark patch.
Jordan Lee [Wed, 19 Dec 2012 07:59:49 +0000 (07:59 +0000)]
(trunk, libT) #5176 'Deselecting all remaining files not working correctly' -- fix trunk regression.
Jordan Lee [Tue, 18 Dec 2012 03:03:23 +0000 (03:03 +0000)]
copyediting: indentation/whitespace
Jordan Lee [Mon, 17 Dec 2012 16:36:29 +0000 (16:36 +0000)]
(trunk, qt) #5164 'french translation for qt client' -- added translation by UBIK.
Jordan Lee [Mon, 17 Dec 2012 16:22:45 +0000 (16:22 +0000)]
(trunk, qt) #4901 'can't add magnet links -- transmission-qt.desktop issue' -- fixed.
Jordan Lee [Mon, 17 Dec 2012 02:43:17 +0000 (02:43 +0000)]
(trunk libT) when seraializing to JSON, set the LC_NUMERIC locale once for the entire serialization pass, instead of N times
Jordan Lee [Sun, 16 Dec 2012 22:51:29 +0000 (22:51 +0000)]
(trunk, gtk) #5174 'the text field in Properties>Trackers>Edit won't resize when the dialog is resized' -- fixed.
Jordan Lee [Sun, 16 Dec 2012 20:41:38 +0000 (20:41 +0000)]
in 'make distcheck', build xz and bz2 instead of gz
Jordan Lee [Sat, 15 Dec 2012 16:31:22 +0000 (16:31 +0000)]
copyediting: whitespace & indentation
Jordan Lee [Sat, 15 Dec 2012 04:28:19 +0000 (04:28 +0000)]
copyediting: indentation & whitespace
Jordan Lee [Sat, 15 Dec 2012 03:47:11 +0000 (03:47 +0000)]
when a peer sends us a block and we count it in tr_cpBlockAdd(), don't invalidate cp.sizeWhenDone unless sizeWhenDone wasn't already including that new block.
Jordan Lee [Sat, 15 Dec 2012 00:01:59 +0000 (00:01 +0000)]
(trunk, libT) faster JSON parsing for tr_variant. This mostly helps the Qt client, which makes heavy use of the JSON-based RPC calls.
Mitchell Livingston [Fri, 14 Dec 2012 23:28:49 +0000 (23:28 +0000)]
mac build compiles with r13667
Jordan Lee [Fri, 14 Dec 2012 20:04:37 +0000 (20:04 +0000)]
(trunk, libT) #5168 'make libtransmission's public funcs nonblocking when possible' -- remove tr_torrentRef() and tr_torrentUnref() as discussed in https://trac.transmissionbt.com/ticket/5168#comment:8
Jordan Lee [Fri, 14 Dec 2012 16:04:44 +0000 (16:04 +0000)]
copyediting: indentation, whitespace
Jordan Lee [Fri, 14 Dec 2012 04:36:33 +0000 (04:36 +0000)]
svn add variant.c
Jordan Lee [Fri, 14 Dec 2012 04:34:42 +0000 (04:34 +0000)]
refactor libtransmission's tr_benc class as tr_variant.
Mitchell Livingston [Thu, 13 Dec 2012 13:50:33 +0000 (13:50 +0000)]
(trunk) bump to 2.75+
Jordan Lee [Thu, 13 Dec 2012 05:22:30 +0000 (05:22 +0000)]
(trunk, libT) #5169 fix FTBFS in torrentStart()
Jordan Lee [Thu, 13 Dec 2012 03:37:55 +0000 (03:37 +0000)]
copyediting: indentation
Jordan Lee [Thu, 13 Dec 2012 03:00:57 +0000 (03:00 +0000)]
fewer redundant gobject dynamic casts
Jordan Lee [Thu, 13 Dec 2012 02:00:45 +0000 (02:00 +0000)]
don't inline functions that can't be inlined.
Jordan Lee [Thu, 13 Dec 2012 01:47:40 +0000 (01:47 +0000)]
copyediting: indentation cleanup
Jordan Lee [Wed, 12 Dec 2012 21:19:25 +0000 (21:19 +0000)]
fix another pair of #5168 oopses (oopsii?)
Jordan Lee [Wed, 12 Dec 2012 20:57:13 +0000 (20:57 +0000)]
remove a couple of unnecessary torrentIsLocked() assertions for #5168
Jordan Lee [Wed, 12 Dec 2012 20:22:57 +0000 (20:22 +0000)]
(trunk) #5168 'make libtransmission's public funcs nonblocking when possible' -- first attempt.
Jordan Lee [Tue, 11 Dec 2012 05:23:48 +0000 (05:23 +0000)]
in bencode.c's makeroom(), make the containers' sizes scale in powers of 2 to avoid excess reallocs.
Jordan Lee [Tue, 11 Dec 2012 05:22:12 +0000 (05:22 +0000)]
bump to 2.74+
Jordan Lee [Tue, 11 Dec 2012 04:09:59 +0000 (04:09 +0000)]
bump to 2.74
Jordan Lee [Tue, 11 Dec 2012 04:08:26 +0000 (04:08 +0000)]
(trunk, libutp) #5002 'crash in UTP_ProcessIncoming()' -- patch
ef69847aaa from upstream
Mitchell Livingston [Mon, 10 Dec 2012 01:49:50 +0000 (01:49 +0000)]
fix NEWS url
Mitchell Livingston [Mon, 10 Dec 2012 01:49:14 +0000 (01:49 +0000)]
update NEWS
Jordan Lee [Mon, 10 Dec 2012 01:38:47 +0000 (01:38 +0000)]
first pass at 2.74 NEWS
Jordan Lee [Mon, 10 Dec 2012 01:24:50 +0000 (01:24 +0000)]
in libtransmission's unit tests, add a convenience check macro for comparing pointer equality
Jordan Lee [Sun, 9 Dec 2012 22:05:31 +0000 (22:05 +0000)]
in metainfo.c, don't include sys/stat.h anymore, it's unneeded after r13633
Jordan Lee [Sun, 9 Dec 2012 21:45:30 +0000 (21:45 +0000)]
in bencode.c's makeroom(), clarify the entry assertions
Jordan Lee [Sun, 9 Dec 2012 21:36:51 +0000 (21:36 +0000)]
in bencode.c's tr_bencMergeDicts(), call tr_bencDictReserve() so the target dict only has to alloc once to hold all of the source dict's entries.
Jordan Lee [Sun, 9 Dec 2012 21:28:20 +0000 (21:28 +0000)]
preallocate a couple of dictionaries to the right size before using them.
Jordan Lee [Sun, 9 Dec 2012 19:08:06 +0000 (19:08 +0000)]
in bitfield.c, speed up countArray() by about 15%
Jordan Lee [Sun, 9 Dec 2012 18:24:57 +0000 (18:24 +0000)]
in bitfield.c's countRange() function, make walk_end an invariant
Jordan Lee [Sun, 9 Dec 2012 05:32:52 +0000 (05:32 +0000)]
move bitfield tests to their own file
Jordan Lee [Sun, 9 Dec 2012 01:36:32 +0000 (01:36 +0000)]
update files in POTFILES.in and POTFILES.skip for *nix i18n
Jordan Lee [Sun, 9 Dec 2012 01:32:25 +0000 (01:32 +0000)]
in tr_metainfoRemoveSaved(), don't look for .torrent files under our old naming scheme... we haven't used it since 2008
Jordan Lee [Sun, 9 Dec 2012 01:27:01 +0000 (01:27 +0000)]
remove unused function tr_metainfoMigrate()
Jordan Lee [Fri, 7 Dec 2012 01:53:31 +0000 (01:53 +0000)]
(trunk, libT) #5165: fix r13625 oops
Jordan Lee [Thu, 6 Dec 2012 15:04:52 +0000 (15:04 +0000)]
(trunk, libT) #5163 'typo in tr_peerIoSupportsUTP()' -- fixed.
Jordan Lee [Thu, 6 Dec 2012 00:50:40 +0000 (00:50 +0000)]
(trunk, libT) #5157 -- fix r13628 oops
Jordan Lee [Wed, 5 Dec 2012 23:48:00 +0000 (23:48 +0000)]
(trunk, libT) #5157 'check valid address before UTP_Create()' -- added.
Jordan Lee [Wed, 5 Dec 2012 22:56:45 +0000 (22:56 +0000)]
(trunk, libT) #5146 'seeding complete callback called twice' -- fixed with patch from x190.
Jordan Lee [Wed, 5 Dec 2012 21:26:40 +0000 (21:26 +0000)]
copyediting: more whitespace reformatting
Jordan Lee [Wed, 5 Dec 2012 17:29:46 +0000 (17:29 +0000)]
Follow more common whitespace style conventions in the C code (libtransmission, daemon, utils, cli, gtk).
Jordan Lee [Tue, 27 Nov 2012 23:24:37 +0000 (23:24 +0000)]
(trunk, libT) #5150 'improper escaping of dirnames with new json' -- add one-liner fix. this also fixes the regression test added in the previous commit.
Jordan Lee [Tue, 27 Nov 2012 23:21:13 +0000 (23:21 +0000)]
(trunk, libT) #5150 'improper escaping of dirnames with new json' -- added new regression test, currently failing, to trigger this bug
Mitchell Livingston [Sat, 24 Nov 2012 03:34:45 +0000 (03:34 +0000)]
#5106 Work around for crash when seeding completes and the transfer is auto-removed.