summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Catch exceptions from BackupClientFileAttributes::ReadAttributesChris Wilson2008-12-05
* Add BOX_LOG_NATIVE_ERROR and BOX_LOG_NATIVE_WARNING macros, which callChris Wilson2008-12-05
* Allow exceptions to contain a message string.Chris Wilson2008-12-05
* Reformat ASSERT macro for readability.Chris Wilson2008-12-05
* Grammar fix in SSL error message when SSL library initialisation fails.Chris Wilson2008-12-05
* Reduce severity of some log messages about notifying systemChris Wilson2008-12-01
* Fix the use of an unreasonably short type as the temporary storageChris Wilson2008-12-01
* Fix missing parentheses on stored file ID messages.Chris Wilson2008-12-01
* Add support for using the logging framework to log (most) bbackupqueryChris Wilson2008-11-30
* Fix support for O_APPEND on files opened with openfile() on Windows.Chris Wilson2008-11-30
* Compile fix and log the error number recorded by winerrno, notChris Wilson2008-11-30
* Log the Windows error code if openfile() fails on Windows, asChris Wilson2008-11-30
* openfile() stores its Windows error code (from GetLastError() orChris Wilson2008-11-30
* Cygwin/MinGW getopt no longer seems to have optreset, so now would beChris Wilson2008-11-30
* Fix docs Makefile on non-BSD systems.James O'Gorman2008-11-24
* Fix permissions on restored files after test, so that test buildChris Wilson2008-11-24
* Hook the man pages into the build/install system. Man pages are now included ...James O'Gorman2008-11-23
* * Add OS X plists to the distributionJames O'Gorman2008-11-23
* Install plist files for OS XJames O'Gorman2008-11-22
* Allow use of literal paths in parcels.txt (i.e. files to be installed outside...James O'Gorman2008-11-22
* Autoconfify the OS X plist filesJames O'Gorman2008-11-22
* Fix typo in variable name.Chris Wilson2008-11-15
* Fix NotifyScript syntax error reported by Roy.Chris Wilson2008-11-11
* Additional debugging for value format error reported by Scott McNee.Chris Wilson2008-11-11
* Add the WebManagementInterface to contribs.Chris Wilson2008-11-08
* Create directory for admin web interface. See WebManagementInterface.Chris Wilson2008-11-08
* Update distribution manifest to include the DocBook XML sources, as requested...James O'Gorman2008-11-02
* Fix test for slight change to logging format.Chris Wilson2008-10-29
* Use the same ostringstream formatting for protocol logging to fileChris Wilson2008-10-29
* Revert incorrectly committed file.Chris Wilson2008-10-29
* Use the same ostringstream formatting for protocol logging to fileChris Wilson2008-10-29
* Update distribution generator.James O'Gorman2008-10-27
* Use $PERL instead of perl in configure.acJames O'Gorman2008-10-27
* Silence warnings from openbsd gcc by using strncpy instead of strcpy.Chris Wilson2008-10-26
* Reverse the test for __syscall(), remove the test for syscall(),Chris Wilson2008-10-26
* Don't include docs/ in the cleanup search.James O'Gorman2008-10-26
* Ignore generated Windows installer file.James O'Gorman2008-10-26
* * Create man pages in man/ instead of man-pages/ (slightly more standard loc...James O'Gorman2008-10-26
* Check whether HAVE_UCRED_H is defined, not whether its value is 1.Chris Wilson2008-10-24
* Add missing #include <errno.h>, needed by FreeBSD and Solaris at least.Chris Wilson2008-10-24
* Report the filename that failed when various file attribute syscallsChris Wilson2008-10-21
* Remove unused and wrong default path for accounts database.Chris Wilson2008-10-18
* Create destination directory before installing into it, as requestedChris Wilson2008-10-18
* Fix compile errors on Debian Lenny, reported by Torsten.Chris Wilson2008-10-17
* Fix warning about converting string constant to char * on debian lenny.Chris Wilson2008-10-17
* Update bbackupquery man page for new -m option for the usage command.James O'Gorman2008-10-17
* Add -m option to bbackupquery usage command for machine-readable output.Chris Wilson2008-10-16
* - fix issue with log format change, but stay backwards compatible.Kenny Millington2008-10-13
* Ensure that _FILE_OFFSET_BITS is defined before testing its value.Chris Wilson2008-10-11
* FreeBSD is very strict about vararg types and aborts at runtime ifChris Wilson2008-10-11