Charles Kerr
|
39c271388a
|
(trunk daemon) #3141 "Web client should be disabled by default" -- fix bug introduced by r10485 where some users could wind up starting a daemon that did not listen to RPC commands
|
2010-04-28 20:47:00 +00:00 |
Charles Kerr
|
aae8a8d202
|
(trunk) #3141 "Web client should be disabled by default" -- implemented in trunk for 2.0
|
2010-04-15 18:57:26 +00:00 |
Charles Kerr
|
e1607c8354
|
(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00
|
2010-03-17 19:23:03 +00:00 |
Charles Kerr
|
a1e4c093f4
|
(trunk daemon) #2970: "daemon writes 'closing daemon' to syslog after closing syslog" -- fixed in trunk for 1.92
|
2010-02-24 18:14:40 +00:00 |
Mitchell Livingston
|
c95104b0d9
|
replace a reference to "Clutch" to "web interface" in the daemon
|
2010-02-23 00:27:59 +00:00 |
Charles Kerr
|
8a949d0abf
|
(trunk daemon) fix error message typo reported by Longinus00
|
2010-02-19 05:40:19 +00:00 |
Charles Kerr
|
0ecee636d7
|
(trunk daemon) print a warning to stderr when tr_daemon() can't open /dev/null
|
2010-02-19 05:25:58 +00:00 |
Charles Kerr
|
ff2dd75d9f
|
(trunk daemon) #2890 "Add option to specify logfile in transmission-daemon" -- implemented for 1.90
|
2010-02-11 01:37:59 +00:00 |
Charles Kerr
|
0ea501355e
|
(trunk daemon) #2877 "Don't let the daemon launch if settings.json is corrupt" -- implemented in trunk for 1.90
|
2010-02-07 22:17:42 +00:00 |
Charles Kerr
|
b6c0fb31b1
|
(trunk daemon) #2875 "add incomplete-dir, dht, and seedratio options to daemon" -- committed to trunk for 1.90
|
2010-02-07 19:20:00 +00:00 |
Charles Kerr
|
a334b422c3
|
(trunk) remove unnecessary #includes
|
2010-01-28 13:33:40 +00:00 |
Charles Kerr
|
5decc9ffb1
|
(trunk) add a log message telling the user which configDir is being used and whether or not its settings.json was used
|
2010-01-12 16:43:37 +00:00 |
Charles Kerr
|
5c26afdb52
|
happy new year!
|
2010-01-04 21:00:47 +00:00 |
Charles Kerr
|
66983ddc70
|
(trunk libT) sync the tr_wait_msec() calls in daemon/ and cli/
|
2010-01-01 22:40:54 +00:00 |
Charles Kerr
|
78ead8c3dd
|
(trunk) update the copyright notices
|
2009-12-05 02:19:24 +00:00 |
Charles Kerr
|
9f347f8df1
|
(trunk) #2119 "daemon should reload settings.json on SIGHUP" -- reload the blocklists, too. Suggested by nano- in irc.
|
2009-12-01 00:07:18 +00:00 |
Charles Kerr
|
08fea5612f
|
(trunk daemon) yet another commit for #2119 "daemon should reload settings.json on SIGHUP
|
2009-10-29 23:18:53 +00:00 |
Charles Kerr
|
57bfbaabc6
|
(trunk daemon) #2119: add 'break' to the SIGHUP switch
|
2009-10-27 16:46:06 +00:00 |
Charles Kerr
|
39ba9bbbba
|
(trunk) add SIGKILL handling to daemon, gtk clients. This is revision of r9387 for #2119
|
2009-10-24 16:18:40 +00:00 |
Charles Kerr
|
37aaf66d4e
|
(trunk) #2527: daemon should log messages to syslog
|
2009-10-23 05:00:16 +00:00 |
Charles Kerr
|
c85ee09fef
|
(trunk) trunk's just been too stable lately. #2119: reload settings.json on SIGHUP
|
2009-10-23 03:41:36 +00:00 |
Charles Kerr
|
bf1a544939
|
(trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source
|
2009-08-12 14:40:32 +00:00 |
Erick Turnquist
|
4a74674da2
|
(trunk daemon) fix usage typo
|
2009-07-10 18:52:31 +00:00 |
Charles Kerr
|
9238fb0299
|
(trunk) #2131: clean up benc read/write API
|
2009-06-02 01:48:48 +00:00 |
Charles Kerr
|
1c3f3acbca
|
(trunk) add an option to the JSON generator to disable the human-readable indentations. Keep indenting the data files such as settings.json, but don't indent the messages used for RPC. This cuts the cost of deflate()ing those RPC messages by about 80%...
|
2009-05-16 05:51:52 +00:00 |
Charles Kerr
|
27bcce628c
|
(trunk daemon) add --paused argument to pause all on startup
|
2009-05-13 19:58:04 +00:00 |
Erick Turnquist
|
2719372bc6
|
(trunk) #1497 Options to listen on specific network sockets
|
2009-04-15 21:05:58 +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
|
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
|
61fd825e89
|
(trunk libT) #1723: View version with / from transmission-remote
|
2009-01-23 19:36:34 +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
|
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 |
Charles Kerr
|
f540aab690
|
(trunk daemon) #1642: fix bug in auth & no-auth command-line options
|
2008-12-30 01:55:43 +00:00 |
Charles Kerr
|
8d8407baa1
|
(trunk daemon) #1619: tm-daemon: daemon mode fails on mipsel
|
2008-12-26 01:36:32 +00:00 |
Charles Kerr
|
2a3142bf50
|
(trunk daemon) #1619: fix noclose error in our fallback implementation of daemon()
|
2008-12-25 22:06:48 +00:00 |
Charles Kerr
|
ff1fddbadc
|
(trunk daemon) fix daemon connectivity error introduced in r7366
|
2008-12-16 15:27:07 +00:00 |
Charles Kerr
|
9594112d27
|
updated email address
|
2008-12-16 00:20:44 +00:00 |
Charles Kerr
|
e56643d7e7
|
(trunk daemon) added --dump option to dump the settings to stderr and exit.
|
2008-12-14 01:22:06 +00:00 |
Charles Kerr
|
6b0d98a695
|
(trunk) #1559: Simplify tr_sessionInitFull
|
2008-12-13 23:17:36 +00:00 |
Charles Kerr
|
6924741843
|
(trunk daemon) #1583: daemon ignores IP address whitelist
|
2008-12-10 19:00:19 +00:00 |
Charles Kerr
|
a1cd6d85dc
|
(libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers.
|
2008-11-24 20:17:36 +00:00 |