summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| | | | | scanning them, to debug Toke's report of symlinks appearing to be mounts.
* 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
| | | | | release builds as well.
* Fix missing closing parenthesis after bbackupquery pwd outputs object Chris Wilson2010-10-20
| | | | | ID.
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
| | | | | build on Windows and make it easier to merge Charles' work.
* 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
| | | | | | DeleteRedundantLocationsAfter is set to zero, which is supposed to mean that it's disabled.
* Finish support for -i option in bbackupquery (thanks to Achim for Chris Wilson2010-10-07
| | | | | noticing) (forward port to trunk).
* 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
| | | | | names, object IDs, and command options.
* Check for rl_filename_completion_function, because it's just calledChris Wilson2010-09-29
| | | | | filename_completion_function in Mac OSX.
* Workaround for Mac OSX where readline.h doesn't compile if stdio.h isChris Wilson2010-09-29
| | | | | not included first.
* Allow restoring directories with a single argument, using the remote nameChris Wilson2010-09-22
| | | | | as the local destination name also.
* 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
| | | | | | thanks to Dave Bamford for reporting and debugging. (merges [2734] from 0.11)
* 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
| | | | | names rather than trying to parse the results of backtrace_strings().
* Allow setting the verbosity level of bbstoreaccounts.Chris 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
|
* Log which features are enabled in a file for future reference during Chris Wilson2010-08-28
| | | | | testing.
* Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB Chris Wilson2010-08-28
| | | | | instead.
* It's not an error to be interrupted by a signal while waiting for an Chris Wilson2010-08-27
| | | | | | incoming connection. This is the normal way to shut down or reload bbackupd.
* Add bundled tdb from latest trunk, rsynced from http://tdb.samba.org/.Chris Wilson2010-08-27
|
* Allow setting the account name using bbstoreaccounts.Chris Wilson2010-08-27
|
* Test that numbers of files are adjusted correctly during normal store Chris Wilson2010-08-27
| | | | | operations.
* Adjust numbers of files and blocks in current files during backup store Chris Wilson2010-08-27
| | | | | operations.
* Report changes to object and block counts that are made by housekeeping.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
| | | | | | | | number of blocks in current (not old or deleted) files, an often-requested feature since this number is difficult to calculate otherwise, because files may be both old and deleted, thus counted twice.
* Count the number of files and directories in the account during account Chris Wilson2010-08-27
| | | | | | | | | check. Move directory entry checking code into its own method for readability. Reformat long lines for readability.
* Add inline helpers to check whether a directory entry is a file, Chris Wilson2010-08-27
| | | | | directory, old or deleted.
* Fix Windows compile errors.Chris Wilson2010-07-06
|
* Compile fix for [2697].Chris Wilson2010-06-06
|
* Initial support for command and local file completion with readline.Chris Wilson2010-06-06
| | | | | | | | Improve bbackupquery command-line help. Add -E option to disable readline/editline as it causes problems with entering international characters on some systems (see #73).
* 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
| | | | | BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE.
* Don't back up sockets and pipes, thanks to Mick Kappenburg for spotting Chris Wilson2010-05-20
| | | | | that the fix for Debian bug was incorrect.
* Really fix boxbackup spec.Chris Wilson2010-05-01
|
* Fix RPM spec broken by license file changes.Chris Wilson2010-04-30
|
* Play nicely with versions of make which don't support -C <dir>.James O'Gorman2010-04-11
|
* Add header with macros for QDBM error logging.Chris Wilson2010-03-18
|
* Add new exception codes for database errors.Chris Wilson2010-03-18
|