summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add missing files to manifest, required by configure (refs #3)Chris Wilson2007-01-14
* Fix building from distribution tarballs again (refs #3)Chris Wilson2007-01-14
* Don't do things with essential side effects inside ASSERT() macros Chris Wilson2007-01-14
* Be nice to rpm that doesn't like empty macros (refs #3)Chris Wilson2007-01-14
* Don't die on unreadable files (refs #3)Chris Wilson2007-01-14
* - Make sure timer is stopped before removing signal handler, otherwiseChris Wilson2007-01-14
* Support building from an unofficial tarball (from svn) by changingChris Wilson2007-01-13
* Rename makedistribution.pl to makedistribution.pl.in.Chris Wilson2007-01-13
* Ignore symlink permissions on Darwin, where they can't be set properlyChris Wilson2007-01-13
* Fix spelling (refs #3)Chris Wilson2007-01-13
* Convert Daemon class to new logging framework (refs #3)Chris Wilson2007-01-12
* Cosmetic spacing fixes (refs #3)Chris Wilson2007-01-12
* Always start by logging everything to syslog, even when running on the Chris Wilson2007-01-12
* Added logging of directory scans and excluded files. (refs #3)Chris Wilson2007-01-11
* Added a new config option, LogAllFileAccess, which will log access to every Chris Wilson2007-01-11
* Visual Studio 2005 compile fixes, thanks to Gary.Chris Wilson2006-12-29
* Belay that order, XO (partially revert patch [1229])Chris Wilson2006-12-29
* Compile fix for platforms without intercept capability (refs #3)Chris Wilson2006-12-29
* Don't redefine the built-in operators new and delete unnecessarily (refs #3)Chris Wilson2006-12-29
* Add missing include of <string> header (refs #3)Chris Wilson2006-12-29
* Change all logging to use the logging framework, as an example. (refs #3)Chris Wilson2006-12-16
* * Rename Loggers class to Logging, which looks nicer.Chris Wilson2006-12-16
* Initial implementation of the logging framework.Chris Wilson2006-12-16
* Added implementation of getopt from BSD (refs #3) (check license!)Chris Wilson2006-12-16
* Improved debugging when a path to a location doesn't exist or can't beChris Wilson2006-12-16
* Disable standard library memory leak debugging, as it causes hangs on FC2Chris Wilson2006-12-15
* Added missing Makefile.extra to link against bbackupd objects, so that Chris Wilson2006-12-14
* Fix more deadlocks by minimising the amount of stuff that the signalChris Wilson2006-12-13
* Compile fix: include std::string definition (refs #3)Chris Wilson2006-12-12
* Compile fix: include MemLeakFinder.h even on release builds (refs #3)Chris Wilson2006-12-12
* Fixed a race condition caused by rescheduling in signal handler (refs Chris Wilson2006-12-03
* Make the timer test reliable by using nanosleep() instead of sleep(), Chris Wilson2006-12-03
* Send keepalives when needed while scanning large directories (refs #3, Chris Wilson2006-12-03
* Moved KeepAlive timer to BackupClientContext object.Chris Wilson2006-12-03
* Added tests for keepalives while scanning large directories. (refs #3, Chris Wilson2006-12-03
* Log failure to rename ID map files. (refs #3)Chris Wilson2006-12-03
* Document that restore -d can be used to restore deleted files in any Chris Wilson2006-12-03
* Added a header file for including in test/bbackupd/testbbackupd.cpp and Chris Wilson2006-12-03
* Pass any command-line parameters from t-gdb to gdb (refs #3)Chris Wilson2006-12-03
* Search for dlfcn.h and dlsym() (needed for new intercept code) (refs #3, Chris Wilson2006-12-03
* Replace old-style setitimers for KeepAliveTime and MaximumDiffingTime Chris Wilson2006-11-28
* Added ability for delay intercepts to fire multiple times.Chris Wilson2006-11-28
* Added debug tracing code for timers.Chris Wilson2006-11-28
* Added a test for diff termination if MaximumDiffingTime is exceeded Chris Wilson2006-11-27
* * Fix timer expiry calculation when timers expire in the pastChris Wilson2006-11-26
* Added test for keepalives being sent (refs #9)Chris Wilson2006-11-26
* Catch any exceptions while handling a connection and report to user Chris Wilson2006-11-26
* * Try to kill any daemons left over from previous tests before running Chris Wilson2006-11-26
* Moved intercept code to a library module to allow it to be used by Chris Wilson2006-11-26
* Separate ReadPidFile() out from LaunchServer() in test code (refs #9)Chris Wilson2006-11-26