summaryrefslogtreecommitdiff
path: root/lib/common/Utils.cpp
Commit message (Expand)AuthorAge
* Fix Unix compilation using CMake.Chris Wilson2016-09-09
* Add some little string functions to Utils.cpp.Chris Wilson2015-12-12
* Fix compile on platforms without execinfo.hChris Wilson2014-12-06
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* Increase built-in backtrace length from 10 to 20.Chris Wilson2014-09-04
* Simplify C++ name demangling code, and its memory allocation tracking.Chris Wilson2014-02-11
* Add calloc() support to memory leak finder.Chris Wilson2013-09-19
* Avoid recompiling everything on MSVC when BoxVersion.h changes.Chris Wilson2011-10-25
* Move TemporaryDirectory.h into Utils.h and Utils.cpp to avoid duplicateChris Wilson2011-01-21
* Fix demangled logging of backtraces on OSX by using dladdr to get functionChris Wilson2010-08-31
* Make the version of Box Backup available for use in Boxi.Chris Wilson2009-08-25
* Make FileExists take a std::string instead of a const char * for C++ Chris Wilson2009-06-27
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Fix compile errors on Debian Lenny, reported by Torsten.Chris Wilson2008-10-17
* 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
* Fix possible memory corruption while dumping stack trace due to Chris Wilson2008-05-28
* Demangle C++ names in backtrace on GCC using C++ ABI routines.Chris Wilson2008-05-28
* Undo mangling by tailorChris Wilson2008-04-04
* TailorizationChris Wilson2008-04-04
* Make usage output (from bbstoreaccounts info and bbackupquery usage)Chris Wilson2008-04-03
* Replace all remaining use of TRACEx() macros with logging framework.Chris Wilson2008-03-29
* 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
* Use logging framework to log stack traces from exceptions. (refs #3)Chris Wilson2007-04-22
* Free backtrace strings even in debug mode by suppressing warnings from Chris Wilson2006-11-13
* Better to leak block quietly from backtrace_symbols on debug build than erron...Martin Ebourne2005-12-20
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14