summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
...
* Add command-line option to limit log messages to certain file(s).Chris Wilson2015-05-04
* Define BOX_SOCKET_ERROR_MESSAGE, replace more BOX_LOG_SOCKET_ERROR calls with...Chris Wilson2015-04-15
* Add ability to run commands in context with TEST_CHECK_THROWS_AND_OR.Chris Wilson2015-04-15
* Add a static GetMessage() to get exception message for a known subtype code.Chris Wilson2015-04-15
* Fix file locking on Windows.Chris Wilson2015-04-13
* Improve error logging in win32 emu library.Chris Wilson2015-04-06
* Catch setitimer() failure, throw exceptions with descriptive messages in Time...Chris Wilson2015-04-06
* Whitespace and semicolon-after-macro fixes.Chris Wilson2015-04-06
* Add missing timeouts to Archive reads.Chris Wilson2015-04-06
* Fix BOX_SYSLOG macro to provide a category.Chris Wilson2015-02-25
* Reduce verbosity of testcommon by hiding some log messages.Chris Wilson2015-02-25
* Reduce test output noise by hiding some error messages in tests.Chris Wilson2015-02-25
* Don't redirect logging to stderr any more.Chris Wilson2015-01-04
* Add missing include file for PATH_MAX.Chris Wilson2015-01-02
* Fix error logging when file open fails on Windows.Chris Wilson2015-01-02
* Write memory leak report files to current working directory saved at startup.Chris Wilson2015-01-02
* Fix more compile errors on MinGWChris Wilson2014-12-26
* Make memleakfinder_setup_exit_report() take a std::string, for C++ style.Chris Wilson2014-12-22
* Replace Write(const char *) with Write(const std::string&).Chris Wilson2014-12-22
* Add a TEST_LINE_OR macro to compare strings and execute a command if no equal.Chris Wilson2014-12-21
* Fix computation of fractional second part of ShortSleep().Chris Wilson2014-12-21
* Reduce detail on logging box_time_ts from microseconds to milliseconds.Chris Wilson2014-12-21
* Add logging for functions that trigger bbackupd using bbackupctl.Chris Wilson2014-12-21
* Remove unused files.Chris Wilson2014-12-15
* Fix compile on platforms without execinfo.hChris Wilson2014-12-06
* Add option to truncate log file at start of every backup.Chris Wilson2014-11-16
* 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