summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Add missing newlines to protocol logging to a file (refs #9)Chris Wilson2006-11-26
* * Allow Daemons to be created more than once per processChris Wilson2006-11-26
* Use gettimeofday() to increase accuracy of GetCurrentBoxTime() on Chris Wilson2006-11-23
* Add ExtendedLogFile option to bbackupd config (refs #9)Chris Wilson2006-11-14
* Don't try to write to the interprocess socket if it's not open (refs #3)Chris Wilson2006-11-13
* Properly revert [1096] (refs #3)Chris Wilson2006-11-13
* Revert [1096] as it causes infinite loops if the listening socket Chris Wilson2006-11-13
* Fix memory leak false alarms caused by static allocations.Chris Wilson2006-11-13
* Initialise timers in all unit tests (refs #9)Chris Wilson2006-11-13
* Initialise memory leak finder in all unit tests (refs #3)Chris Wilson2006-11-13
* Fixed control reaching end of non-void functions (refs #3)Chris Wilson2006-11-13
* Initialise cross-platform timers on all platforms, remove win32-specific Chris Wilson2006-11-13
* Initialise memleak finder at the start of every program that uses Chris Wilson2006-11-13
* Fix memory leak false alarms caused by modifying static objects (refs #3)Chris Wilson2006-11-13
* * Track memory leaks in allocations via the standard libraries, and Chris Wilson2006-11-13
* Fixed typo.Chris Wilson2006-11-13
* Setup MAINHELPER as early as possible, and clear it as late as possible, Chris Wilson2006-11-13
* openlog inside MAINHELPER block, to ensure that any memory leaks will be Chris Wilson2006-11-13
* Use a static pointer rather than a static object, to allow it to be Chris Wilson2006-11-13
* Free backtrace strings even in debug mode by suppressing warnings from Chris Wilson2006-11-13
* Declare MEMLEAKFINDER_INIT and MEMLEAKFINDER_NO_LEAKS macros which Chris Wilson2006-11-13
* Fixed typo (refs #3)Chris Wilson2006-11-13
* Fix memory leak when TLSContext is reinitialised (refs #3)Chris Wilson2006-11-13