summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move TemporaryDirectory.h into Utils.h and Utils.cpp to avoid duplicateChris Wilson2011-01-21
* Tell launchd that the daemon is not on-demand and should always run.James O'Gorman2011-01-19
* Fix compile failure, thanks to Achim.Chris Wilson2011-01-17
* Move code for comparing file data out of line for readability.Chris Wilson2011-01-16
* 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
* Rate limit file uploads using the configured MaxUploadRate, if any.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
* Correct link to openssl 1.0.0c.Chris Wilson2011-01-09
* Update build instructions for latest Cygwin, OpenSSL 1.0.0c, PCRE 8.11,Chris Wilson2011-01-09
* Fix compile error on Windows.Chris Wilson2011-01-09
* Workaround for apparent btrfs bug, where symlinks appear to be on aChris Wilson2011-01-09
* Add intercept logging, seems to work around intermittent failures inChris Wilson2011-01-09
* Fix incorrect generation of temporary file name for applyingChris Wilson2011-01-09
* Fix reported store file name and reported side of local missing files.Chris Wilson2011-01-08
* Fix syslog of longer messages on Windows. (merges [2741] from 0.11)Chris Wilson2011-01-08
* Update instructions for OpenSSL 1.0.0a and PCRE 8.10.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
* Log more useful information when makebuildenv.pl fails.Chris Wilson2011-01-08
* Fix date overflow in new CA certificates, make them valid until 2038,Chris 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 device and inode numbers of directories and their entries whileChris 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
* Show the output of "pwd" at NOTICE level, so that it gets displayed in Chris Wilson2010-10-20
* Fix missing closing parenthesis after bbackupquery pwd outputs object Chris Wilson2010-10-20
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
* Fix location of memleaks file to fix test/bbackupd again.Chris Wilson2010-10-18
* Quick fix to stop deletion of redundant locations when Chris Wilson2010-10-07
* Finish support for -i option in bbackupquery (thanks to Achim for Chris Wilson2010-10-07
* Fix compile when there is no readline/editline support.Chris Wilson2010-09-29
* Implement basic readline/editline completion of remote file and directoryChris Wilson2010-09-29
* Check for rl_filename_completion_function, because it's just calledChris Wilson2010-09-29
* Workaround for Mac OSX where readline.h doesn't compile if stdio.h isChris Wilson2010-09-29
* Allow restoring directories with a single argument, using the remote nameChris Wilson2010-09-22
* Fix HTML documentation installation. (merges [2737] from trunk)Chris Wilson2010-09-14
* 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
* Allow setting the verbosity level of bbstoreaccounts.Chris Wilson2010-08-31
* Log the invalid log level.Chris Wilson2010-08-31