summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing space in trace output.Chris Wilson2008-04-04
* Remove uses of obsolete TRACE macros in tests.Chris Wilson2008-04-04
* Make usage output (from bbstoreaccounts info and bbackupquery usage)Chris Wilson2008-04-03
* Fix a bug where trying to log a variable called "line" would log the addressChris Wilson2008-03-30
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* No need to save errno any more.Chris Wilson2008-03-29
* Close after logging socket error, so that we don't lose errno.Chris Wilson2008-03-29
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Reduce log level of message from server child from WARNING to NOTICE, asChris Wilson2008-03-28
* Correct sysconfdir and localstatedir as they weren't doing what they were sup...James O'Gorman2008-03-25
* * Update man sectionsJames O'Gorman2008-03-19
* Run daemons quietly (with -K) in tests under Windows.Chris Wilson2008-03-13
* Add the -K option to Daemons on Windows to keep them quiet even though Chris Wilson2008-03-13
* Use logging framework rather than printf to log when messages are sent Chris Wilson2008-03-13
* Remove \r from test output so that PASSED tests are correctly detected Chris Wilson2008-03-13
* Fix missing space before bbstored_args in test to make them work Chris Wilson2008-03-13
* Fix compile error.Chris Wilson2008-03-13
* Ignore ERR_NO_DATA while writing to control socket on Windows, as it Chris Wilson2008-03-13
* Disable WSACleanup() in bbackupquery as I get an abnormal program Chris Wilson2008-03-01
* Only log daemon banner to syslog, not to console, as this is probably Chris Wilson2008-03-01
* Add support for logging just to syslog (not console) at a given Chris Wilson2008-03-01
* Fix some mistakes in the cross-compile document, suggest a better way to Chris Wilson2008-03-01
* Fix multiple connections to server (not supported on Windows) in test Chris Wilson2008-03-01
* Workaround for (buggy?) gcc not finding inherited Main method on Chris Wilson2008-03-01
* Flush standard output when finishing test, useful on Windows where it Chris Wilson2008-03-01
* Disable another symlink test on Win32.Chris Wilson2008-03-01
* Delete bbstored PID file after killing the daemon on Windows, as the Chris Wilson2008-03-01
* Woops, forgot to substitute sbindir_expanded.James O'Gorman2008-02-28
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
* Don't try to define our own dirfd() macro on platforms where interceptionChris Wilson2008-02-25
* Disable -P option and showing PID in Logging on Windows.Chris Wilson2008-02-22
* Correct typo in the NotifySysadmin.sh generationJames O'Gorman2008-02-12
* Improve error messages when loading SSL key files fails.Chris Wilson2008-02-07
* Compile fix to [2086].Chris Wilson2008-02-01
* Add help text on test failures, thanks to Stuart Hickinbottom.Chris Wilson2008-02-01
* Always add file size to timestamp in release mode, to help caching workChris Wilson2008-01-31
* Use logging framework for streaming messages.Chris Wilson2008-01-31
* Add a sleep after every access to the read-only connection, to ensure thatChris Wilson2008-01-31
* Add support for verbosity control in tests.Chris Wilson2008-01-31
* Add support for microsecond timestamps and PID logging on console logChris Wilson2008-01-31
* Add support for nanosecond timestamps in struct stat on Linux.Chris Wilson2008-01-31
* Add object cache debugging traces to bbstored.Chris Wilson2008-01-31
* Fix for sysconfdir and localstatedir options to configureJames O'Gorman2008-01-29
* Set the default localstatedir to /var/run, which is probably more commonChris Wilson2008-01-29
* Update version on MSVC config.Chris Wilson2008-01-29
* Update contributed scripts to use autoconf substitution for theChris Wilson2008-01-29
* Change the location of contrib files out of distribution/boxbackup.Chris Wilson2008-01-29
* Make the parcel install scripts use $DESTDIR from the environment, toChris Wilson2008-01-29
* Use @sysconfdir_expanded@ as default location for configuration files,Chris Wilson2008-01-28