summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
...
* We now have pcreposix.h instead of regex.h, at least if you follow theChris Wilson2007-07-26
* Don't #include sys/time.h unless our platform has it, thanks Gary.Chris Wilson2007-07-26
* Typo compile fix.Chris Wilson2007-07-26
* Warn if an exception is thrown, with line number, as this shouldn't beChris Wilson2007-07-26
* Add missing #include <errno.h>, thanks Tobias.Chris Wilson2007-06-03
* Add missing #include <errno.h>, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
* Compile fix, thanks to Matt Brown (refs #3)Chris Wilson2007-05-02
* Remove newline from end of banner text, since logging framework will addChris Wilson2007-04-28
* Add a stream which logs progress of reading data from another (child)Chris Wilson2007-04-28
* Keep a copy of the program name, in case the original goes away, whichChris Wilson2007-04-28
* 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