summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Demangle C++ names in backtrace on GCC using C++ ABI routines.Chris Wilson2008-05-28
* Move loading configuration into a separate method.Chris Wilson2008-05-28
* Add static Logging::GetNamedLevel() method to return a log level Chris Wilson2008-05-28
* Separate checks for file existing and file not empty.Chris Wilson2008-05-28
* Reformat for readability.Chris Wilson2008-05-28
* Add a GetMessage() method to Protocol objects to return a stringified Chris Wilson2008-05-28
* Move ServerControl functions out of line and into their own source file.Chris Wilson2008-05-28
* Initialise the exists variable and fix its type.Chris Wilson2008-05-28
* Add backtrace on exception in release builds.Chris Wilson2008-05-28
* Remove obsolete BackupStoreCheck::InsertObjectIntoDirectory class,Chris Wilson2008-05-06
* Fix O(n^2) algorithm to insert lost objects into a directory, which wouldChris Wilson2008-05-06
* Add restore -f option to force restore to continue after an error.Chris Wilson2008-05-05
* Fix typos in comments.Chris Wilson2008-05-04
* Fix typo.Chris Wilson2008-04-30
* Additional #includes, thanks to the T2 ProjectChris Wilson2008-04-18
* Add an error message giving the file name when an expected raidfileChris Wilson2008-04-09
* Reformat long line in CipherContext.cpp and fix a typo in comment.Chris Wilson2008-04-09
* Reformat long lines in BackupClientRestore.cpp for readability.Chris Wilson2008-04-09
* Move test helper functions out-of-line to aid debugging by allowingChris Wilson2008-04-09
* 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
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris 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
* Add the -K option to Daemons on Windows to keep them quiet even though 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
* 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
* Workaround for (buggy?) gcc not finding inherited Main method on Chris Wilson2008-03-01
* 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
* Improve error messages when loading SSL key files fails.Chris Wilson2008-02-07
* 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 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
* Update version on MSVC config.Chris Wilson2008-01-29
* Use @sysconfdir_expanded@ for default config file location.Chris Wilson2008-01-28
* Change the default sysconfdir to /etc.Chris Wilson2008-01-28