summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fixed typo.Chris Wilson2006-11-13
* Force glibc to use new/delete to allocate memory and disable its Chris Wilson2006-11-13
* Added tests for timers with zero interval, which should never expire Chris Wilson2006-11-13
* Fix scoping to ensure that objects which allocate memory via the 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
* Compile fixChris Wilson2006-11-06
* Remove double initialisation of winsock library. (refs #3)Chris Wilson2006-10-27
* Remove double initialisation (now done in Chris Wilson2006-10-27
* Catch exceptions from BackupStoreDaemon::Run and log them without killingChris Wilson2006-10-18
* Reinstate #ifdefs on Win32. (refs #3)Chris Wilson2006-10-18
* 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
* Wait longer for server to die in KillServer (takes about 5 seconds on Chris Wilson2006-10-18
* Add a new CommonException type, AccessDenied (very useful for debuggingChris Wilson2006-10-16
* Set the filename to "HANDLE" under Win32 when initialising from anChris Wilson2006-10-16
* Match case-insensitively on Win32. (refs #3)Chris Wilson2006-10-16
* Fix memory corruption when the number of not-leaks exceeds the table size.Chris Wilson2006-10-16
* Use BoxConfig-MSVC.h and BoxVersion.h when compiling with MSVC. (refs #3)Chris Wilson2006-10-16
* Use more accurate sleeps in poll() to ensure that we don't end up busyChris Wilson2006-10-16
* Use -1 for INVALID_SOCKET_HANDLE to ensure that it's always less than zero,Chris Wilson2006-10-16
* Implement LocalProcessStream on Win32. (refs #3)Chris Wilson2006-10-16
* Use overlapped I/O to avoid blocking.Chris Wilson2006-10-16
* Add new return codes from BackupClientRestore for use on Win32. (refs #3)Chris Wilson2006-10-16
* Delete existing entries to allow reuse of a BackupStoreDirectory object.Chris Wilson2006-10-16
* Remove #ifdefs around geteuid(), re-enable use of fake version under Win32Chris Wilson2006-10-16
* Undefine fstat() so that we get the Win32 POSIX version, instead of ourChris Wilson2006-10-16
* Added a script to determine the build version on Win32 MSVC. (refs #3)Chris Wilson2006-10-16
* Updated MSVC project files. (refs #3)Chris Wilson2006-10-16
* Improved debugging when creation of sparse files fails. (refs #3)Chris Wilson2006-10-16
* Rename config.h.win32 to the new name, which will be auto-included byChris Wilson2006-10-16
* Add test/bbackupd/testfiles/syncallowscript.pl to the list of Perl filesChris Wilson2006-10-16
* Different check for have_regex_h (the old one doesn't seem to work on MinGW).Chris Wilson2006-10-16
* Don't check for AC_HEADER_DIRENT on any mingw32 platform. (refs #3)Chris Wilson2006-10-16
* Don't check for nanosleep, random device, or flock/F_SETLK on any mingw32Chris Wilson2006-10-16
* Change test for return code 3 back to 2, until or unless the bbackupqueryChris Wilson2006-10-15
* Revert patch [825] (mostly).Chris Wilson2006-10-15
* Revert patch [862] (refs #3)Chris Wilson2006-10-15
* Copy our template config.h to BoxConfig.h when compiling with MSVC. Chris Wilson2006-10-15