summaryrefslogtreecommitdiff
path: root/lib/common
Commit message (Expand)AuthorAge
* Add BOX_LOG_NATIVE_ERROR and BOX_LOG_NATIVE_WARNING macros, which callChris Wilson2008-12-05
* Allow exceptions to contain a message string.Chris Wilson2008-12-05
* Reformat ASSERT macro for readability.Chris Wilson2008-12-05
* Fix the use of an unreasonably short type as the temporary storageChris Wilson2008-12-01
* Compile fix and log the error number recorded by winerrno, notChris Wilson2008-11-30
* Log the Windows error code if openfile() fails on Windows, asChris Wilson2008-11-30
* Silence warnings from openbsd gcc by using strncpy instead of strcpy.Chris Wilson2008-10-26
* Check whether HAVE_UCRED_H is defined, not whether its value is 1.Chris Wilson2008-10-24
* Fix compile errors on Debian Lenny, reported by Torsten.Chris Wilson2008-10-17
* Use getpeerucred() to identify connecting socket clients on Solaris,Chris Wilson2008-10-11
* Fix spurious memory leak warnings on Solaris when using Sun StudioChris Wilson2008-10-11
* Remove #ifdef WIN32 as we now define O_BINARY to 0 on Unixes, soChris Wilson2008-09-26
* Log reason for failing to write to a file.Chris Wilson2008-09-26
* Add file logger class.Chris Wilson2008-09-26
* Replace timer name when assigning from another timer.Chris Wilson2008-09-26
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Fix test regression on Windows where a const char pointer was treatedChris Wilson2008-09-07
* Better handle the case where __MSVCRT_VERSION__ is already defined (e.g. Chris Wilson2008-08-21
* Add a Flush() method to IOStream to read and discard all remaining data, Chris Wilson2008-08-21
* Allow constructing Configuration objects from scratch (for Boxi).Chris Wilson2008-08-21
* Pass a RunStatusProvider and a ReadLoggingStream::Logger from Chris Wilson2008-08-21
* Change FileStream constructor to take a const std::string& instead of a Chris Wilson2008-08-21
* Make test failures more obvious, and log them through logging framework.Chris Wilson2008-08-11
* Convert console logging output to console encoding on Windows.Chris Wilson2008-08-09
* Win32 compile fix for WaitForServerStartup.Chris Wilson2008-08-08
* Replace manual pointer management with std::auto_ptr.Chris Wilson2008-08-08
* Separate LaunchServer and WaitForServerStartup.Chris Wilson2008-08-07
* 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