summaryrefslogtreecommitdiff
path: root/lib/server/Daemon.cpp
Commit message (Expand)AuthorAge
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Add the -K option to Daemons on Windows to keep them quiet even though Chris Wilson2008-03-13
* Only log daemon banner to syslog, not to console, as this is probably Chris Wilson2008-03-01
* Disable -P option and showing PID in Logging on Windows.Chris Wilson2008-02-22
* Add support for microsecond timestamps and PID logging on console logChris Wilson2008-01-31
* Print the path of the current/default configuration file in usage.Chris Wilson2008-01-05
* Fix getopt reset for solaris and maybe other platforms. SeeChris Wilson2007-11-07
* Add "-h" and "/?" options to display usage in Daemon.Chris Wilson2007-10-17
* Compile fix. (merges [1850])Chris Wilson2007-10-17
* Refactor out command-line option processing, so that it can be extendedChris Wilson2007-10-17
* Don't disable logging on Win32 console. (merges [1834])Chris Wilson2007-10-17
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Use a signed int instead of char for getopt, thanks Martin. (refs #3)Chris Wilson2007-07-05
* Make char signed to fix getopt usage on ARM and PowerPC, thanks to TBP andChris Wilson2007-07-04
* More debugging.Chris Wilson2007-07-03
* Hopefully work around buggy getopt implementation noted by TBP inChris Wilson2007-07-03
* Add extra debugging to help find out why getopt is behaving weirdlyChris Wilson2007-06-30
* Add a new -F option for daemons, which runs in the foreground but stillChris Wilson2007-06-28
* Get it right this time.Chris Wilson2007-06-04
* Hopefully reset getopt in a way that's compatible with BSD and GLIBC,Chris Wilson2007-06-04
* Initialise mSingleProcess flag to false (oops!) (refs #3)Chris Wilson2007-04-29
* Remove comments accidentally left in [1591]. (refs #3)Chris Wilson2007-04-28
* Make Daemon remember whether we're supposed to run in a single process,Chris Wilson2007-04-28
* Add -V option, which sets maximum verbosity in one go.Chris Wilson2007-04-22
* Reduce default logging level in debug builds from TRACE back down to INFO,Chris Wilson2007-03-24
* Log at trace level by default in debug builds (refs #3)Chris Wilson2007-03-22
* Compile fix for RHEL4 ([NICK]) (refs #3)Chris Wilson2007-01-16
* Add option parsing with getopt()Chris Wilson2007-01-15
* Spacing (refs #3)Chris Wilson2007-01-14
* Convert Daemon class to new logging framework (refs #3)Chris Wilson2007-01-12
* * Allow Daemons to be created more than once per processChris Wilson2006-11-26
* (refs #3)Chris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to dis...Ben Summers2006-02-13
* Merge chris/bb-save-state, resolving conflictsBen Summers2006-01-30
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
* Build under DarwinBen Summers2005-12-01
* Merged martin/solaris at r9 to trunkMartin Ebourne2005-11-30
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14