summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
...
* 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
* 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
* Added debug tracing code for timers.Chris Wilson2006-11-28
* * Fix timer expiry calculation when timers expire in the pastChris Wilson2006-11-26
* Separate ReadPidFile() out from LaunchServer() in test code (refs #9)Chris Wilson2006-11-26
* Use gettimeofday() to increase accuracy of GetCurrentBoxTime() on Chris Wilson2006-11-23
* 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
* Fix compile warnings (refs #3)Chris Wilson2006-11-06
* Added generic timer support classChris Wilson2006-11-06
* 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
* Rename config.h.win32 to the new name, which will be auto-included byChris Wilson2006-10-16
* Compile fix. (refs #3)Chris Wilson2006-10-15
* * Add option to bbackupquery list command to show times in UTC or local timeChris Wilson2006-10-14
* * Added support for Win32 temporary filesChris Wilson2006-10-13
* * Use INVALID_HANDLE_VALUE instead of NULL to represent invalid file Chris Wilson2006-10-13
* (refs #3)Chris Wilson2006-09-03
* (refs #3)Chris Wilson2006-09-02
* (refs #3)Chris Wilson2006-09-02
* Disable all calls to set*id() on Win32 (doesn't work) (refs #3)Chris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* Add O_BINARY to default flags, since most files opened this way shouldChris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* Make FDGETLINE_BUFFER_SIZE big enough for one unicode character on Win32,Chris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* Disable intercept tests on Win32 as wellChris Wilson2006-08-31
* Revert to trunkChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04
* This is part 1 of a patch from James O'Gorman.Martin Ebourne2006-03-04
* Disable memory testing on Darwin -- order of destructors of static variables ...Ben Summers2006-02-21
* Update copyright notice, add SVN revision to distributed filesBen Summers2006-02-13