summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* Fix formatting of subsecond timestamps in log messagesChris Wilson2014-09-18
* Add check for tracking the same memory block twiceChris Wilson2014-09-18
* Increase built-in backtrace length from 10 to 20.Chris Wilson2014-09-04
* Add missing timeouts in StreamableMemBlock::Set and testbbackupd.Chris Wilson2014-09-04
* Add a std::string GetLine() to IOStreamGetLine.Chris Wilson2014-09-04
* Fix error in BufferedStream::StreamDataLeft.Chris Wilson2014-09-04
* Refactor Timer reschedule to avoid second scan over timer list.Chris Wilson2014-09-04
* Refactor FileStream exception throwing.Chris Wilson2014-09-04
* Backport Timers::Cleanup that's safe to use in test cleanup.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Add missing timeouts for network operations.Chris Wilson2014-08-15
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Trailing whitespace fixes.Chris Wilson2014-08-15
* Whitespace fixes.Chris Wilson2014-04-29
* Add a ToString method to IOStream and some subclasses.Chris Wilson2014-04-29
* Refactor logging option processing out of Daemon class.Chris Wilson2014-04-09
* Improve error message when fatal exception aborts a command-line tool.Chris Wilson2014-04-09
* Improve error messages when FileHandleGuard fails to open a file.Chris Wilson2014-04-09
* Add a capturing logger.Chris Wilson2014-04-09
* Add a guard that can temporarily add a Logger to the logging system.Chris Wilson2014-04-09
* Remove the global logging level.Chris Wilson2014-04-09
* Add some test helper _OR macros to execute commands when conditions fail.Chris Wilson2014-04-09
* Support microsecond timestamps for files on Linux.Chris Wilson2014-04-09
* Always flush any incoming stream on server side.Chris Wilson2014-03-02
* Fix compile error in MemBlockStream.Chris Wilson2014-02-11
* Simplify C++ name demangling code, and its memory allocation tracking.Chris Wilson2014-02-11
* Add a TEST_THAT_THROWONFAIL macro that throws an AssertFailed exception.Chris Wilson2014-02-11
* Give tests access to the list of tests requested by the user.Chris Wilson2014-02-11
* Add a MemBlockStream constructor from a simple string.Chris Wilson2014-02-11
* Record mallocs that happen while the memleak finder is disabled.Chris Wilson2014-02-11
* Update copyright to 2014.Chris Wilson2014-02-10
* Include the filename in NamedLock exception messages.Chris Wilson2014-02-10
* Allow a logging tagger to temporarily replace the current tag.Chris Wilson2014-02-08
* Add a logging guard that temporarily enables tagging on the console.Chris Wilson2014-02-08
* Allow checking whether console logging is currently tagged.Chris Wilson2014-02-08
* Allow InvisibleTempFileStream to take a std::string.Chris Wilson2014-02-07
* Include filename in FileStream exception messages.Chris Wilson2014-02-07
* Close syslog before checking for files left open in tests.Chris Wilson2014-02-07
* mSubType is unsigned, so clang complains that it can't be less than zero.Chris Wilson2013-09-28
* Add calloc() support to memory leak finder.Chris Wilson2013-09-19
* Set process title on Windows.Chris Wilson2013-08-25
* Add ability to generate memory usage reports while running.Chris Wilson2013-02-13
* Allow getting the standard Console and Syslog loggers. Add a Guard classChris Wilson2012-11-27
* Fix duplicate tagging of housekeeping messages.Chris Wilson2012-11-17
* Use more efficient direct reset of Timers instead of assignment.Chris Wilson2012-11-17
* Fix timer miscalculation on Windows.Chris Wilson2012-11-17
* Allow constructing an empty MemBlockStream, as it's useful for tests.Chris Wilson2012-11-08
* Fix incorrect logging of timer assignment, and format expiry time as a human ...Chris Wilson2012-11-07
* Refactor and improve timer trace logging, fix subsecond formatting error.Chris Wilson2012-11-07