1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00
Commit graph

7118 commits

Author SHA1 Message Date
Charles Kerr
d7bf2ee472 (trunk web) fix a leaked javascript variable 2009-05-24 16:56:29 +00:00
Charles Kerr
d147d93d2a (trunk web) fix striping in the file list, which I broke last night 2009-05-24 16:05:28 +00:00
Kevin Glowacz
09197ddc94 (trunk) update AUTHORS 2009-05-24 15:57:45 +00:00
Charles Kerr
d9623ef597 (trunk web) very minor optimizations 2009-05-24 15:48:18 +00:00
Mitchell Livingston
aadd7b9eaf (trunk) update NEWS 2009-05-24 14:53:14 +00:00
Mitchell Livingston
bb259225aa safety check for when displaying trackers in the inspector 2009-05-24 14:37:12 +00:00
Charles Kerr
342ea302bc (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 2009-05-24 13:48:55 +00:00
Mitchell Livingston
2634f809e9 update strings file 2009-05-24 13:39:15 +00:00
Charles Kerr
5f95f7bdf7 (trunk libT) #2107: Port randomization should use only private ports (49152-65535) 2009-05-24 01:51:53 +00:00
Charles Kerr
05bd3caaf9 (trunk web) #2052: when adding new torrents to the list (such as on startup), batch together all the additions to prevent unnecessary dom reflows 2009-05-24 01:29:03 +00:00
Charles Kerr
f357fc013c (trunk web) possibly fix bug seen by bmw 2009-05-24 00:02:43 +00:00
Charles Kerr
f1afe16889 (trunk web) don't use reserved word 'class' as a local variable name 2009-05-23 23:52:36 +00:00
Charles Kerr
ae8335bf7a (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. 2009-05-23 21:39:16 +00:00
Charles Kerr
998c6e6e8e (trunk web) a simple tweak to setInnerHTML() clears out about 20% of the periodic refresh overhead on my setup... 2009-05-23 21:14:03 +00:00
Charles Kerr
529000a6e2 (trunk web) #2052: "warning: unresponsive script". what's new in this iteration: http://trac.transmissionbt.com/ticket/2052#comment:10 2009-05-23 20:39:55 +00:00
Mitchell Livingston
4eff9949fc eplace another file extension check with a Uniform Type Identifier check 2009-05-23 20:09:41 +00:00
Kevin Glowacz
f3398cd608 (trunk web) speed up file refreshHTML 2009-05-23 19:02:47 +00:00
Mitchell Livingston
81a0584a6e a little simplification in the auto-import code 2009-05-23 19:01:57 +00:00
Mitchell Livingston
bbb7ff0562 fix whoops 2009-05-23 18:55:08 +00:00
Mitchell Livingston
4fb2e39d59 replace some file extension checks with Uniform Type Identifier checks 2009-05-23 18:53:09 +00:00
Charles Kerr
a1b2c6d640 (trunk web) #2052: "Warning: Unresponsive Script" in Web GUI 2009-05-23 18:09:56 +00:00
Kevin Glowacz
9f612522bb (trunk web) more torrent file js speedups 2009-05-23 15:41:02 +00:00
Charles Kerr
63b6ca7748 (trunk web) #2052: "Warning: Unresponsive Script" 2009-05-23 15:05:58 +00:00
Kevin Glowacz
f8ff6b415a (trunk web) huge speed improments when initalize files 2009-05-23 06:09:57 +00:00
Kevin Glowacz
6ed3538e8c (trunk web) fix the inspector tabs 2009-05-23 04:07:24 +00:00
Kevin Glowacz
c96212b18c (trunk web) prevent menu event bubble up 2009-05-23 02:56:55 +00:00
Kevin Glowacz
cd7b3298a3 (trunk web) don't count on 'transmission' being defined 2009-05-23 02:28:04 +00:00
Kevin Glowacz
d90c3f04b4 (trunk web) prevent extra pointless requests 2009-05-22 23:46:14 +00:00
Kevin Glowacz
77f282f958 (trunk web) speed improvments 2009-05-22 22:45:09 +00:00
Charles Kerr
72fe1b7bea (trunk libT) try to smoke out the cause of #1992 2009-05-22 19:32:49 +00:00
Charles Kerr
7c6fbfb80f (trunk libT) fix a couple of dead assignments, and a possible null pointer dereference, found by clang 2009-05-22 19:03:00 +00:00
Charles Kerr
6044947ab0 (trunk) #7: update to upstream dht-0.6 2009-05-22 16:45:41 +00:00
Mitchell Livingston
1b56f29efb fix r8473 whoops 2009-05-22 12:11:45 +00:00
Charles Kerr
66da41e517 (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 2009-05-22 05:35:51 +00:00
Mitchell Livingston
0b7007088b cleanup last commit(s) 2009-05-22 02:52:28 +00:00
Mitchell Livingston
c36a007cd4 remove a little redundant code from the last commit 2009-05-22 02:26:02 +00:00
Mitchell Livingston
d3370ef29e save internal torrent path to history, and prefer that over the hash when loading on startup 2009-05-22 02:08:51 +00:00
Charles Kerr
690b029c52 (trunk libT) take out the test scaffolding for the tr_torrentFiles() rewrite 2009-05-22 01:21:56 +00:00
Charles Kerr
a2480049d5 tweak the assertion to track down Rolcol's crash 2009-05-21 22:49:59 +00:00
Charles Kerr
6e089ef095 (trunk libT) #1992: could it really be this easy? if it is, wereHamster deserves the credit. if not, at least it was easy 2009-05-21 22:26:18 +00:00
Charles Kerr
33e43a0854 (trunk rpc) correct the torrent-set-location documentation 2009-05-21 20:56:45 +00:00
Charles Kerr
59e4a61100 (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(). 2009-05-21 19:54:59 +00:00
Charles Kerr
b1f675eb83 (trunk libT) smoke out any errors in the tr_torrentFiles() rewrite 2009-05-21 18:37:55 +00:00
Charles Kerr
b77874936e (trunk qt,gtk) add mnemonic for prefs dialog "Randomize the port every launch". reported by geirha 2009-05-21 17:11:26 +00:00
Charles Kerr
7703e803b7 (trunk dht) sync with upstream code @ http://www.pps.jussieu.fr/~jch/software/repos/dht/ 2009-05-21 16:39:54 +00:00
Mitchell Livingston
448dcd9d59 add button for DHT in Mac prefs 2009-05-21 04:35:40 +00:00
Charles Kerr
73add1f2f9 (trunk) add hooks for disabling/enabling DHT in gtk client, qt client, and transmission-remote 2009-05-21 00:15:54 +00:00
Charles Kerr
4af0c3e24b (trunk qt) fix the Qt build by linking against libdht.a 2009-05-20 23:16:28 +00:00
Charles Kerr
bc632a9360 (trunk libT) possible fix for the slow startup reported by livings and Waldorf 2009-05-20 17:35:41 +00:00
Charles Kerr
7d844ec279 (trunk) #920 Add "Move Data" to libT so all clients can use it 2009-05-20 16:02:12 +00:00