Commit Graph

5378 Commits

Author SHA1 Message Date
Charles Kerr 3a2fa85fa9 (gtk) make the `web' preferences tab a little more consistent: "web gui", "web access" and "web interface" were all being used interchangably 2008-07-19 14:23:56 +00:00
Mitchell Livingston 5a061b0191 add a button to the prefs window to launch the web interface 2008-07-19 13:40:23 +00:00
Charles Kerr 43b99f425a (libT) fix minor PEX memory leak reported by valgrind 2008-07-18 19:50:38 +00:00
Charles Kerr 4b6ef3fc0d set the $Id$ property on some relatively new files 2008-07-18 18:34:05 +00:00
Charles Kerr bb6b471e8b fix some minor errors reported by clang's "scan-build" tool 2008-07-18 18:14:29 +00:00
Mitchell Livingston 959fbba39c clarify the port check failure message 2008-07-18 11:48:52 +00:00
Mitchell Livingston dc1a870e7f eliminate 2 tiny memory leaks from the last commit 2008-07-18 04:57:38 +00:00
Mitchell Livingston f49b471454 the mac app now includes and works with the web ui 2008-07-18 04:54:11 +00:00
Charles Kerr 2eb89eb2a7 (libT) fix some minor warnings foudn by clang's scan-build and reported by m1b 2008-07-17 20:33:34 +00:00
Charles Kerr 1489451d7e (rpc) raise shttpd's buffer size from 16384 bytes to 65536 2008-07-17 14:58:41 +00:00
Charles Kerr 9650fcc0e2 (rpc) serve the clutch static files faster 2008-07-17 14:45:31 +00:00
Charles Kerr 6ffe3bcec5 (rpc) possible fix for the new breakage caused by the shttpd upgrade in r6349 2008-07-17 04:27:03 +00:00
Mitchell Livingston f19dac5ea6 update the mac build for the new shttpd 2008-07-17 01:05:17 +00:00
Charles Kerr 2281c39c1f (third-party) upgrade shttpd from 1.39 to the latest, 1.41 2008-07-16 23:55:49 +00:00
Charles Kerr f89a5e23d5 (daemon) plug some minor memory leaks reported by softwareelves 2008-07-16 22:45:28 +00:00
Charles Kerr 02fc30e29a add wrapper for invoking transmission-daemon in valgrind 2008-07-16 20:36:21 +00:00
Charles Kerr 2bd8dbf33a (rpc) allocate a bit in torrent-set/torrent-get for detailed peer information 2008-07-16 20:31:17 +00:00
Charles Kerr af626c9e0b (clutch) fix error with setting the incoming port via clutch preferences. reported by lolek in irc 2008-07-16 20:06:28 +00:00
Charles Kerr 339fb746ff (gtk) #1090: gtk+ client crashes when a torrent is removed from clutch 2008-07-16 19:38:22 +00:00
Charles Kerr d26c3af13d (rpc) fix minor memory leak in the RPC server 2008-07-16 19:36:46 +00:00
Charles Kerr 1a1f195216 (rpc) better handling of multiple concurrent RPC connections 2008-07-16 17:47:20 +00:00
Charles Kerr 5df61e8781 (clutch) better support for displaying `percent done' on torrents w/file selection 2008-07-16 14:35:58 +00:00
Charles Kerr 2fd2c7c359 (gtk) fix the mnemonics of the web tab in the prefs dialog 2008-07-16 04:19:31 +00:00
Charles Kerr 61d89d92dc minor prefs dialog string tweak 2008-07-16 02:40:31 +00:00
Charles Kerr 70a405f1a0 (gtk) add "Launch Clutch" button to the web tab in the preferences dialog. that way users won't have to dig through documentation to find the "http://localhost:port/transmission/clutch" URL. 2008-07-16 02:31:08 +00:00
Charles Kerr cb82d4ad1c (rpc) fix possible password authentication error reported by kman 2008-07-15 20:39:50 +00:00
Charles Kerr c692dff9d5 (gtk) #1088: when the gtk+ client is serving Clutch, torrents added via Clutch aren't shown in gtk+ client 2008-07-15 19:25:46 +00:00
Charles Kerr e446fa98b6 missed a few `snprintf' calls in r6334 2008-07-15 18:24:18 +00:00
Charles Kerr 2f239319b0 add a portability wrapper ``tr_snprintf()'' around snprintf() 2008-07-15 17:16:57 +00:00
Charles Kerr 2705db2b6a remove the ENABLE_STRNATPMPERR ifdefs to see if that'll make hudson happy 2008-07-15 17:09:10 +00:00
Charles Kerr 5739207640 better nat-pmp error logging. (this will very briefly break the mac build) 2008-07-15 03:26:53 +00:00
Charles Kerr 92c42168ee fix rpc `uploadRatio' field as reported by blueluna 2008-07-15 03:26:01 +00:00
Mitchell Livingston 04981e32c4 add a port field to the proxy prefs 2008-07-15 01:25:21 +00:00
Charles Kerr 7974a1e50a (libT) add proxy port arg as requested by BentMyWookie 2008-07-15 01:03:03 +00:00
Charles Kerr 4813647346 #1084: Make `web' and `clutch' synonymous in the backend 2008-07-14 16:00:20 +00:00
Charles Kerr a66c930583 (gtk) #1081: Manual Announce grayed out when allowed 2008-07-13 18:14:24 +00:00
Charles Kerr 4a2c663de3 bring the mac Makefile.am up-to-date 2008-07-12 12:38:05 +00:00
Mitchell Livingston 012f35bb96 #1042: show "in progress" in the inspector when announcing/scraping 2008-07-11 21:48:43 +00:00
Charles Kerr 291d30239d (daemon) more cleanup work on remote's help and manpage 2008-07-11 18:14:09 +00:00
Charles Kerr d5335b710b Update NEWS file to say the Clutch rewrite's been folded into Transmission. 2008-07-11 17:09:53 +00:00
Charles Kerr eb254b8a54 #1042: "Announce allowed: Never" 2008-07-11 11:51:15 +00:00
Charles Kerr 87ff06144a don't break the mac build 2008-07-11 04:19:23 +00:00
Charles Kerr a18f55d217 forgot an #include <sys/stat.h> 2008-07-11 04:11:22 +00:00
Charles Kerr b37a2cfa23 (1) add clutch to the tarball.
(2) on autoconf-based installs, install the clutch files in $(datadir)/transmission/web
(3) new function tr_getClutchDir().  Default implementation follows the XDG spec.
2008-07-11 04:07:14 +00:00
Charles Kerr 2a1f6c8923 add the rest of Clutch to m0k.org's svn 2008-07-10 23:57:46 +00:00
Charles Kerr f2022675bd initial import of the clutch-rpc branch 2008-07-10 23:40:28 +00:00
Charles Kerr 45a216bdc2 (daemon) let file download flags and priorities be set by transmission-remote. Add examples to the man page and --help.
(libT) minor tweaks to tr-getopt
(gtk) tweak the preference dialog's "port forwarding" text for clarity as suggested in the forums
2008-07-10 20:59:15 +00:00
Charles Kerr b36d3f6d35 (daemon) remote: clarify the % done vs. % verified a bit. Thanks to feedback from andersos 2008-07-10 19:22:49 +00:00
Charles Kerr 35d9c9b1c5 (daemon) in remote's `info' feature, bound the verified & download progress from [0..100] instead of [0..1] 2008-07-10 18:16:21 +00:00
Charles Kerr ba80e4c2d0 (daemon) in remote's "info" feature, separate "progress" into "recheck progress" and "download progress". 2008-07-10 17:19:43 +00:00