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

5466 commits

Author SHA1 Message Date
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
Charles Kerr
e7d0da55c4 (daemon) #1078: possible fix... reuse the -l's "state" code for -i 2008-07-10 17:07:12 +00:00
Charles Kerr
1b8435aa02 (1) remote: fix bug with specifying torrent id for file list.
(2) very minor cleanup
2008-07-10 14:20:36 +00:00
Charles Kerr
7ea35b8afa (libT) avoid collisions between short & long getopts 2008-07-09 19:39:40 +00:00
Charles Kerr
f5dbaca440 (gtk) #562: No error message when opening broken torrent file 2008-07-09 16:33:00 +00:00
Charles Kerr
54f3b36911 fix r6307 typo 2008-07-09 15:53:26 +00:00
Charles Kerr
1010c9d35b (libT) let tr_getopt() support short options' arguments to be embedded, such as -p51413 2008-07-09 15:39:53 +00:00
Charles Kerr
7dcbfaf91b code cleanup 2008-07-09 15:31:35 +00:00
Charles Kerr
30c9223295 (daemon) fix bug in the --list command's ratio display 2008-07-09 15:16:43 +00:00
Charles Kerr
99f1bdee28 add libnatpmp's new header "declspec.h" to svn 2008-07-09 02:56:40 +00:00
Charles Kerr
0dba07197c Update to the 20080707 version of libnatpmp and the 20080703 version of miniupnpc 2008-07-09 02:51:29 +00:00
Charles Kerr
d8c37fba58 code cleanup 2008-07-09 01:48:29 +00:00
Charles Kerr
ab5fe51e00 (gtk) partial fix for #562: No error message when opening broken torrent file 2008-07-08 21:08:20 +00:00