summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
* Use lstat() instead of stat() to check whether a file exists. Thanks toChris Wilson2007-11-05
* Allow ObjectExists() to take a std::string instead of just char *.Chris Wilson2007-11-04
* Make sync_and_wait() do what it's supposed to, not just force a sync.Chris Wilson2007-11-04
* Log an error if we fail to open the lockfile.Chris Wilson2007-11-04
* Move sync helper functions from test/bbackupd to Test.h to share withChris Wilson2007-11-04
* sigemptyset() is a macro on OSX 10.3, so don't prepend ::Chris Wilson2007-11-03
* Bite the bullet and use sigaction() instead, since [1803] shows thatChris Wilson2007-10-22
* Make detailed timer debugging work on Windows as well.Chris Wilson2007-10-17
* Remove default pipe name to prevent applications from using it. (merges Chris Wilson2007-10-17
* Fix double backslashesChris Wilson2007-10-08
* Revert to decimal properly, and also after logging an Object ID.Chris Wilson2007-10-08
* Log the name of missing configuration keys before throwing exception.Chris Wilson2007-10-08
* Revert from hex to decimal default format after logging an account number.Chris Wilson2007-10-08
* Compile fix.Chris Wilson2007-09-23
* Fix compiler warning. (merges [1820], [1821])Chris Wilson2007-09-07
* Format account number properly (8 hex digits).Chris Wilson2007-09-01
* Use sigset() instead of signal() to ensure that SysV systems (like Solaris)Chris Wilson2007-09-01
* Convert most printf() and fprintf() calls to use logging frameworkChris Wilson2007-08-02
* Undo removal of syslog() header, still needed in this file.Chris Wilson2007-08-02
* Replace almost all calls to syslog() with logging framework. (refs #3)Chris Wilson2007-07-31
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Make Configuration take a std::string filename instead of a char array,Chris Wilson2007-07-26
* Work around the fact that we may have regex support without havingChris Wilson2007-07-26
* Update copyright to 2007. (refs #3, merges [1670])Chris Wilson2007-07-26
* Define DEBUG_NEW in the same file whether or not BOX_MEMORY_LEAK_TESTINGChris Wilson2007-07-26
* 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