summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Check the return code from system commands in bbackupquery, and if notChris Wilson2008-04-09
* Reorganise includes in test main template.Chris Wilson2008-04-09
* Move test helper functions out-of-line to aid debugging by allowingChris Wilson2008-04-09
* Compile fix for progress bar changes.Chris Wilson2008-04-09
* Fix issue reported by MB of showing the same files in the report that were al...Kenny Millington2008-04-09
* Update bbreporter.py to newer version (oops!) and add GPLv3 LICENSE file.Kenny Millington2008-04-07
* First commit of bbreporter.pyKenny Millington2008-04-07
* Improve debugging when failing to create the large file for diff speedChris Wilson2008-04-05
* Fix memory leak in [2133] (merges [1944])Chris Wilson2008-04-05
* Convert UTF-8 to Unicode for logging in Windows Event Log, so thatChris Wilson2008-04-05
* Close process token in EnableBackupRights(), thanks Charles!Chris Wilson2008-04-05
* Command-line option fix from [1975]Chris Wilson2008-04-05
* Comment wrapping fix from [1958]Chris Wilson2008-04-05
* PCRE 7.x requires us to #define PCRE_STATIC to get the right symbolChris Wilson2008-04-05
* Make autoconf check for zlib.h and fail if we don't have it, merges Chris Wilson2008-04-04
* Undo mangling by tailorChris Wilson2008-04-04
* [hg-svn @ 30cb6d2b5a2f18881f50ce8df5f7bd9e429f9fbb]Chris Wilson2008-04-04
* [hg-svn @ 9203d99fcfd5a6c90994bda6397aa55d9ac64458]Chris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* 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