summaryrefslogtreecommitdiff
path: root/lib/server
Commit message (Expand)AuthorAge
* Fix compile error.Chris Wilson2008-03-13
* Ignore ERR_NO_DATA while writing to control socket on Windows, as it Chris Wilson2008-03-13
* Only log daemon banner to syslog, not to console, as this is probably Chris Wilson2008-03-01
* Workaround for (buggy?) gcc not finding inherited Main method on Chris Wilson2008-03-01
* Disable -P option and showing PID in Logging on Windows.Chris Wilson2008-02-22
* Improve error messages when loading SSL key files fails.Chris Wilson2008-02-07
* Use logging framework for streaming messages.Chris Wilson2008-01-31
* 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
* Report reason why killing a process failed.Chris Wilson2007-12-15
* Make ExtendedLogging use the logging framework so that we can viewChris Wilson2007-12-04
* Slightly improve output from waiting methods.Chris Wilson2007-12-02
* Fix getopt reset for solaris and maybe other platforms. SeeChris Wilson2007-11-07
* Receiving a connection is not an error.Chris Wilson2007-11-04
* Compile fix for MSVC (Gary) (merges [1861])Chris Wilson2007-10-17
* Add "-h" and "/?" options to display usage in Daemon.Chris Wilson2007-10-17
* Make Main(), GetOptionString() and ProcessOption virtual so that theyChris Wilson2007-10-17
* Report more useful error messages on connect() failure on Windows. 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
* Added function to set the named pipe name, for use by any test which Chris Wilson2007-10-17
* Don't disable logging on Win32 console. (merges [1834])Chris Wilson2007-10-17
* Prepend the system-required prefix to the named pipe name from theChris Wilson2007-10-17
* Fix wrong comments, thanks to Nestor Arocha Rodriguez.Chris Wilson2007-10-08
* Win32 compile fix (logging framework abuse). (merges [1810])Chris Wilson2007-09-07
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* 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
* Log reasons for failure to connect to a socket.Chris Wilson2007-06-28
* 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
* Don't fork to handle requests when running as a single process (veryChris Wilson2007-04-28
* 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
* Ignore attempts to listen on a Unix socket on Win32, so that we can shareChris Wilson2007-04-22
* Add -V option, which sets maximum verbosity in one go.Chris Wilson2007-04-22
* Compile fix, always include Test.h (refs #3)Chris Wilson2007-04-21
* Don't log errors or throw exceptions when we get ERROR_NO_DATA, which justChris Wilson2007-04-20
* Improve logging of pipe errors by including the error message. (refs #3,Chris Wilson2007-03-24
* Reduce default logging level in debug builds from TRACE back down to INFO,Chris Wilson2007-03-24
* Use logging framework to reduce noise for those who don't want itChris Wilson2007-03-24
* Change named pipe from message to byte mode. Thanks to Charles LeckliderChris Wilson2007-03-24
* Use memmove() for overlapping source and destination buffer. Thanks toChris Wilson2007-03-24
* Reinitialise the OVERLAPPED structure each time we start a new overlappedChris Wilson2007-03-24