summaryrefslogtreecommitdiff
path: root/lib/server/Daemon.cpp
Commit message (Expand)AuthorAge
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Add command-line help to test executables.Chris Wilson2015-06-10
* Replace sprintf() with snprintf(), fixes compile warnings on OpenBSD.Chris Wilson2014-12-22
* Fix compile errors on Windows, thanks to Kai Liebenau for the patch.Chris Wilson2014-11-16
* Add option to truncate log file at start of every backup.Chris Wilson2014-11-16
* Improve exception message if a Daemon is used without being configured firstChris Wilson2014-09-18
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Refactor logging option processing out of Daemon class.Chris Wilson2014-04-09
* Fix getopt header confusion.Chris Wilson2013-09-30
* Set process title on Windows.Chris Wilson2013-08-25
* Fix typo.Chris Wilson2012-06-07
* Split option processing out of Daemon::Main() to ease use of Daemon class in ...Chris Wilson2012-01-22
* Avoid recompiling everything on MSVC when BoxVersion.h changes.Chris Wilson2011-10-25
* Link lib/server with qdbm and include the QDBM version in the daemon banner.Chris Wilson2011-04-22
* Include <process.h> to get a definition for getpid() from the Windows CRT,Chris Wilson2011-04-20
* Pass a C++ string instead of a char pointer for efficiency.Chris Wilson2011-03-27
* Finish enabling the file logging option for daemons.Chris Wilson2010-11-17
* Add log file logging to all daemons.Chris Wilson2010-11-17
* Fix compile on Debian Squeeze with libbsd-dev and libedit-dev installed,Chris Wilson2010-09-13
* Log the invalid log level.Chris Wilson2010-08-31
* Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with Chris Wilson2010-06-06
* Include missing Utils.h header, needed for FileExists().Chris Wilson2009-04-09
* Change default location for config files from /etc/box to Chris Wilson2009-04-09
* 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