]>
granicus.if.org Git - transmission/log
Charles Kerr [Sun, 24 May 2009 18:39:21 +0000 (18:39 +0000)]
(trunk web) keep handles to each of the inspector's info tab's widgets, so we don't have to search for them every time
Mitchell Livingston [Sun, 24 May 2009 16:57:09 +0000 (16:57 +0000)]
update Credits and NEWS
Charles Kerr [Sun, 24 May 2009 16:56:29 +0000 (16:56 +0000)]
(trunk web) fix a leaked javascript variable
Charles Kerr [Sun, 24 May 2009 16:05:28 +0000 (16:05 +0000)]
(trunk web) fix striping in the file list, which I broke last night
Kevin Glowacz [Sun, 24 May 2009 15:57:45 +0000 (15:57 +0000)]
(trunk) update AUTHORS
Charles Kerr [Sun, 24 May 2009 15:48:18 +0000 (15:48 +0000)]
(trunk web) very minor optimizations
Mitchell Livingston [Sun, 24 May 2009 14:53:14 +0000 (14:53 +0000)]
(trunk) update NEWS
Mitchell Livingston [Sun, 24 May 2009 14:37:12 +0000 (14:37 +0000)]
safety check for when displaying trackers in the inspector
Charles Kerr [Sun, 24 May 2009 13:48:55 +0000 (13:48 +0000)]
(trunk libT) version.h build issue that manifested itself as "tr-dht.c:156: error: expected expression before ‘>>’ token". Thanks to geirha for tracking down the problem and contributing a fix
Mitchell Livingston [Sun, 24 May 2009 13:39:15 +0000 (13:39 +0000)]
update strings file
Charles Kerr [Sun, 24 May 2009 01:51:53 +0000 (01:51 +0000)]
(trunk libT) #2107: Port randomization should use only private ports (49152-65535)
Charles Kerr [Sun, 24 May 2009 01:29:03 +0000 (01:29 +0000)]
(trunk web) #2052: when adding new torrents to the list (such as on startup), batch together all the additions to prevent unnecessary dom reflows
Charles Kerr [Sun, 24 May 2009 00:02:43 +0000 (00:02 +0000)]
(trunk web) possibly fix bug seen by bmw
Charles Kerr [Sat, 23 May 2009 23:52:36 +0000 (23:52 +0000)]
(trunk web) don't use reserved word 'class' as a local variable name
Charles Kerr [Sat, 23 May 2009 21:39:16 +0000 (21:39 +0000)]
(trunk web) building an array of toolbar buttons is sort of expensive in jQuery, so just do it once on startup, and keep that copy.
Charles Kerr [Sat, 23 May 2009 21:14:03 +0000 (21:14 +0000)]
(trunk web) a simple tweak to setInnerHTML() clears out about 20% of the periodic refresh overhead on my setup...
Charles Kerr [Sat, 23 May 2009 20:39:55 +0000 (20:39 +0000)]
(trunk web) #2052: "warning: unresponsive script". what's new in this iteration: http://trac.transmissionbt.com/ticket/2052#comment:10
Mitchell Livingston [Sat, 23 May 2009 20:09:41 +0000 (20:09 +0000)]
eplace another file extension check with a Uniform Type Identifier check
Kevin Glowacz [Sat, 23 May 2009 19:02:47 +0000 (19:02 +0000)]
(trunk web) speed up file refreshHTML
Mitchell Livingston [Sat, 23 May 2009 19:01:57 +0000 (19:01 +0000)]
a little simplification in the auto-import code
Mitchell Livingston [Sat, 23 May 2009 18:55:08 +0000 (18:55 +0000)]
fix whoops
Mitchell Livingston [Sat, 23 May 2009 18:53:09 +0000 (18:53 +0000)]
replace some file extension checks with Uniform Type Identifier checks
Charles Kerr [Sat, 23 May 2009 18:09:56 +0000 (18:09 +0000)]
(trunk web) #2052: "Warning: Unresponsive Script" in Web GUI
Kevin Glowacz [Sat, 23 May 2009 15:41:02 +0000 (15:41 +0000)]
(trunk web) more torrent file js speedups
Charles Kerr [Sat, 23 May 2009 15:05:58 +0000 (15:05 +0000)]
(trunk web) #2052: "Warning: Unresponsive Script"
Kevin Glowacz [Sat, 23 May 2009 06:09:57 +0000 (06:09 +0000)]
(trunk web) huge speed improments when initalize files
Kevin Glowacz [Sat, 23 May 2009 04:07:24 +0000 (04:07 +0000)]
(trunk web) fix the inspector tabs
Kevin Glowacz [Sat, 23 May 2009 02:56:55 +0000 (02:56 +0000)]
(trunk web) prevent menu event bubble up
Kevin Glowacz [Sat, 23 May 2009 02:28:04 +0000 (02:28 +0000)]
(trunk web) don't count on 'transmission' being defined
Kevin Glowacz [Fri, 22 May 2009 23:46:14 +0000 (23:46 +0000)]
(trunk web) prevent extra pointless requests
Kevin Glowacz [Fri, 22 May 2009 22:45:09 +0000 (22:45 +0000)]
(trunk web) speed improvments
Charles Kerr [Fri, 22 May 2009 19:32:49 +0000 (19:32 +0000)]
(trunk libT) try to smoke out the cause of #1992
Charles Kerr [Fri, 22 May 2009 19:03:00 +0000 (19:03 +0000)]
(trunk libT) fix a couple of dead assignments, and a possible null pointer dereference, found by clang
Charles Kerr [Fri, 22 May 2009 16:45:41 +0000 (16:45 +0000)]
(trunk) #7: update to upstream dht-0.6
Mitchell Livingston [Fri, 22 May 2009 12:11:45 +0000 (12:11 +0000)]
fix r8473 whoops
Charles Kerr [Fri, 22 May 2009 05:35:51 +0000 (05:35 +0000)]
(trunk) dht seems to be crashing in bcmp() on the mac, so I suspect the homegrown implementation of memmem() is buggy... test this out by replacing memmem()'s implementation
Mitchell Livingston [Fri, 22 May 2009 02:52:28 +0000 (02:52 +0000)]
cleanup last commit(s)
Mitchell Livingston [Fri, 22 May 2009 02:26:02 +0000 (02:26 +0000)]
remove a little redundant code from the last commit
Mitchell Livingston [Fri, 22 May 2009 02:08:51 +0000 (02:08 +0000)]
save internal torrent path to history, and prefer that over the hash when loading on startup
Charles Kerr [Fri, 22 May 2009 01:21:56 +0000 (01:21 +0000)]
(trunk libT) take out the test scaffolding for the tr_torrentFiles() rewrite
Charles Kerr [Thu, 21 May 2009 22:49:59 +0000 (22:49 +0000)]
tweak the assertion to track down Rolcol's crash
Charles Kerr [Thu, 21 May 2009 22:26:18 +0000 (22:26 +0000)]
(trunk libT) #1992: could it really be this easy? if it is, wereHamster deserves the credit. if not, at least it was easy
Charles Kerr [Thu, 21 May 2009 20:56:45 +0000 (20:56 +0000)]
(trunk rpc) correct the torrent-set-location documentation
Charles Kerr [Thu, 21 May 2009 19:54:59 +0000 (19:54 +0000)]
(trunk libT) since the metainfo hash string lookup table is expensive to build, and since only the mac client uses it, let's not build it until some non-libT calls tr_ctorSetMetainfoFromHash().
Charles Kerr [Thu, 21 May 2009 18:37:55 +0000 (18:37 +0000)]
(trunk libT) smoke out any errors in the tr_torrentFiles() rewrite
Charles Kerr [Thu, 21 May 2009 17:11:26 +0000 (17:11 +0000)]
(trunk qt,gtk) add mnemonic for prefs dialog "Randomize the port every launch". reported by geirha
Charles Kerr [Thu, 21 May 2009 16:39:54 +0000 (16:39 +0000)]
(trunk dht) sync with upstream code @ http://www.pps.jussieu.fr/~jch/software/repos/dht/
Mitchell Livingston [Thu, 21 May 2009 04:35:40 +0000 (04:35 +0000)]
add button for DHT in Mac prefs
Charles Kerr [Thu, 21 May 2009 00:15:54 +0000 (00:15 +0000)]
(trunk) add hooks for disabling/enabling DHT in gtk client, qt client, and transmission-remote
Charles Kerr [Wed, 20 May 2009 23:16:28 +0000 (23:16 +0000)]
(trunk qt) fix the Qt build by linking against libdht.a
Charles Kerr [Wed, 20 May 2009 17:35:41 +0000 (17:35 +0000)]
(trunk libT) possible fix for the slow startup reported by livings and Waldorf
Charles Kerr [Wed, 20 May 2009 16:02:12 +0000 (16:02 +0000)]
(trunk) #920 Add "Move Data" to libT so all clients can use it
Charles Kerr [Wed, 20 May 2009 15:56:58 +0000 (15:56 +0000)]
(trunk libT) tweak tr-dht a little
Charles Kerr [Wed, 20 May 2009 13:42:11 +0000 (13:42 +0000)]
(trunk) #7 DHT: apply jch's dht-warnings.patch
Charles Kerr [Wed, 20 May 2009 04:30:55 +0000 (04:30 +0000)]
boring tr_memmem tweaks
Charles Kerr [Wed, 20 May 2009 04:25:45 +0000 (04:25 +0000)]
(trunk libT) make tr_memmem() more readable
Mitchell Livingston [Wed, 20 May 2009 04:23:28 +0000 (04:23 +0000)]
eliminate a redundant #define
Charles Kerr [Wed, 20 May 2009 04:17:03 +0000 (04:17 +0000)]
mac build didn't generate SVN_REVISION_NUM
Charles Kerr [Wed, 20 May 2009 04:13:19 +0000 (04:13 +0000)]
(trunk) #7: jch's dht-memmem.patch
Charles Kerr [Wed, 20 May 2009 04:08:58 +0000 (04:08 +0000)]
(trunk libT) futz around with tr-dht.c a bit
Charles Kerr [Wed, 20 May 2009 03:58:15 +0000 (03:58 +0000)]
bah, that last commit was wrong
Charles Kerr [Wed, 20 May 2009 03:55:09 +0000 (03:55 +0000)]
(trunk libT) modified transmission-dht-
20090619 .patch
Mitchell Livingston [Wed, 20 May 2009 00:50:18 +0000 (00:50 +0000)]
update help for DHT
Mitchell Livingston [Wed, 20 May 2009 00:00:42 +0000 (00:00 +0000)]
add RezTorrent to clients
Charles Kerr [Tue, 19 May 2009 23:20:35 +0000 (23:20 +0000)]
(trunk) update to dht 0.5
Mitchell Livingston [Tue, 19 May 2009 22:51:37 +0000 (22:51 +0000)]
update Mac code for DHT (still doesn't compile)
Charles Kerr [Tue, 19 May 2009 20:52:24 +0000 (20:52 +0000)]
(trunk libT) add some extra tests to tr_cryptoWeakRandInt()
Charles Kerr [Tue, 19 May 2009 20:42:01 +0000 (20:42 +0000)]
(trunk libT) fix event_callback() error in tr-dht.c
Charles Kerr [Tue, 19 May 2009 19:39:56 +0000 (19:39 +0000)]
(trunk libT) remove some dead code from tr-dht.c
Charles Kerr [Tue, 19 May 2009 19:05:34 +0000 (19:05 +0000)]
(trunk libT) add Juliusz' provide-node-count.patch patch
Charles Kerr [Tue, 19 May 2009 18:38:41 +0000 (18:38 +0000)]
no makelog
Charles Kerr [Tue, 19 May 2009 18:38:26 +0000 (18:38 +0000)]
(trunk) #7: DHT support. This is a work in progress... no gui/rpc support yet
Charles Kerr [Tue, 19 May 2009 18:36:28 +0000 (18:36 +0000)]
(trunk gtk) #2094: Torrent comment box does not scroll, so long comments are partially hidden
Charles Kerr [Tue, 19 May 2009 18:32:14 +0000 (18:32 +0000)]
(trunk) #2093: unneeded argument in torrent-set method
Charles Kerr [Tue, 19 May 2009 15:53:34 +0000 (15:53 +0000)]
(trunk libT) silence a compiler warning
Charles Kerr [Tue, 19 May 2009 14:20:38 +0000 (14:20 +0000)]
(trunk) bump version to 1.61+
Kevin Glowacz [Tue, 19 May 2009 13:19:55 +0000 (13:19 +0000)]
(trunk web) allow the tracker and comment info fields to linebreak on a / fixes #1188
Kevin Glowacz [Tue, 19 May 2009 13:19:51 +0000 (13:19 +0000)]
(trunk web) fix _leftUntilDone not updating when it hits 0
Kevin Glowacz [Tue, 19 May 2009 13:19:45 +0000 (13:19 +0000)]
(trunk web) use the correct image and style it properly
Charles Kerr [Tue, 19 May 2009 04:51:53 +0000 (04:51 +0000)]
(trunk) follow a suggestion from gnucash-devel @ http://snipurl.com/ibexa to see if it fixes hudson-t's woes
Charles Kerr [Tue, 19 May 2009 04:48:33 +0000 (04:48 +0000)]
(trunk libT) expose tr_memmem() so it can be used by client code. use the OS' implementation if that's available.
Charles Kerr [Tue, 19 May 2009 04:21:58 +0000 (04:21 +0000)]
(trunk qt) filterbar tweak by kjg
Mitchell Livingston [Mon, 18 May 2009 22:27:40 +0000 (22:27 +0000)]
#2092 Rename "Reveal Data File in Finder" with "Show in Finder"
Charles Kerr [Mon, 18 May 2009 16:05:56 +0000 (16:05 +0000)]
(trunk daemon) #2028: transmission-remote's exit code should be nonzero on failure
Charles Kerr [Sat, 16 May 2009 19:41:41 +0000 (19:41 +0000)]
(trunk gtk) #2090: Speed limit switch accessibility
Charles Kerr [Sat, 16 May 2009 19:27:14 +0000 (19:27 +0000)]
(trunk gtk) #1451: fix r8402 oops
Charles Kerr [Sat, 16 May 2009 16:59:45 +0000 (16:59 +0000)]
(trunk web) #2085 in Web Client, torrents added by URL are always paused, regardless of preferences
Charles Kerr [Sat, 16 May 2009 15:38:47 +0000 (15:38 +0000)]
(trunk libT) #2086: JSON RPC messages can be 86% shorter, using less bandwidth and CPU
Charles Kerr [Sat, 16 May 2009 15:02:40 +0000 (15:02 +0000)]
fix a minor bug with the 3rd party Qt icon loader. <http://code.google.com/p/qticonloader/issues/detail?id=5>
Charles Kerr [Sat, 16 May 2009 14:31:18 +0000 (14:31 +0000)]
(trunk libT) BitTorrent message #9 is for setting the peer's DHT listening port, not their BitTorrent listening port. (tiennou)
Charles Kerr [Sat, 16 May 2009 05:51:52 +0000 (05:51 +0000)]
(trunk) add an option to the JSON generator to disable the human-readable indentations. Keep indenting the data files such as settings.json, but don't indent the messages used for RPC. This cuts the cost of deflate()ing those RPC messages by about 80%...
Charles Kerr [Sat, 16 May 2009 01:43:21 +0000 (01:43 +0000)]
(trunk libT) experimental faster implementation of tr_torrentFiles(). for the time being, keep the old implementation too and add an assertion that the two come up with the same results.
Charles Kerr [Fri, 15 May 2009 20:00:12 +0000 (20:00 +0000)]
(trunk libT) speed up rpcimpl's torrentGet() by about 75%
Charles Kerr [Fri, 15 May 2009 15:42:13 +0000 (15:42 +0000)]
(trunk cli) #1805: creating multi-tracker torrents - CLI
Charles Kerr [Fri, 15 May 2009 15:15:52 +0000 (15:15 +0000)]
(trunk gtk) silence a couple more compiler warnings
Charles Kerr [Fri, 15 May 2009 13:16:34 +0000 (13:16 +0000)]
(trunk libT) update our copy of Jean's JSON parser
Charles Kerr [Fri, 15 May 2009 12:28:12 +0000 (12:28 +0000)]
fix last commit :/
Charles Kerr [Fri, 15 May 2009 12:19:27 +0000 (12:19 +0000)]
(trunk libT) fix a minor bug in peer count tabulation
Charles Kerr [Fri, 15 May 2009 02:12:50 +0000 (02:12 +0000)]
(trunk libT) fix r8394 oops reported by Ryoujin. hooray for having many eyes
Charles Kerr [Fri, 15 May 2009 02:05:07 +0000 (02:05 +0000)]
(trunk qt) #2072: Delete .torrent with or without error