summaryrefslogtreecommitdiff
path: root/test/backupdiff
Commit message (Collapse)AuthorAge
* Fix test fallout from SendStream ptr to auto_ptr change.Chris Wilson2013-09-30
| | | | | You can only pass a std::auto_ptr<IOStream> to SendStream now. Nothing else will do for Clang. But you can cast a std::auto_ptr<subclass>.
* Fixes for gcc 4.4.Martin Ebourne2009-04-23
|
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
| | | | | | well (e.g. wxWidgets) and it causes conflicts which are difficult to resolve.
* Improve debugging when failing to create the large file for diff speedChris Wilson2008-04-05
| | | | | tests. (merges [1946])
* Undo mangling by tailorChris Wilson2008-04-04
|
* TailorizationChris Wilson2008-04-04
| | | | | | | | | | | Import of the upstream sources from Repository: http://localhost:8000/ Kind: hg Revision: 7807b7768163f1c2537756abe5416063989cebb1 Original author: tailor@rocio.int.aidworld.org Date: 2008-03-16 19:44:36+00:00
* Add missing space in trace output.Chris Wilson2008-04-04
|
* Remove uses of obsolete TRACE macros in tests.Chris Wilson2008-04-04
|
* Improved debugging when creation of sparse files fails. (refs #3)Chris Wilson2006-10-16
|
* (refs #3) Chris Wilson2006-09-01
| | | | | | | | | This test takes a long time on Win32 (slow file access? VMware?), so: * Disable verbose debug logging, which makes it even slower * Print a warning before the slow test starts * Increase timeout
* (refs #3)Chris Wilson2006-09-01
| | | | | Cosmetic fixes to comments
* (refs #3)Chris Wilson2006-09-01
| | | | | Completely disable symlink test on Win32
* (refs #3)Chris Wilson2006-09-01
| | | | | Close open file handles on Win32
* (refs #3)Chris Wilson2006-09-01
| | | | | | Use CopyFile to copy on Windows, instead of shelling out to cp, which doesn't understand native paths.
* (refs #3)Chris Wilson2006-09-01
| | | | | 64-bit format string fixes for Win32
* (refs #3)Chris Wilson2006-09-01
| | | | | Use truncation/sparse files to quickly create files with 200MB of zeroes
* Revert to trunkChris Wilson2006-09-01
|
* * mergeChris Wilson2006-07-27
| | | | | | | - This is my current patch queue. I think that all of these are safe to apply. This is just under half of the pending changes in chris/general (the easy half).
* Get rid of the non-test compiler warnings seen on Darwin with gcc4Ben Summers2006-02-01
|
* * configure.acChris Wilson2006-01-28
| | | | | | | | | | | | | | | | | | | * bin/bbstored/backupprotocol.txt * bin/bbstored/BackupCommands.cpp * bin/bbackupd/BackupClientContext.cpp * bin/bbackupd/BackupClientContext.h * bin/bbackupd/BackupClientDirectoryRecord.cpp * bin/bbackupd/BackupDaemon.cpp * lib/backupclient/BackupStoreFileDiff.cpp * lib/backupclient/BackupDaemonConfigVerify.cpp * lib/backupclient/BackupStoreFile.h * test/backupstore/testbackupstore.cpp * test/backupstorepatch/testbackupstorepatch.cpp - Applied changes from chris/diff-timeout-and-ssl-keepalive * test/backupdiff/testbackupdiff.cpp - Fixed test to match new prototype for EncodeFileDiff
* Diffing timeout in test too short for running debug buildMartin Ebourne2005-12-15
|
* Refined BackupDiff test to delete the 220MB in temporary test files Jonathan Morton2005-12-13
| | | | | | after use. Should cause much less strain on everyone's disk space.
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
| | | | You may need a new checkout to see this.
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
|
* Merged chromi/diffopt at r116 to trunkMartin Ebourne2005-12-07
|
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14