summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Avoid recompiling everything on MSVC when BoxVersion.h changes.Chris Wilson2011-10-25
|
* Add debug logging for conversion from VSS to real path.Chris Wilson2011-10-24
|
* Adjust for platforms where sizeof(long) < sizeof(void *), apparentlyChris Wilson2011-10-23
| | | | | | including Visual Studio 64-bit where sizeof(long) == 4. I don't fully understand the code, so I hope this adjustment is correct!
* Patch to support building on MinGW, thanks to Paolo ToscoChris Wilson2011-10-17
| | | | | (http://open3dalign.org, http://open3dqsar.org)
* Make libbackupstore depend on common, so common can generate BoxVersion.h firstChris Wilson2011-10-11
|
* Convert VSS path to original path for log messages in UpdateItems, toChris Wilson2011-10-11
| | | | | help admins to interpret them.
* Switch back from custom build step to pre-build event, as the custom step ↵Chris Wilson2011-10-11
| | | | just doesn't work
* Fix excludions on VSS paths by converting back to original namespace beforeChris Wilson2011-10-11
| | | | | checking for them. Also simplifies code.
* Fix illegal use of Logging::Add and Logging::Remove while iterating over loggersChris Wilson2011-10-11
|
* Copy a standard configuration to BoxConfig.h for MSVC users.Chris Wilson2011-10-11
|
* Don't die if BoxVersion.h doesn't exist yet.Chris Wilson2011-10-11
|
* Log fatal exceptions in main helper using BOX_FATAL instead of printf, toChris Wilson2011-10-09
| | | | | ensure they get logged in all the right places.
* Search for libraries in the path where Cygwin installs MinGW zlib as wellChris Wilson2011-10-09
|
* Check for libz.dll.a installed in new location before configuring forChris Wilson2011-10-09
| | | | | MinGW.
* Split Win32 defines out of emu.h to enable Boxi to include them beforeChris Wilson2011-10-09
| | | | | | wx/wx.h (to set UNICODE properly) without also #including winnt.h before UNICODE is set properly.
* Pass the correct LDFLAGS to Box Backup, to use mingw zlib instead of cygwin,Chris Wilson2011-10-09
| | | | | | copied from new Boxi config. Thanks to Achim for finding this and testing the fix.
* Extra white space.Chris Wilson2011-10-09
|
* Recent Cygwin versions of MinGW now define O_BINARY as well, also inChris Wilson2011-10-08
| | | | | | fcntl.h, so include it if we can find it, and only define O_BINARY if it turns out to be missing.
* Recent Cygwin versions of MinGW now define O_BINARY as well, also inChris Wilson2011-10-08
| | | | | | fcntl.h, so include it if we can find it, and only define O_BINARY if it turns out to be missing.
* 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.