summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Warn users if a file with multiple hard links is encountered during backup.Chris Wilson2011-07-29
* Reinstate the -f option to avoid failure if the files don't exist.Chris Wilson2011-06-30
* Hopefully fix off-by-4 read of old-style BackupStoreInfo header, thanks to Su...Chris Wilson2011-06-30
* make make clean remove all auto-generated files, and not use force where it's...Chris Wilson2011-06-30
* Fix test/bbackupd build for new object locations.Chris Wilson2011-06-22
* Fix type aliasing that's strictly speaking incompatible and may actually be s...Chris Wilson2011-06-22
* test/backupstorepatch needs BackupClientCryptoKeys.h which is in lib/backupcl...Chris Wilson2011-06-17
* Improve error logging for store info and refcount database errors.Chris Wilson2011-06-16
* Fix line endings.Chris Wilson2011-05-24
* Fix MSVC 2010 project for new file locations. Separate libbackupclient filesChris Wilson2011-05-24
* Move remaining parts of BackupStoreFile into lib/backupstore, and fix moduleChris Wilson2011-05-24
* Blind fix for displaying error message as well as code when emu unicode conve...Chris Wilson2011-05-24
* Another virtual destructor, this time for IOStreamGetLine.Chris Wilson2011-05-04
* Add virtual destructors to GetLine and FdGetLine to silence warnings.Chris Wilson2011-05-04
* Define PACKAGE_TARNAME variable in autoconf, change doc install location from...James O'Gorman2011-05-02
* Use /usr/ucb/install on Solaris as /usr/sbin/install has some odd behaviour.James O'Gorman2011-05-02
* Finally unbreak build on Solaris!James O'Gorman2011-05-02
* Change encoding of biblio-iso690.xsl from windows-1250 to utf-8 to match the ...James O'Gorman2011-05-02
* Unbreak Solaris build: skip checking for -rdynamic with gcc as it's broken bu...James O'Gorman2011-05-01
* Refine CPU detection code in BoxPlatform to allow use of multiple processors ...James O'Gorman2011-05-01
* Minor fix to runtest.pl to allow it to fail if an invalid test name is given ...James O'Gorman2011-04-28
* Log which modules are both using the same autogen files, for debugging.Chris Wilson2011-04-26
* Add a method to BackupStoreFilenameClear to get the clear filename only ifChris Wilson2011-04-26
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
* Reformat for readability.Chris Wilson2011-04-23
* Log the expected and actual values when comparison failed.Chris Wilson2011-04-23
* Log the line numbers where basicserver comms tests failed.Chris Wilson2011-04-23
* Log the name of the extended attribute that could not be read.Chris Wilson2011-04-23
* Allow stream formatting in "line" parameter of TEST_LINE macro.Chris Wilson2011-04-23
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2011-04-22
* Remove backslashes from comment, which could mean line continuation.Chris Wilson2011-04-22
* Add a macro to simplify sending protocol errors back to client. Check forChris Wilson2011-04-22
* Add an exception code and a protocol error code for modifying aChris Wilson2011-04-22
* Refactor GetLines to share common code, fix whitespace removal at end of line.Chris Wilson2011-04-22
* Link lib/server with qdbm and include the QDBM version in the daemon banner.Chris Wilson2011-04-22
* Remove duplicate code by caching the relative path of the backup locationChris Wilson2011-04-22
* Use the reference count database name constant rather than hard-coding it.Chris Wilson2011-04-20
* Update InstallJammer script to use the correct syntax and fix a few bugs,Chris Wilson2011-04-20
* Include <process.h> to get a definition for getpid() from the Windows CRT,Chris Wilson2011-04-20
* Remove getpid() emulation now that it's included in the SDK, which causesChris Wilson2011-04-20
* Add a shorter statement of the combined license.Chris Wilson2011-04-20
* Remove some redundant imports to reduce compile warnings in MSVC 2010.Chris Wilson2011-04-16
* Remove redundant copy of the version string from getversion.pl.Chris Wilson2011-04-16
* Substitute variables in boxbackup.mpi.in to build a valid InstallJammerChris Wilson2011-04-16
* Refactor MSVC library dependencies onto the common project, and removeChris Wilson2011-04-15
* Only initialise COM once, at bbackupd startup.Chris Wilson2011-04-14
* Support paths starting with \\?\, to fix support for backing up VSSChris Wilson2011-04-14
* Switch from solution dependencies to project-to-project dependencies.Chris Wilson2011-04-14
* Actually try to back up from the VSS snapshot volume.Chris Wilson2011-04-09
* Store the snapshot ID and lookup the resulting device name, building theChris Wilson2011-04-08