1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

7047 commits

Author SHA1 Message Date
Charles Kerr
afe11e1386 (trunk) have the gtk and qt clients use the same minimum seed ratio in the preferences dialog as the mac uses 2009-04-10 19:16:12 +00:00
Charles Kerr
58de1f4317 update NEWS again 2009-04-10 18:23:00 +00:00
Charles Kerr
19645e9b82 update NEWS 2009-04-10 15:33:27 +00:00
Charles Kerr
f00c152315 (trunk libT) better filtering of maliciously-crafted URLs when serving web interface files 2009-04-10 15:09:31 +00:00
Charles Kerr
2b8f8166bd (trunk libT) possible IO speedup on OS X based on feedback from ticket #1967 2009-04-10 14:26:01 +00:00
Charles Kerr
4f571c38e0 (qt) fix bug that corrupted the main-window-layout-order key in prefs. Reported by Rolcol 2009-04-10 04:59:15 +00:00
Charles Kerr
388076efc8 (qt) fix minor bug reported by RolCol: the "ask for more peers" button was enabled for paused torrents if they were being verified 2009-04-10 04:33:31 +00:00
Charles Kerr
245108e7ec (trunk gtk) remember filtering mode between sessions 2009-04-10 04:22:57 +00:00
Charles Kerr
6f86e5d080 (trunk qt) remember sorting & filtering mode between sessions 2009-04-10 03:48:19 +00:00
Charles Kerr
2877eddd58 (trunk libT) experimental commit to reduce IO lag during fast downloads 2009-04-10 00:58:26 +00:00
Charles Kerr
f6672e8911 (trunk qt,gtk) include torrents-being-verified in the "active torrents" filter. 2009-04-09 22:42:55 +00:00
Charles Kerr
57f6e81dba (trunk daemon) #1983: Random port not working properly 2009-04-09 21:10:58 +00:00
Charles Kerr
f933e434dd (trunk qt) add "make install" step to the build instructions 2009-04-09 19:14:44 +00:00
Charles Kerr
c6e0ced90c (trunk) update NEWS 2009-04-09 18:56:58 +00:00
Charles Kerr
8cb90fd28f (trunk) add the Qt beta into svn 2009-04-09 18:55:47 +00:00
Charles Kerr
f7eaf6ccd9 (gtk trunk) tweak one of the strings in the prefs dialog. 2009-04-09 18:46:16 +00:00
Charles Kerr
81766a8dcb (trunk libT) another possible fix for #1894: Crash when download finishes and seed ratio is already met 2009-04-09 14:10:31 +00:00
Charles Kerr
cac4909bf6 (gtk) gtk 3.0 compliance 2009-04-09 11:53:11 +00:00
Charles Kerr
1ab6ce13eb more benc code simplification 2009-04-09 00:26:53 +00:00
Charles Kerr
ce92e45936 (trunk libT) make libtransmission/makemeta.h C++-safe 2009-04-08 20:57:47 +00:00
Charles Kerr
d1c6956598 (trunk) tr_metaInfoBuilderCreate() doesn't need a tr_session* handle anymore 2009-04-08 18:47:48 +00:00
Charles Kerr
8c372572a2 (trunk libT) faster serialization from tr_benc structs into json and benc formats 2009-04-08 17:25:17 +00:00
Charles Kerr
a094c562ad use one of the stock g_cclosure marshallers instead of rolling our own for emitting error events 2009-04-07 23:44:38 +00:00
Charles Kerr
640c9a25dd (trunk libT) update the blocklist URL to "http://update.transmissionbt.com/level1" 2009-04-07 20:38:15 +00:00
Charles Kerr
63b40ac647 (gtk) remove gtk/blockfile.c from POTFILES.in 2009-04-07 20:28:59 +00:00
Charles Kerr
87e4c99fbb (trunk libT) #1976: build problem with r8173: "erreur: ‘POSIX_FADV_SEQUENTIAL’ undeclared" 2009-04-07 20:25:32 +00:00
Charles Kerr
7936dddd57 (trunk gtk) use the RPC API for updating the blocklist and for testing the port. 2009-04-07 20:13:08 +00:00
Charles Kerr
391e1245ee (gtk) don't stretch the turtle icon in the prefs dialog. 2009-04-07 04:42:50 +00:00
Charles Kerr
c8e7f0d7d2 (gtk trunk) better handling of the random port code, thanks to feedback from Rolcol 2009-04-07 04:30:16 +00:00
Charles Kerr
30bb6b3ecf (trunk libT) yet another fix found by RolCol 2009-04-07 04:23:04 +00:00
Charles Kerr
396216563c (trunk gtk) fix stupid #1157 bug reported by RolCol 2009-04-07 02:27:47 +00:00
Charles Kerr
0746a8eafa (trunk libT) posix_fadvise() tweak to the new verify code. 2009-04-06 23:51:55 +00:00
Charles Kerr
f4c0b8c3c2 (trunk libT) fix typo 2009-04-06 20:33:50 +00:00
Charles Kerr
0c6d70040a remove double-extern-"C" wrapping 2009-04-06 17:54:11 +00:00
Charles Kerr
c91fc5f1ff (trunk) update NEWS 2009-04-06 17:09:51 +00:00
Charles Kerr
0727849c7f (trunk rpc) add a method to make the daemon test & see if the incoming peer port is open 2009-04-06 16:36:00 +00:00
Charles Kerr
76f7e59a8c (trunk libT) tr_getDefaultDownloadDir(): always honor $XDG_CONFIG_HOME/user-dirs.dirs if it exists. 2009-04-06 16:10:37 +00:00
Charles Kerr
62395da3be (trunk libT) faster code for verifying entire torrents. Timing tests @ http://transmission.pastebin.com/m4e1d6ee 2009-04-06 04:02:51 +00:00
Charles Kerr
3a28dd02e5 (trunk libT) silence a spurious warning in the new bencode code 2009-04-06 01:32:55 +00:00
Charles Kerr
6373802ca8 better bool, real handling in (1) the gtk prefs interface, (2) the dictionary merge code, (2) the json parser 2009-04-05 23:46:53 +00:00
Charles Kerr
dce5997f29 (trunk) fix another new bencode bug. add some more unit tests for benc. 2009-04-05 23:16:45 +00:00
Charles Kerr
8f256a4648 (trunk libT) update one of the validity tests to understand the bool and double types 2009-04-05 21:33:06 +00:00
Mitchell Livingston
293524e9ca save the value of the speed limit day without conversion 2009-04-05 20:13:16 +00:00
Charles Kerr
248a0c7fcb (trunk) change the bencode type enum to prevent OS-level collision 2009-04-05 18:02:11 +00:00
Charles Kerr
8a8c8711d8 (trunk) Use proper notation for json floating-point and bool types. For backwards compatability, still allow old-style printf strings as doubles, and 0s and 1s as bools. 2009-04-05 17:52:21 +00:00
Mitchell Livingston
bf3bdda68f warnings-- 2009-04-05 17:48:03 +00:00
Charles Kerr
6bcce280dc (trunk) back out the avahi patch 2009-04-05 17:34:34 +00:00
Charles Kerr
9ca9671d3e (trunk gtk) #1157: random port on startup 2009-04-05 16:07:51 +00:00
Mitchell Livingston
555617a93c a bit more Mac rpc work 2009-04-05 15:55:20 +00:00
Charles Kerr
3ef8240b80 (trunk) If avahi's zeroconf implementation is available, use it to advertise our web ui 2009-04-05 15:49:03 +00:00