summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Allow RaidFileWrite to test that the reference count of an object is Chris Wilson2009-07-05
| | | | | correct before overwriting or deleting it.
* Test that housekeeping can recreate the refcount database if it's Chris Wilson2009-06-28
| | | | | missing.
* Make housekeeping check the object reference counts and fix them if Chris Wilson2009-06-28
| | | | | | | | | | | they're wrong. Add a callback interface to decouple housekeeping from the BackupStoreDaemon, allowing it to be called directly in tests. Allow housekeeping callers to request it to keep trying forever to get a lock on the account if it's busy.
* Allow std::ostringstream formatting on the "line" part of Chris Wilson2009-06-28
| | | | | | TEST_EQUAL_LINE, so that it can be used to report object IDs for example.
* Make GetRefCount return a refcount_t rather than an int32_t.Chris Wilson2009-06-28
| | | | | Make refcount_t unsigned and make its definition public.
* 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.