summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Catch and log exceptions in the HousekeepStoreAccount destructor.Chris Wilson2015-12-22
* Use rd instead of rmdir command, to try to work properly in appveyor.Chris Wilson2015-12-20
* Fix OpenSSL makefile caching against version upgrades.Chris Wilson2015-12-20
* Add more debugging for perl not being able to run rmdir /s/q.Chris Wilson2015-12-20
* Move reusable files from bin/bbstored to lib/bbstored.Chris Wilson2015-12-20
* Reinstate bbackupquery Makefile.extra, removed by 403e7e2.Chris Wilson2015-12-20
* Try to debug why rmdir /s/q is failing.Chris Wilson2015-12-20
* Build the INSTALL target for tests, to put executables into the right placesChris Wilson2015-12-19
* Add a prepare-only mode to runtest.pl, to help with debugging on WindowsChris Wilson2015-12-19
* Fix PERL_EXECUTABLE #define to use properly-escaped pathChris Wilson2015-12-19
* Add dependencies between modules properlyChris Wilson2015-12-19
* Make tests verbose, so we can see why they are failingChris Wilson2015-12-19
* Replace mv command with rename(), and replace rm -r with rmdir /s/q on Windows.Chris Wilson2015-12-19
* Fix PERL_EXECUTABLE to be a native path, so that system() works.Chris Wilson2015-12-17
* Add support for cp command in testextra.Chris Wilson2015-12-17
* Add support for rmdir lines in testextra.Chris Wilson2015-12-17
* Fix account deletion on Windows.Chris Wilson2015-12-17
* Install test binaries too.Chris Wilson2015-12-17
* Change back to project directory at end, so that Appveyor can find the soluti...Chris Wilson2015-12-17
* Use CTest to run tests.Chris Wilson2015-12-15
* Remove getpid() that should never have been addedChris Wilson2015-12-14
* Print the message that we failed to send to the syslog, to make some debuggin...Chris Wilson2015-12-14
* Really fix file locking on WindowsChris Wilson2015-12-14
* Fix path to makedocumentation.pl, which has just movedChris Wilson2015-12-14
* Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyorChris Wilson2015-12-14
|\
| * Remove asserts that caused tests to blow up when directory permissions were w...Chris Wilson2015-12-14
| * Fix Windows file locking to work with MSVCChris Wilson2015-12-14
| * Add CTest configurations to CMake. Make some tests work on Windows/MSVC.Chris Wilson2015-12-13
| * Add header files to dependencies and generated Visual Studio projectsChris Wilson2015-12-13
| * Move reusable code out of bin directories.Chris Wilson2015-12-13
| * Add some little string functions to Utils.cpp.Chris Wilson2015-12-13
| * Remove the duplicate copy constructor that MSVC warns about.Chris Wilson2015-12-13
| * We still need to manually tell Configure to link ws2_32 as well as gdi32.Chris Wilson2015-12-13
| * Try a different way to link -lgdi32, hopefully after other libs this time.Chris Wilson2015-12-13
| * Also link -lgdi32 on Windows, because OpenSSL requires it!Chris Wilson2015-12-13
| * Pass the correct flags to the configure script to locate OpenSSL headers.Chris Wilson2015-12-13
| * Install OpenSSL, etc. in parent directory of source checkout.Chris Wilson2015-12-13
| * Make setup.exe executable after download, so we can run it.Chris Wilson2015-12-13
| * Fix -rdynamic checkMoritz 'Morty' StrĂ¼be2015-12-13
| * Fix invalid constant name, picked up by MSVC (and not by GCC or LLVM)Chris Wilson2015-12-13
| * Define TEST_EXECUTABLE to allow it to have different names on MSVC/CMake.Chris Wilson2015-12-13
| * Add wrapper for running tests easily on MSVC/CMakeChris Wilson2015-12-13
* | Add some little string functions to Utils.cpp.Chris Wilson2015-12-12
* | Merge branch 'appveyor' of github.com:boxbackup/boxbackup into appveyorChris Wilson2015-12-12
|\ \
| * | Fix invalid constant name, picked up by MSVC (and not by GCC or LLVM)Chris Wilson2015-12-12
| * | Define TEST_EXECUTABLE to allow it to have different names on MSVC/CMake.Chris Wilson2015-12-12
| * | Add wrapper for running tests easily on MSVC/CMakeChris Wilson2015-12-12
| * | Add a getpid() emulation for test/bbackupd on MSVCChris Wilson2015-12-12
| |/
| * Export $target_msvc specifically to determine if we are building for MSVC.Chris Wilson2015-12-12
| * Add support for binary targets depending on other binary targets.Chris Wilson2015-12-10