summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Only advertise -E option if readline support is built in.Chris Wilson2011-10-08
|
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
| | | | | | | | to be defined. Check for fcntl.h and include it if we have it, not just on MSVC, now that MinGW also defines O_BINARY in newer versions.
* Rephrase -rdynamic message.Chris Wilson2011-10-07
|
* Add libgcc.dll to dependencies, required by newer cygwin gcc.Chris Wilson2011-10-05
|
* Skip -rdynamic on cygwin as well as Solaris.Chris Wilson2011-10-05
|
* Update for new names and locations of MinGW and zlib DLLs.Chris Wilson2011-10-05
|
* Update to latest released versions of dependencies.Chris Wilson2011-10-05
| | | | | | | | Don't install man pages for openssl, as they're not very useful and it takes forever. Itemise development dependencies and include an editor (vim).
* Flush stream after restore fails, thanks to Sune Molgaard for reporting.Chris Wilson2011-09-29
|
* Ignore some auto-generated files.Chris Wilson2011-09-25
|
* Don't regenerate zipped manpages unless needed.Chris Wilson2011-09-25
|
* Move Box Backup's custom tests into own file, to share with Boxi.Chris Wilson2011-09-25
|
* Add missing include of <memory> to fix compile.Chris Wilson2011-08-29
|
* Mark qdbm for no auto-generation by Boxi.Chris Wilson2011-08-28
|
* Use "more standard" Windows API functions FindFirstFileW and FindNextFileWChris Wilson2011-08-28
| | | | | | | | | | for directory enumeration instead of _wfindfirst and _wfindnext. Ignore reparse points when enumerating directories to avoid infinite loops. Convert VSS paths back to real paths when notifying users about backup progress.
* Fix potential conflict between WINVERs in Timers.Chris Wilson2011-08-28
|
* Output the names of protocol files being written.Chris Wilson2011-08-28
|
* Update MSVC project for new names of protocol files.Chris Wilson2011-08-28
|
* Add missing include of backup protocol.Chris Wilson2011-08-28
|
* Fix generation of client and server protocols (now merged).Chris Wilson2011-08-28
|
* Fix incorrect "conversion failed" message when logging NULL VSS parameter.Chris Wilson2011-08-28
| | | | | | | Fix log level of VSS component type to TRACE instead of INFO. Fix VSS path generation for absolute paths including drive letters.
* Finish renaming auto-generated classes to fix compilation errors.Chris Wilson2011-08-28
|
* Log failure to convert log string to console encoding on Windows.Chris Wilson2011-08-27
|
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
| | | | | Rename ProtocolObject to Message.
* Log net traffic (in-out) in bbstored, as requested by Pete Jalajas.Chris Wilson2011-08-27
|
* Log the number of files uploaded and directories created, as requested by ↵Chris Wilson2011-08-27
| | | | Achim, closes #61.
* Correct formatting of log message (missing bracket).Chris Wilson2011-08-27
|
* Include qdbm/ in distribution manifest.James O'Gorman2011-08-21
|
* Update locations of auto-generated files after recent reorganisation.Chris Wilson2011-08-01
|
* 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 ↵Chris Wilson2011-06-30
| | | | Sune Mølgaard for reporting.
* make make clean remove all auto-generated files, and not use force where ↵Chris Wilson2011-06-30
| | | | it's not necessary.
* Fix test/bbackupd build for new object locations.Chris Wilson2011-06-22
|
* Fix type aliasing that's strictly speaking incompatible and may actually be ↵Chris Wilson2011-06-22
| | | | | | | skipped by the compiler (according to http://blog.worldofcoding.com/2010/02/solving-gcc-44-strict-aliasing-problems.html).
* test/backupstorepatch needs BackupClientCryptoKeys.h which is in ↵Chris Wilson2011-06-17
| | | | lib/backupclient, not backupstore.
* 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
| | | | | out of libcommon. Silence CRT deprecation warnings in QDBM build.
* Move remaining parts of BackupStoreFile into lib/backupstore, and fix moduleChris Wilson2011-05-24
| | | | | | dependencies to fail if anything else required by bbstored is still in lib/backupclient instead of lib/backupstore.
* Blind fix for displaying error message as well as code when emu unicode ↵Chris Wilson2011-05-24
| | | | conversion fails.
* 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 ↵James O'Gorman2011-05-02
| | | | from parcel name to this for neatness.
* 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
| | | | | | * Add code to configure to detect whether we should compile with -m32 or -m64. GCC on Solaris defaults to 32-bit even of the OS is running in 64-bit mode. (Solaris only) * Change the CFLAGS, CXXFLAGS and LDFLAGS definitions to be append rather than set. This allows passing them at compile-time to make(1).
* Change encoding of biblio-iso690.xsl from windows-1250 to utf-8 to match the ↵James O'Gorman2011-05-02
| | | | | | | | | other stylesheets. This reflects the change made upstream at the DocBook project. This also fixes the man page build on Solaris, which has no support for windows-1250 in its libxml. Ref: http://sourceforge.net/project/shownotes.php?release_id=603854
* Unbreak Solaris build: skip checking for -rdynamic with gcc as it's broken ↵James O'Gorman2011-05-01
| | | | but yet returns 0 - this causes autoconf to think that the check succeeded when gcc actually threw an error. Bad gcc!
* Refine CPU detection code in BoxPlatform to allow use of multiple processors ↵James O'Gorman2011-05-01
| | | | on systems other than Darwin.
* Minor fix to runtest.pl to allow it to fail if an invalid test name is given ↵James O'Gorman2011-04-28
| | | | - otherwise it fails to chdir() and runs make in the wrong directory.
* Log which modules are both using the same autogen files, for debugging.Chris Wilson2011-04-26
|