summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
* Add machine-readable output mode (with -m option) to bbstoreaccounts info.Chris Wilson2008-08-07
* When dumping stack traces, allow libc to allocate its own memory, ratherChris Wilson2008-08-06
* Allow passing C strings into TEST_FAIL_WITH_MESSAGE, not just string constants.Chris Wilson2008-08-06
* Log a warning with the file that couldn't be opened and the error code,Chris Wilson2008-08-06
* Remove Windows limitation on Logging that showing PID was not possible.Chris Wilson2008-08-03
* New timer implementation using TimerQueue on Windows to avoid the needChris Wilson2008-07-27
* On Windows XP, you can open a process even after it's terminated, toChris Wilson2008-07-27
* Use the new time function when generating console log messages.Chris Wilson2008-07-27
* Add a function to format a BoxTime as a human-readable time onlyChris Wilson2008-07-27
* Fix includes to get getpid() on Solaris and to make them easier to read.Chris Wilson2008-07-06
* Remove comma from last item in enum, to silence warnings from solaris cc.Chris Wilson2008-07-06
* Compile fix for strerror() on RedHat 9, thanks to Alex Howansky.Chris Wilson2008-06-30
* Fix strerror include. Needed for gcc 4.3Martin Ebourne2008-05-29
* Fix possible memory corruption while dumping stack trace due to Chris Wilson2008-05-28
* Check that Box.h has been included early enough.Chris Wilson2008-05-28
* Include "Box.h" in the right place.Chris Wilson2008-05-28
* Demangle C++ names in backtrace on GCC using C++ ABI routines.Chris Wilson2008-05-28
* Add static Logging::GetNamedLevel() method to return a log level Chris Wilson2008-05-28
* Separate checks for file existing and file not empty.Chris Wilson2008-05-28
* Reformat for readability.Chris Wilson2008-05-28
* Add backtrace on exception in release builds.Chris Wilson2008-05-28
* Fix typo.Chris Wilson2008-04-30
* Additional #includes, thanks to the T2 ProjectChris Wilson2008-04-18
* Move test helper functions out-of-line to aid debugging by allowingChris Wilson2008-04-09
* Comment wrapping fix from [1958]Chris Wilson2008-04-05
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Make usage output (from bbstoreaccounts info and bbackupquery usage)Chris Wilson2008-04-03
* Fix a bug where trying to log a variable called "line" would log the addressChris Wilson2008-03-30
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* Allow configuration of the server port that the client will connect to Chris Wilson2008-03-28
* Improve logging with macros that consistently output strerror(errno) andChris Wilson2008-03-28
* Add support for logging just to syslog (not console) at a given Chris Wilson2008-03-01
* Don't try to define our own dirfd() macro on platforms where interceptionChris Wilson2008-02-25
* Disable -P option and showing PID in Logging on Windows.Chris Wilson2008-02-22
* Add support for microsecond timestamps and PID logging on console logChris Wilson2008-01-31
* Add support for nanosecond timestamps in struct stat on Linux.Chris Wilson2008-01-31
* Update version on MSVC config.Chris Wilson2008-01-29
* Change the default sysconfdir to /etc.Chris Wilson2008-01-28
* Detect whether struct DIR has d_fd or dd_fd member and define theChris Wilson2008-01-22
* memleakfinder_atexit() should be extern "C" to silence warnings.Chris Wilson2008-01-22
* Silence const char warnings, part deux.Chris Wilson2008-01-22
* Use const char pointers to silence sun CC warnings.Chris Wilson2008-01-22
* Fix DIRFD properlyChris Wilson2008-01-21
* Fix the test for HAVE_DECL_DIRFD, which is 0 on solaris, not undefined.Chris Wilson2008-01-20
* Update copyright to 2008.Chris Wilson2008-01-12
* Pass test options to test daemons.Chris Wilson2007-12-16
* Log sleep time and resleeps in safe_sleep (only used in tests).Chris Wilson2007-12-15
* Don't log our own timestamp now that Logging can do it for us withChris Wilson2007-12-15
* Allow logging with microsecond timestamps.Chris Wilson2007-12-15