]> granicus.if.org Git - transmission/log
transmission
12 years ago(trunk, libT) first drop of the tr_quark patch.
Jordan Lee [Sat, 22 Dec 2012 20:35:19 +0000 (20:35 +0000)]
(trunk, libT) first drop of the tr_quark patch.

12 years ago(trunk, libT) #5176 'Deselecting all remaining files not working correctly' -- fix...
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.

12 years agocopyediting: indentation/whitespace
Jordan Lee [Tue, 18 Dec 2012 03:03:23 +0000 (03:03 +0000)]
copyediting: indentation/whitespace

12 years ago(trunk, qt) #5164 'french translation for qt client' -- added translation by UBIK.
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.

12 years ago(trunk, qt) #4901 'can't add magnet links -- transmission-qt.desktop issue' -- fixed.
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.

12 years ago(trunk libT) when seraializing to JSON, set the LC_NUMERIC locale once for the entire...
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

12 years ago(trunk, gtk) #5174 'the text field in Properties>Trackers>Edit won't resize when...
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.

12 years agoin 'make distcheck', build xz and bz2 instead of gz
Jordan Lee [Sun, 16 Dec 2012 20:41:38 +0000 (20:41 +0000)]
in 'make distcheck', build xz and bz2 instead of gz

12 years agocopyediting: whitespace & indentation
Jordan Lee [Sat, 15 Dec 2012 16:31:22 +0000 (16:31 +0000)]
copyediting: whitespace & indentation

12 years agocopyediting: indentation & whitespace
Jordan Lee [Sat, 15 Dec 2012 04:28:19 +0000 (04:28 +0000)]
copyediting: indentation & whitespace

12 years agowhen a peer sends us a block and we count it in tr_cpBlockAdd(), don't invalidate...
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.

12 years ago(trunk, libT) faster JSON parsing for tr_variant. This mostly helps the Qt client...
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.

12 years agomac build compiles with r13667
Mitchell Livingston [Fri, 14 Dec 2012 23:28:49 +0000 (23:28 +0000)]
mac build compiles with r13667

12 years ago(trunk, libT) #5168 'make libtransmission's public funcs nonblocking when possible...
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

12 years agocopyediting: indentation, whitespace
Jordan Lee [Fri, 14 Dec 2012 16:04:44 +0000 (16:04 +0000)]
copyediting: indentation, whitespace

12 years agosvn add variant.c
Jordan Lee [Fri, 14 Dec 2012 04:36:33 +0000 (04:36 +0000)]
svn add variant.c

12 years agorefactor libtransmission's tr_benc class as tr_variant.
Jordan Lee [Fri, 14 Dec 2012 04:34:42 +0000 (04:34 +0000)]
refactor libtransmission's tr_benc class as tr_variant.

12 years ago(trunk) bump to 2.75+
Mitchell Livingston [Thu, 13 Dec 2012 13:50:33 +0000 (13:50 +0000)]
(trunk) bump to 2.75+

12 years ago(trunk, libT) #5169 fix FTBFS in torrentStart()
Jordan Lee [Thu, 13 Dec 2012 05:22:30 +0000 (05:22 +0000)]
(trunk, libT) #5169 fix FTBFS in torrentStart()

12 years agocopyediting: indentation
Jordan Lee [Thu, 13 Dec 2012 03:37:55 +0000 (03:37 +0000)]
copyediting: indentation

12 years agofewer redundant gobject dynamic casts
Jordan Lee [Thu, 13 Dec 2012 03:00:57 +0000 (03:00 +0000)]
fewer redundant gobject dynamic casts

12 years agodon't inline functions that can't be inlined.
Jordan Lee [Thu, 13 Dec 2012 02:00:45 +0000 (02:00 +0000)]
don't inline functions that can't be inlined.

12 years agocopyediting: indentation cleanup
Jordan Lee [Thu, 13 Dec 2012 01:47:40 +0000 (01:47 +0000)]
copyediting: indentation cleanup

12 years agofix another pair of #5168 oopses (oopsii?)
Jordan Lee [Wed, 12 Dec 2012 21:19:25 +0000 (21:19 +0000)]
fix another pair of #5168 oopses (oopsii?)

12 years agoremove a couple of unnecessary torrentIsLocked() assertions for #5168
Jordan Lee [Wed, 12 Dec 2012 20:57:13 +0000 (20:57 +0000)]
remove a couple of unnecessary torrentIsLocked() assertions for #5168

12 years ago(trunk) #5168 'make libtransmission's public funcs nonblocking when possible' --...
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.

12 years agoin bencode.c's makeroom(), make the containers' sizes scale in powers of 2 to avoid...
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.

12 years agobump to 2.74+
Jordan Lee [Tue, 11 Dec 2012 05:22:12 +0000 (05:22 +0000)]
bump to 2.74+

12 years agobump to 2.74 2.74
Jordan Lee [Tue, 11 Dec 2012 04:09:59 +0000 (04:09 +0000)]
bump to 2.74

12 years ago(trunk, libutp) #5002 'crash in UTP_ProcessIncoming()' -- patch ef69847aaa from upstream
Jordan Lee [Tue, 11 Dec 2012 04:08:26 +0000 (04:08 +0000)]
(trunk, libutp) #5002 'crash in UTP_ProcessIncoming()' -- patch ef69847aaa from upstream

12 years agofix NEWS url
Mitchell Livingston [Mon, 10 Dec 2012 01:49:50 +0000 (01:49 +0000)]
fix NEWS url

12 years agoupdate NEWS
Mitchell Livingston [Mon, 10 Dec 2012 01:49:14 +0000 (01:49 +0000)]
update NEWS

12 years agofirst pass at 2.74 NEWS
Jordan Lee [Mon, 10 Dec 2012 01:38:47 +0000 (01:38 +0000)]
first pass at 2.74 NEWS

12 years agoin libtransmission's unit tests, add a convenience check macro for comparing pointer...
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

12 years agoin metainfo.c, don't include sys/stat.h anymore, it's unneeded after r13633
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

12 years agoin bencode.c's makeroom(), clarify the entry assertions
Jordan Lee [Sun, 9 Dec 2012 21:45:30 +0000 (21:45 +0000)]
in bencode.c's makeroom(), clarify the entry assertions

12 years agoin bencode.c's tr_bencMergeDicts(), call tr_bencDictReserve() so the target dict...
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.

12 years agopreallocate a couple of dictionaries to the right size before using them.
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.

12 years agoin bitfield.c, speed up countArray() by about 15%
Jordan Lee [Sun, 9 Dec 2012 19:08:06 +0000 (19:08 +0000)]
in bitfield.c, speed up countArray() by about 15%

12 years agoin bitfield.c's countRange() function, make walk_end an invariant
Jordan Lee [Sun, 9 Dec 2012 18:24:57 +0000 (18:24 +0000)]
in bitfield.c's countRange() function, make walk_end an invariant

12 years agomove bitfield tests to their own file
Jordan Lee [Sun, 9 Dec 2012 05:32:52 +0000 (05:32 +0000)]
move bitfield tests to their own file

12 years agoupdate files in POTFILES.in and POTFILES.skip for *nix i18n
Jordan Lee [Sun, 9 Dec 2012 01:36:32 +0000 (01:36 +0000)]
update files in POTFILES.in and POTFILES.skip for *nix i18n

12 years agoin tr_metainfoRemoveSaved(), don't look for .torrent files under our old naming schem...
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

12 years agoremove unused function tr_metainfoMigrate()
Jordan Lee [Sun, 9 Dec 2012 01:27:01 +0000 (01:27 +0000)]
remove unused function tr_metainfoMigrate()

12 years ago(trunk, libT) #5165: fix r13625 oops
Jordan Lee [Fri, 7 Dec 2012 01:53:31 +0000 (01:53 +0000)]
(trunk, libT) #5165: fix r13625 oops

12 years ago(trunk, libT) #5163 'typo in tr_peerIoSupportsUTP()' -- fixed.
Jordan Lee [Thu, 6 Dec 2012 15:04:52 +0000 (15:04 +0000)]
(trunk, libT) #5163 'typo in tr_peerIoSupportsUTP()' -- fixed.

12 years ago(trunk, libT) #5157 -- fix r13628 oops
Jordan Lee [Thu, 6 Dec 2012 00:50:40 +0000 (00:50 +0000)]
(trunk, libT) #5157 -- fix r13628 oops

12 years ago(trunk, libT) #5157 'check valid address before UTP_Create()' -- added.
Jordan Lee [Wed, 5 Dec 2012 23:48:00 +0000 (23:48 +0000)]
(trunk, libT) #5157 'check valid address before UTP_Create()' -- added.

12 years ago(trunk, libT) #5146 'seeding complete callback called twice' -- fixed with patch...
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.

12 years agocopyediting: more whitespace reformatting
Jordan Lee [Wed, 5 Dec 2012 21:26:40 +0000 (21:26 +0000)]
copyediting: more whitespace reformatting

12 years agoFollow more common whitespace style conventions in the C code (libtransmission, daemo...
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).

12 years ago(trunk, libT) #5150 'improper escaping of dirnames with new json' -- add one-liner...
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.

12 years ago(trunk, libT) #5150 'improper escaping of dirnames with new json' -- added new regres...
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

12 years ago#5106 Work around for crash when seeding completes and the transfer is auto-removed.
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.

12 years ago#5144 add BitZilla to clients list
Mitchell Livingston [Sat, 24 Nov 2012 01:14:51 +0000 (01:14 +0000)]
#5144 add BitZilla to clients list

12 years agoUpdate libutp. Fixes #5128.
Mitchell Livingston [Sun, 18 Nov 2012 04:04:54 +0000 (04:04 +0000)]
Update libutp. Fixes #5128.

12 years ago#5134 Magnet links not adding all trackers with tr.0=
Mitchell Livingston [Wed, 14 Nov 2012 02:22:55 +0000 (02:22 +0000)]
#5134 Magnet links not adding all trackers with tr.0=

12 years ago(trunk, web) #5119 'Error when displaying tracker list' -- fixed.
Jordan Lee [Sun, 11 Nov 2012 15:13:47 +0000 (15:13 +0000)]
(trunk, web) #5119 'Error when displaying tracker list' -- fixed.

12 years ago(trunk, libT) #4886 'IPv6-only DHT.dat not being written' -- fixed. bug found & patch...
Jordan Lee [Sun, 11 Nov 2012 14:42:14 +0000 (14:42 +0000)]
(trunk, libT) #4886 'IPv6-only DHT.dat not being written' -- fixed. bug found & patched by jch.

12 years agoupdate project file to work with new json files
Mitchell Livingston [Sun, 11 Nov 2012 07:14:57 +0000 (07:14 +0000)]
update project file to work with new json files

12 years agofix a parameter type mismatch in jsonsl
Mitchell Livingston [Sun, 11 Nov 2012 07:11:13 +0000 (07:11 +0000)]
fix a parameter type mismatch in jsonsl

12 years ago(trunk libT) #5131: replace JSON_parser with jsonsl to resolve licensing issue.
Jordan Lee [Sun, 11 Nov 2012 04:26:56 +0000 (04:26 +0000)]
(trunk libT) #5131: replace JSON_parser with jsonsl to resolve licensing issue.

12 years agoadd more unit tests for the json-benc glue code
Jordan Lee [Sun, 11 Nov 2012 04:20:15 +0000 (04:20 +0000)]
add more unit tests for the json-benc glue code

12 years agoremove invalid break in r13611
Mitchell Livingston [Sun, 4 Nov 2012 19:29:53 +0000 (19:29 +0000)]
remove invalid break in r13611

12 years ago#5121 Stopped torrents resume after sleep automatically.
Mitchell Livingston [Sun, 4 Nov 2012 19:28:51 +0000 (19:28 +0000)]
#5121 Stopped torrents resume after sleep automatically.

12 years agosimplify how the torrent table gets the type ahead name for group rows
Mitchell Livingston [Fri, 2 Nov 2012 21:46:18 +0000 (21:46 +0000)]
simplify how the torrent table gets the type ahead name for group rows

12 years ago#5118 (web client) Tracker tier count should start at 1
Mitchell Livingston [Fri, 2 Nov 2012 21:42:10 +0000 (21:42 +0000)]
#5118 (web client) Tracker tier count should start at 1

12 years agosome cleanup to retains when removing torrents
Mitchell Livingston [Thu, 1 Nov 2012 03:21:35 +0000 (03:21 +0000)]
some cleanup to retains when removing torrents

12 years agorevert r13603
Mitchell Livingston [Wed, 31 Oct 2012 21:27:59 +0000 (21:27 +0000)]
revert r13603

12 years agofix typo in r13604
Mitchell Livingston [Wed, 31 Oct 2012 21:27:07 +0000 (21:27 +0000)]
fix typo in r13604

12 years ago#5113 Add pbTorrent to client list
Mitchell Livingston [Wed, 31 Oct 2012 21:25:23 +0000 (21:25 +0000)]
#5113 Add pbTorrent to client list

12 years ago#5111 Add Zona to client list
Mitchell Livingston [Wed, 31 Oct 2012 21:22:23 +0000 (21:22 +0000)]
#5111 Add Zona to client list

12 years agoexperimental fix for #5106
Mitchell Livingston [Tue, 30 Oct 2012 00:44:20 +0000 (00:44 +0000)]
experimental fix for #5106

12 years ago#2794 Don't apply auto-grouping until torrent is demagnetized
Mitchell Livingston [Tue, 30 Oct 2012 00:22:10 +0000 (00:22 +0000)]
#2794 Don't apply auto-grouping until torrent is demagnetized

12 years agore-add layout code commented out in r13583
Mitchell Livingston [Mon, 29 Oct 2012 22:44:12 +0000 (22:44 +0000)]
re-add layout code commented out in r13583

12 years ago#5109 Show expansion tooltip for abbreviated file names in the File table
Mitchell Livingston [Mon, 29 Oct 2012 22:17:08 +0000 (22:17 +0000)]
#5109 Show expansion tooltip for abbreviated file names in the File table

12 years agosilence a deprecation warning
Mitchell Livingston [Mon, 29 Oct 2012 22:16:42 +0000 (22:16 +0000)]
silence a deprecation warning

12 years ago#5108 Multi-file torrent selection bug
Mitchell Livingston [Mon, 29 Oct 2012 22:14:46 +0000 (22:14 +0000)]
#5108 Multi-file torrent selection bug

12 years agono padding between the title/status strings in the file table and the priority column
Mitchell Livingston [Mon, 29 Oct 2012 00:04:18 +0000 (00:04 +0000)]
no padding between the title/status strings in the file table and the priority column

12 years ago#4373 In the file list, swap the priority switch and download check, so that the...
Mitchell Livingston [Sun, 28 Oct 2012 23:57:08 +0000 (23:57 +0000)]
#4373 In the file list, swap the priority switch and download check, so that the scrollbar doesn't appear above the high priority switch

12 years agobump version to 2.73+
Mitchell Livingston [Sun, 28 Oct 2012 23:54:28 +0000 (23:54 +0000)]
bump version to 2.73+

12 years ago#5103 Restore DL/UL Arrows and Rates While Downloading
Mitchell Livingston [Thu, 25 Oct 2012 03:56:57 +0000 (03:56 +0000)]
#5103 Restore DL/UL Arrows and Rates While Downloading

12 years ago#5104 Unknown client -MG21r0-
Mitchell Livingston [Thu, 25 Oct 2012 03:22:41 +0000 (03:22 +0000)]
#5104 Unknown client -MG21r0-

12 years ago(trunk, libT) #5097 'Rare buffer overflow (piece index too big)' -- fixed.
Jordan Lee [Sat, 20 Oct 2012 15:57:56 +0000 (15:57 +0000)]
(trunk, libT) #5097 'Rare buffer overflow (piece index too big)' -- fixed.

12 years agoremove unused functions
Jordan Lee [Fri, 19 Oct 2012 17:21:45 +0000 (17:21 +0000)]
remove unused functions

12 years agoremove dead code Inspector.accumulateString
Jordan Lee [Fri, 19 Oct 2012 15:31:42 +0000 (15:31 +0000)]
remove dead code Inspector.accumulateString

12 years agofix NEWS version number 2.73
Mitchell Livingston [Fri, 19 Oct 2012 04:01:47 +0000 (04:01 +0000)]
fix NEWS version number

12 years agoupdate for 2.73
Mitchell Livingston [Fri, 19 Oct 2012 03:58:11 +0000 (03:58 +0000)]
update for 2.73

12 years agodon't do layout in code until localizations are updated in 2.8
Mitchell Livingston [Fri, 19 Oct 2012 03:52:59 +0000 (03:52 +0000)]
don't do layout in code until localizations are updated in 2.8

12 years agobump version to 2.72 2.72
Mitchell Livingston [Wed, 17 Oct 2012 03:39:23 +0000 (03:39 +0000)]
bump version to 2.72

12 years agotweak NEWS
Mitchell Livingston [Wed, 17 Oct 2012 03:38:48 +0000 (03:38 +0000)]
tweak NEWS

12 years agofirst pass at 2.72 NEWS
Jordan Lee [Wed, 17 Oct 2012 03:26:33 +0000 (03:26 +0000)]
first pass at 2.72 NEWS

12 years agodon't update the badge count when a transfer finishes seeding and is removed at the...
Mitchell Livingston [Wed, 17 Oct 2012 00:25:28 +0000 (00:25 +0000)]
don't update the badge count when a transfer finishes seeding and is removed at the same time.

12 years agomake tr_mkdir() private.
Jordan Lee [Tue, 16 Oct 2012 03:13:05 +0000 (03:13 +0000)]
make tr_mkdir() private.

12 years agoin torrent-magnet.c and utils.h, use tr_torrentName() instead of tor->info.name
Jordan Lee [Tue, 16 Oct 2012 02:48:26 +0000 (02:48 +0000)]
in torrent-magnet.c and utils.h, use tr_torrentName() instead of tor->info.name

12 years ago(trunk, web) #5091 'Disable file selection for non-multi-file transfers' -- fixed.
Jordan Lee [Mon, 15 Oct 2012 04:32:48 +0000 (04:32 +0000)]
(trunk, web) #5091 'Disable file selection for non-multi-file transfers' -- fixed.

12 years agoremove unneeded background-image rules for the inspector's file list's 'file wanted...
Jordan Lee [Mon, 15 Oct 2012 04:20:55 +0000 (04:20 +0000)]
remove unneeded background-image rules for the inspector's file list's 'file wanted' checkbox; we use the browser's checkbox now

12 years ago(trunk, libT) #4638 "Transmission sends an initial 'stopped' event when adding a...
Jordan Lee [Mon, 15 Oct 2012 03:11:16 +0000 (03:11 +0000)]
(trunk, libT) #4638 "Transmission sends an initial 'stopped' event when adding a torrent via RPC" -- fixed.

12 years agoupdate to the Dutch localization
Mitchell Livingston [Mon, 15 Oct 2012 02:23:54 +0000 (02:23 +0000)]
update to the Dutch localization

12 years ago#5090 Include seeding-complete transfers in badged count on Dock icon
Mitchell Livingston [Mon, 15 Oct 2012 02:12:44 +0000 (02:12 +0000)]
#5090 Include seeding-complete transfers in badged count on Dock icon