summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Throw CommonException AccessDenied if we didn't get access to the file,Chris Wilson2007-01-15
* Add a new logging level, NOTICE, between INFO and WARNING (justification:Chris Wilson2007-01-15
* Detect reparse points and change the device number (refs #3)Chris Wilson2007-01-15
* Spacing (refs #3)Chris Wilson2007-01-14
* Don't do things with essential side effects inside ASSERT() macros Chris Wilson2007-01-14
* - Make sure timer is stopped before removing signal handler, otherwiseChris Wilson2007-01-14
* 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
* 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
* * 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
* Disable standard library memory leak debugging, as it causes hangs on FC2Chris Wilson2006-12-15
* Fix more deadlocks by minimising the amount of stuff that the signalChris Wilson2006-12-13
* 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
* Moved KeepAlive timer to BackupClientContext object.Chris Wilson2006-12-03
* Added a header file for including in test/bbackupd/testbbackupd.cpp and 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
* * Fix timer expiry calculation when timers expire in the pastChris 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
* Fix memory leak false alarms caused by static allocations.Chris Wilson2006-11-13
* Fixed control reaching end of non-void functions (refs #3)Chris Wilson2006-11-13
* Initialise memleak finder at the start of every program that uses Chris Wilson2006-11-13
* * Track memory leaks in allocations via the standard libraries, and 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
* Fixed typo.Chris Wilson2006-11-13
* Fix compile warnings (refs #3)Chris Wilson2006-11-06
* Protect against double initialisation of win32 timersChris Wilson2006-11-06
* Added generic timer support classChris Wilson2006-11-06
* Reinstate ifdefs around code that should be disabled on Win32 (fake fork()Chris Wilson2006-10-18
* Update description with another possible cause of this errorChris Wilson2006-10-18