summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
* Fix inability to handle streams over 2GB properly. (refs #3)Chris Wilson2007-04-28
* Add a stream which provides a source of zero bytes of arbitrary size,Chris Wilson2007-04-28
* Merge [1566] from chris/general:Chris Wilson2007-04-22
* Compile fix for Win32, where no localtime_r is available and localtimeChris Wilson2007-04-22
* Display file and line where memory leak test failed. (refs #3)Chris Wilson2007-04-22
* Add options to log timestamps, and a custom tag, with each message toChris Wilson2007-04-22
* Use logging framework to log stack traces from exceptions. (refs #3)Chris Wilson2007-04-22
* Use logging framework to log exceptions. (refs #3)Chris Wilson2007-04-22
* Declare global std::string variables that hold extra arguments forChris Wilson2007-04-22
* Fix unix path to bbstored (refs #3)Chris Wilson2007-03-25
* Compile fix to [1448] (refs #3)Chris Wilson2007-03-24
* Fix header include order. (refs #3, merges [1446])Chris Wilson2007-03-24
* Use logging framework to remove timer noise for those who don't want it.Chris Wilson2007-03-24
* Trivial code simplification. (refs #3, merges [1444])Chris Wilson2007-03-24
* Fix compilation error reported by Torsten Boob (refs #3)Chris Wilson2007-03-24
* Move lib/common/ServerControl.h to lib/server where it belongs, sinceChris Wilson2007-03-22
* Flush stdout when writing to it (refs #3)Chris Wilson2007-03-22
* Remove #ifdefs, no longer required (refs #3, merges [1418])Chris Wilson2007-03-10
* Win32 compile fixes (no gettimeofday(), no signal()) (refs #3)Chris Wilson2007-03-10
* Throw an assertion error if a NULL timer is added (refs #3, merges [1367])Chris Wilson2007-03-10
* Report file and line of memory leak test failures (refs #3, merges [714])Chris Wilson2007-03-10
* Moved SendCommands(), HUPServer(), KillServer() to lib/server/ServerCommands.h.Chris Wilson2007-03-10
* Record the file and line of first test failure (refs #3, merges [593])Chris Wilson2007-03-08
* Win32 compile fixChris Wilson2007-03-05
* Add logging in remaining places where Common OSFileOpenError can be thrown.Chris Wilson2007-03-05
* Add logging in remaining places where Common OSFileOpenError can be thrown.Chris Wilson2007-03-05
* Update to match new recommended installation of pcreposix.h as regex.h.Chris Wilson2007-03-04
* Add logging in remaining places where Common OSFileOpenError can be thrown.Chris Wilson2007-03-04
* Watch out for our leak tracking data being destroyed and don't crash whenChris Wilson2007-03-04
* Declare that we have O_BINARY but not <sys/types.h> for MSVCChris Wilson2007-03-04
* Improve error message when server fails to start (refs #3)Chris Wilson2007-01-21
* Moved MakeFullPath into its own library file so that we can share itChris Wilson2007-01-17
* Added a BufferedStream class that can be wrapped around an IOStream to Chris Wilson2007-01-17
* Automatically initialise logging at startup, with a static object, to logChris Wilson2007-01-16
* Check for exclude entries that end in a path separator, and log a warningChris Wilson2007-01-16
* 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
* 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
* Cosmetic spacing fixes (refs #3)Chris Wilson2007-01-12
* 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
* 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