summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Link testbackupstore against HousekeepStoreAccount so that it can call Chris Wilson2009-06-28
| | | | | housekeeping directly.
* Add a #define for the Box Backup test port, 22011.Chris Wilson2009-06-28
|
* Make NamedLock take a std::string instead of a char pointer for C++ Chris Wilson2009-06-28
| | | | | style.
* Update reference counts when files and directories are uploaded.Chris Wilson2009-06-28
|
* Add code for BackupStoreRefCountDatabase.Chris Wilson2009-06-27
| | | | | | | Create a refcount database when creating a new account. Add an easier way to get the account root directory.
* Second part of FileExists change.Chris Wilson2009-06-27
|
* Make FileExists take a std::string instead of a const char * for C++ Chris Wilson2009-06-27
| | | | | style.
* Add a new exception type for refcount database errors.Chris Wilson2009-06-27
|
* Make BackupStoreAccountDatabase::AddEntry and Chris Wilson2009-06-27
| | | | | BackupStoreAccountDatabase::GetEntry return a copy of the new entry.
* Improve RaidFileWrite error logging.Chris Wilson2009-06-27
|
* Ignore stat() errors on excluded directories.Chris Wilson2009-06-22
|
* Log the file name that could not be opened, even for access denied errors.Chris Wilson2009-05-22
|
* Improve debugging when opening temp file fails, by calling theChris Wilson2009-05-22
| | | | | filename constructor of FileStream.
* Reference local copy of HTML stylesheets rather than online copy.Chris Wilson2009-05-21
|
* Fix test failure due to operator precedence problem with recentlyChris Wilson2009-04-27
| | | | | checked in system exit code comparison.
* Remove more svn:mergeinfo properties.Chris Wilson2009-04-26
|
* Remove more svn:mergeinfo properties.Chris Wilson2009-04-26
|
* Include html docs in parcels.Chris Wilson2009-04-26
| | | | | Don't include man pages in parcels for Windows.
* Remove svn:mergeinfo property, not needed.Chris Wilson2009-04-26
|
* Add a note to win32 build instructions that libxslt is required.Chris Wilson2009-04-26
|
* Add a local copy of the XSL stylesheets needed to build Box Backup docs,Chris Wilson2009-04-26
| | | | | | as remote copies are slow and prone to failure and weird behaviour with different versions of xsltproc (e.g. on Cygwin).
* Put the shell script that kills all running daemons into a shellChris Wilson2009-04-26
| | | | | function to avoid repetition.
* Fix httpserver tests on win32.Chris Wilson2009-04-26
|
* Move definition of INVALID_HANDLE_VALUE and tOSFileHandle toChris Wilson2009-04-26
| | | | | BoxPlatform.h, to make them available in other files.
* Provide a function to close a file handle on Windows, analogous toChris Wilson2009-04-26
| | | | | openfile().
* Log while sleeping in test/bbackupd.Chris Wilson2009-04-26
| | | | | Only show warning about diff test time taken if it's out of bounds.
* Improve debugging output from external check script.Chris Wilson2009-04-26
|
* Show expected and actual return codes from shell commands in tests.Chris Wilson2009-04-26
|
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
|
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
|
* Use dist tag in version for rpm specMartin Ebourne2009-04-23
|
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2009-04-13
|
* Log unexpected test results using logging framework rather than printf.Chris Wilson2009-04-13
|
* Add missing #include <algorithm> to fix compile on lenny.Chris Wilson2009-04-10
|
* Fix speeling misteak.Chris Wilson2009-04-09
|
* Include missing Utils.h header, needed for FileExists().Chris Wilson2009-04-09
|
* Fix race conditions where backups happen too slowly and tests fail.Chris Wilson2009-04-09
|
* Change default location for config files from /etc/box to Chris Wilson2009-04-09
| | | | | /etc/boxbackup, thanks to Reinhard Tartler and the Debian Project.
* Fix compile error due to misisng signals on Windows. httpserver testChris Wilson2009-04-09
| | | | | still does not pass.
* Show reasons for waiting during bbackupd and backupstorepatch tests,Chris Wilson2009-04-09
| | | | | | | | | | | to help with interpreting test output. When running at Trace level, where extra output from bbackupd etc. is common, log a single line at the start of waiting, instead of progress dots, to help with interpreting output. Show number of seconds waited for on Windows as well as Unixes.
* Hopefully fix another autoconf problem caused by attempt to supportChris Wilson2009-04-04
| | | | | cross-compiling.
* Blind fix for autoconf problems introduced by earlier attempt to supportChris Wilson2009-04-04
| | | | | cross-compiling.
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
| | | | | | | | project. See also: http://patch-tracking.debian.net/package/boxbackup/0.11~rc2+r2072-1 http://lists.warhead.org.uk/pipermail/boxbackup/2009-April/005159.html
* Use update copy to speed up rebuilds on windows/cygwin.Chris Wilson2009-04-03
|
* Fix missing LOG_* defines on Windows.Chris Wilson2009-04-02
|
* OSX Plist file updates, thanks to Achim.Chris Wilson2009-03-31
|
* Hopefully fix building and cleaning of bb-man.xsl.Chris Wilson2009-03-31
|
* Remove generated bb-man.xsl when making clean.Chris Wilson2009-03-31
|
* Merge some wiki formatting from Trac page, and installation instructions.Chris Wilson2009-03-31
|
* Win32 build instructions updated thanks to Achim.Chris Wilson2009-03-31
|