summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Pass target to sub-configure as well, for mingw, as boxi does to box Chris Wilson2010-02-18
| | | | | backup.
* Add qdbm as additional subdir to be configured.Chris Wilson2010-02-18
|
* Configure subdirectories specified in modules.txt.Chris Wilson2010-02-18
| | | | | Detect C compiler as well as C++.
* Log the mismatched timestamps of files during compare in a human-readableChris Wilson2010-02-18
| | | | | | | | format as well as the raw numbers. Use existing helper functions to convert box_time_t to seconds, rather than just arbitrarily dividing by 1000000.
* Remove qdbm again, not all infrastructure is there yet.Chris Wilson2010-02-18
|
* Update banner to say 2003-2010.Chris Wilson2010-02-17
|
* Convert attributes to host byte order when reporting errors.Chris Wilson2010-02-16
| | | | | | | Convert timestamps to host byte order before dividing from usecs to secs, store in uint64_t variables to avoid truncation, and display in host byte order.
* Add overloaded hton() and ntoh() functions for file attribute comparisonChris Wilson2010-02-16
| | | | | macro.
* Move modification time functions out-of-line to help with debugging Chris Wilson2010-02-16
| | | | | them.
* Reformat for readability.Chris Wilson2010-02-16
|
* Add qdbm to library dependencies for bbackupd.Chris Wilson2010-02-16
|
* Remove the obsolete win32 InstallShield installer script.Chris Wilson2010-02-15
|
* Fix the default and clean targets by moving cleaning lines back where Chris Wilson2010-02-15
| | | | | they belong.
* Add support for linking to qdbm and other imported libraries with Chris Wilson2010-02-15
| | | | | | | external build systems. Rewrite some library dependency code for readability.
* Support throwing exception with more complex stringstream-formatted Chris Wilson2010-02-15
| | | | | messages.
* Log more detailed info about backup comparison failures, for debugging.Chris Wilson2010-02-10
| | | | | | Enable -V option in bbackupquery, and document that -q, -v, -V and -W<level> are allowed in the command-line help.
* Allow logging any std::ostringstream expression in Chris Wilson2010-02-07
| | | | | THROW_EXCEPTION_MESSAGE, fixes compile error.
* Comment why excluded directories are excluded before statting them.Chris Wilson2010-01-31
|
* Don't try to stat excluded directories, reported by Ben BennettChris Wilson2010-01-31
| | | | | [http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000013.html].
* Create a new license that allows Box Backup to be linked with OpenSSL Chris Wilson2010-01-31
| | | | | and Microsoft VSS SDK.
* Update parcels.txt for new license files.Chris Wilson2010-01-24
|
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
|
* Revert the quotes part of [2588] as it breaks the unit tests.Chris Wilson2010-01-24
| | | | | Make LocalProcessStream constructor take a std::string& for C++ style.
* Switch license to GPL for backup parts, and dual GPL/BSD for common Chris Wilson2010-01-23
| | | | | | | parts, as discussed and agreed in this thread: http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000005.html
* Add QDBM 1.8.77 dbm-compatible database library to sources, will Chris Wilson2010-01-09
| | | | | | probably be used as a default for the reference tracking implementation as it's smaller than BDB and apparently faster.
* Add missing space before file age in not uploading log message.Chris Wilson2009-11-26
|
* Add location of config file as an additional parameter to the Chris Wilson2009-11-26
| | | | | SyncAllowScript and the NotifyScript, thanks to Achim J. Latz.
* Add debugging for child processes terminating normally or abnormally,Chris Wilson2009-11-24
| | | | | | | as Brendon Baumgartner reported symptoms that sound like a bbstored child process crashing, and nothing in the logs indicates what happened to it.
* Add methods to get the number of refcounts adjusted by the last Chris Wilson2009-11-11
| | | | | housekeeping, for testing.
* Add method to get the number of refcounts adjusted by the last Chris Wilson2009-11-11
| | | | | housekeeping, for use by tests.
* Add methods to read and write exact 32-bit and 64-bit types.Chris Wilson2009-11-11
|
* Add support for Makefile.pre in build infrastructure.Chris Wilson2009-11-11
|
* Remove reference to missing file TODO.txtChris Wilson2009-09-21
|
* Fix wrong name of html manual directory.Chris Wilson2009-09-21
|
* Check that source and text file copies are successful.Chris Wilson2009-09-21
| | | | | Fix missing docs/common in common manifest.
* Add more missing documentation to distribution manifests.Chris Wilson2009-09-21
|
* Add missing docs/html/images directory.Chris Wilson2009-09-21
|
* Add remaining missing docs/xsl-generic subdirs.Chris Wilson2009-09-21
|
* Fix missing docs/xsl-generic directory in releases, thanks toChris Wilson2009-09-21
| | | | | Nick Suckling.
* Print info lines to STDERR so that they don't confuse the configureChris Wilson2009-09-21
| | | | | scripts when they capture stdout to get the box version, for example.
* Remove check for soft limit being less than 97% of the hard limit, asChris Wilson2009-09-17
| | | | | | some users want to set them equal to ensure that no files are ever deleted by housekeeping.
* Update distribution manifest to fix errors with documentation files.Chris Wilson2009-09-14
|
* Make the version of Box Backup available for use in Boxi.Chris Wilson2009-08-25
|
* Make generation of documentation quieter.Chris Wilson2009-08-22
|
* Add handling of relative paths to emu.cpp's openfile(), needed to handleChris Wilson2009-08-02
| | | | | relative paths in test configuration on Windows.
* Fix compile failure reported by Achim.Chris Wilson2009-08-01
|
* Change bbstored port in backupstorepatch test to 22011.Chris Wilson2009-07-10
|
* Add a static variable to store the exceptions suppressed flag.Chris Wilson2009-07-05
|
* Comment the return value of Chris Wilson2009-07-05
| | | | | BackupStoreRefCountDatabase::RemoveReference.
* Suppress exception warnings when they are expected during a test.Chris Wilson2009-07-05
|