summaryrefslogtreecommitdiff
path: root/lib/common/Utils.cpp
Commit message (Expand)AuthorAge
* 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