Commit Graph

263 Commits

Author SHA1 Message Date
Erick Turnquist 2719372bc6 (trunk) #1497 Options to listen on specific network sockets 2009-04-15 21:05:58 +00:00
Charles Kerr a2edfc290f (trunk daemon) #1981: Setting ratio on the command-line doesn't work` 2009-04-14 14:24:57 +00:00
Charles Kerr 57f6e81dba (trunk daemon) #1983: Random port not working properly 2009-04-09 21:10:58 +00:00
Charles Kerr 6bcce280dc (trunk) back out the avahi patch 2009-04-05 17:34:34 +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
Mitchell Livingston aab0c1b87c #1969 separate picking a random port from choosing a random port at startup 2009-04-03 04:29:27 +00:00
Mitchell Livingston faa5d70c6f #1157 random port for daemon 2009-04-03 01:26:18 +00:00
Charles Kerr c3b24bc471 (trunk) modify tr_torrentParse() and tr_torrentNew() arguments s.t. they use the ctor's session instead of passing it in again. Allow a NULL session pointer for some cases of tr_torrentParse(). 2009-04-02 17:30:29 +00:00
Charles Kerr f4557fab8e (trunk) use tr_bencDict{Find,Add}Bool() where appropriate 2009-03-29 23:05:32 +00:00
Charles Kerr ea7c0b46bf (daemon) remove debugging printf 2009-03-27 12:03:41 +00:00
Charles Kerr b1fc4ed8c4 (trunk) #1950: Add off-peak hour bandwidth limiting to libtransmission, rpc 2009-03-25 19:18:00 +00:00
Charles Kerr 087b97cbd2 (daemon) fix incorrect #ifdef to get zlib compression working on rpc requests 2009-03-23 00:14:41 +00:00
Charles Kerr e037e58411 (trunk daemon): #1899: if the daemon isn't responding, timeout transmission-remote after 60 seconds. 2009-03-10 00:10:20 +00:00
Charles Kerr 93b3d1ad7e (trunk) #1881: promote tr_strratio() to libtransmission, so that its code doesn't have to be repeated in all the clients 2009-03-04 16:16:02 +00:00
Charles Kerr c30983ff96 (trunk daemon) #1881: Displayed ratio should be truncated, not rounded 2009-03-04 16:02:50 +00:00
Charles Kerr e47808c277 (trunk) #1608: Completed pieces bitfield in rpc 2009-03-02 05:48:32 +00:00
Charles Kerr b564fb2d7a oops, I left in the #undef WITH_INOTIFY that I was using to test the readdir() implementation... 2009-03-01 15:39:50 +00:00
Charles Kerr 05bc8472dc (trunk daemon) #1882: take KyleK's suggestion of using inotify when possible. As he writes, "the opendir() approach will basically prevent my NAS drives to go to standby." 2009-03-01 15:38:58 +00:00
Charles Kerr 8b722071fd (trunk daemon) another experiment: implement the watchdir with opendir() and readdir(), since those are available on every system we're on, even embedded ones... 2009-02-28 15:27:39 +00:00
Charles Kerr 09161120eb better configure-time checking for inotify & kqueue. 2009-02-28 14:43:37 +00:00
Charles Kerr 5876ad8acc (trunk daemon) experimental commit for part of #1483: adding a WatchDir to transmission-daemon. I don't know if this will work out because of (1) any possible C/C++ issues, and (2) maybe some embedded systems don't have inotify and/or kqueue? 2009-02-27 21:49:31 +00:00
Charles Kerr ec639cb34b (trunk daemon) #1833: sum-total line of speed up & down columns at the end of transmission-remote -l 2009-02-27 15:59:09 +00:00
Charles Kerr 852c61afe1 (trunk daemon) #1833: Sum-total line of speed Up and Down colums, at the end of the transmission-remote -l report 2009-02-25 18:06:57 +00:00
Charles Kerr 2c43c68306 (trunk daemon) #1819: Indicate torrent error in list 2009-02-23 03:26:01 +00:00
Charles Kerr d5411c14e8 (trunk daemon) #1843: status not shown anymore 2009-02-18 13:10:00 +00:00
Charles Kerr dfa9f075a4 (trunk daemon) #1819: indicate torrent error in transmission-remote -l 2009-02-18 02:24:12 +00:00
Charles Kerr 3f9a1d090b (trunk) #1787: add support for seeding ratio limiting in libtransmission 2009-02-13 18:23:56 +00:00
Charles Kerr ab765330ec (trunk libT) #1784: add .netrc support to transmission-remote 2009-02-10 16:22:59 +00:00
Charles Kerr ec113c60e1 (trunk libT) #1392: changing per-torrent peer limits via transmission-remote 2009-02-09 19:36:29 +00:00
Charles Kerr 7026258127 (trunk libT) #1800: Display glitch in "transmission-daemon -l" when all files in a torrent are disabled 2009-02-09 17:44:47 +00:00
Charles Kerr 6ebfd38630 (trunk libT) #1777: Size column in transmission-remote 2009-02-06 23:06:56 +00:00
Charles Kerr 4420112321 (trunk libT) #1777: apply turbo's transmissio-remote.2.diff patch for formatting the -l function a little better 2009-01-31 14:42:01 +00:00
Charles Kerr 7b3db49c76 (trunk libT) #1777: Size column in transmission-remote 2009-01-30 23:29:18 +00:00
Charles Kerr 00066f7a58 (trunk daemon) mention --session in the transmission-remote manpage 2009-01-30 18:14:45 +00:00
Charles Kerr 6a1c91b6ca (trunk) same as r7786, but in daemon & gtk too 2009-01-24 00:28:41 +00:00
Charles Kerr 61fd825e89 (trunk libT) #1723: View version with / from transmission-remote 2009-01-23 19:36:34 +00:00
Charles Kerr 082cf8c370 (trunk daemon) #1718: -f and -p? do not agree on first file index 2009-01-20 16:16:11 +00:00
Charles Kerr 69e013012f (trunk libT) annotate the help & man page to note that URLs are accepted by the --add argument 2009-01-18 15:27:12 +00:00
Charles Kerr 27cb7caf55 (trunk libT) In RPC, add general support for nonblocking methods, and specific support for adding a torrent via its URL and fetching it via curl without blocking. 2009-01-18 15:24:26 +00:00
Charles Kerr c512ca3f91 (trunk daemon) #1707: Show peer progress in --peers view 2009-01-17 16:44:16 +00:00
Charles Kerr f5ace9a71c (trunk daemon) #1704: --info and/or --files should show the download directory 2009-01-17 14:58:50 +00:00
Charles Kerr da1b8f03b2 (trunk daemon) #1671: transmission-remote --get option not including all files 2009-01-13 05:32:06 +00:00
Charles Kerr 390beb738b (trunk libT) #1619: remove an unnecessary preprocessor check 2009-01-12 20:01:37 +00:00
Charles Kerr fe816d8135 (trunk) update the GPL code's copyright dates 2009-01-10 23:09:07 +00:00
Charles Kerr 130a9111cf (trunk libT) handle the special-case tracker timestamps in "transmission-remote --info" 2009-01-10 14:23:58 +00:00
Charles Kerr 2eb9888db4 (trunk libT) fix getConfigDir() bug reported by wereHamster 2009-01-09 19:16:52 +00:00
Charles Kerr aae21f8a72 (trunk daemon) #1619: add __UCLIBC__ test based on feedback from irc user "Whoopie" 2008-12-31 13:51:25 +00:00
Charles Kerr 47bb6a0438 (trunk daemon) another patch from er13 for ticket #1618 2008-12-30 22:26:05 +00:00
Charles Kerr 6bec82d0a6 (trunk libT) have tr_bencSaveAsJSON() use an evbuffer 2008-12-30 22:07:39 +00:00
Charles Kerr 694a980348 (trunk daemon) #1618: patch from er13 to make transmission-daemon's encryption, port, and peer limit command-line arguments similar to transmission-remote's 2008-12-30 18:18:34 +00:00