summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Avoid conflicting declarations of O_BINARY on MSVC compiles.Chris Wilson2011-03-26
* Define WINVER and _WIN32_WINNT to Windows 2000 to avoid importing WSAPollChris Wilson2011-03-26
* Hopefully fix divide by zero error on rate limiting stream.Chris Wilson2011-02-26
* Debugging for Sune Molgaard's issue with non-existent files beingChris Wilson2011-02-23
* Move TemporaryDirectory.h into Utils.h and Utils.cpp to avoid duplicateChris Wilson2011-01-21
* Improve error messages on failure to open a RaidFile for reading.Chris Wilson2011-01-12
* Improve messages on failure to load store info.Chris Wilson2011-01-12
* Add an implementation of a stream wrapper that limits reading rate, toChris Wilson2011-01-12
* Add some more logging and exception macros. Refactor to reduce nestingChris Wilson2011-01-12
* Move accurate sleep code from Test.cpp to BoxTime, allow requesting timesChris Wilson2011-01-12
* Add a configuration option for upload rate limiting, MaxUploadRate.Chris Wilson2011-01-12
* Fix syslog of longer messages on Windows. (merges [2741] from 0.11)Chris Wilson2011-01-08
* Log the adjusted time, not the unadjusted one, as it's the adjusted timeChris Wilson2011-01-08
* Add a macro for logging timespec structures. (merges [2744])Chris Wilson2011-01-08
* Log the path, name and size of files being restored at TRACE level forChris Wilson2011-01-08
* Avoid fatal error caused by recursive logging if we fail to open theChris Wilson2010-11-17
* Improve accuracy and utility of FileStream::StreamClosed().Chris Wilson2010-11-17
* Finish enabling the file logging option for daemons.Chris Wilson2010-11-17
* Add log file logging to all daemons.Chris Wilson2010-11-17
* Log the total number of bytes uploaded to the server for each file.Chris Wilson2010-11-17
* This should fix Trac #14.Charles Lecklider2010-10-22
* Fix compile on Debian Squeeze with libbsd-dev and libedit-dev installed,Chris Wilson2010-09-13
* Fix calculation error in buffered writer.Chris Wilson2010-09-13
* Implement write buffering on directories.Chris Wilson2010-09-13
* Fix demangled logging of backtraces on OSX by using dladdr to get functionChris Wilson2010-08-31
* Log the invalid log level.Chris Wilson2010-08-31
* Fix compile error on OpenSolaris 10/Sun Studio 12. (merges [2720])Chris Wilson2010-08-28
* It's not an error to be interrupted by a signal while waiting for an Chris Wilson2010-08-27
* Reformat TEST_CHECK_THROWS macro for readability.Chris Wilson2010-08-27
* Reformat comments for readability.Chris Wilson2010-08-27
* Count the root directory when creating a new account.Chris Wilson2010-08-27
* Change the store info file format to include an account name and the Chris Wilson2010-08-27
* Count the number of files and directories in the account during account Chris Wilson2010-08-27
* Add inline helpers to check whether a directory entry is a file, Chris Wilson2010-08-27
* Add support for account numbers greater than 0x7fffffff without wrapping.Chris Wilson2010-06-06
* Compile fix for [2694].Chris Wilson2010-06-06
* Replace BOX_FILE_BBACKUPD_DEFAULT_CONFIG with Chris Wilson2010-06-06
* Add header with macros for QDBM error logging.Chris Wilson2010-03-18
* Add new exception codes for database errors.Chris Wilson2010-03-18
* Make TestGetFileSize take a std::string instead of a char * for C++ Chris Wilson2010-03-18
* Add a new exception macro for throwing exceptions that are related to a Chris Wilson2010-03-18
* fix typo properlyChris Wilson2010-03-02
* UndoChris Wilson2010-03-02
* typoChris Wilson2010-03-02
* Workaround for problem with nanosleep() return values on OSX causing testChris Wilson2010-02-28
* Add option to display attribute modification times from additional Chris Wilson2010-02-24
* Add method to get updated modification time of Chris Wilson2010-02-24
* Add notification about uploading new file attributes.Chris Wilson2010-02-24
* Add some exceptions for use by database handling classes.Chris Wilson2010-02-22
* Rename LOG_AND_THROW_ERROR macro to THROW_SYS_ERROR for consistency and Chris Wilson2010-02-22