summaryrefslogtreecommitdiff
path: root/lib/server/Daemon.cpp
Commit message (Expand)AuthorAge
* Hopefully fix compile error reported by Mirko on cross-compiler.Chris Wilson2009-03-29
* Add ability to specify a named log facility for syslog loggins, Chris Wilson2009-03-24
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Remove -K option which now does nothing on Windows.Chris Wilson2008-10-03
* Set console and syslog logging levels rather than global logging level,Chris Wilson2008-09-26
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Only set spDaemon in Daemon::Main, to allow Boxi to have a BackupDaemon Chris Wilson2008-08-21
* Really enable PID logging on Windows.Chris Wilson2008-08-03
* Enable logging of PID on Windows.Chris Wilson2008-08-03
* Move loading configuration into a separate method.Chris Wilson2008-05-28
* Command-line option fix from [1975]Chris Wilson2008-04-05
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* 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