summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Add missing dependencies between modulesChris Wilson2015-12-09
| |
| * Fix mismatched start and end test macros on WindowsChris Wilson2015-12-09
| |
| * Try yet another way to expand variables in PowerShellChris Wilson2015-12-09
| |
| * Hide copious warnings about spurious memory leaksChris Wilson2015-12-09
| |
| * Fix another use of a non-standard BSD variable.Chris Wilson2015-12-09
| |
| * Merge Arnaud Grandville's Windows fixes.Chris Wilson2015-12-09
| |\ | | | | | | | | | Merge branch 'master' of https://github.com/agrandville/boxbackup into appveyor
| | * add specific define to allow the use of std::min and sd::max from windowsAG2015-10-26
| | |
| | * remove Safe Exception Handling flagAG2015-10-26
| | |
| | * min & max are not from std namespaceAG2015-10-26
| | | | | | | | | | | | | | | | | | u_int8_t is unsigned char strings.h file is missing errors generated by deprecated functions are now hidden (C4996 warning)
| | * visual studio 2013 solution Release & DebugAG2015-10-26
| | |
| | * Update README.mdChris Wilson2015-09-22
| | | | | | | | | Fix markdown for travis build status badge.
| | * Create a README file.Chris Wilson2015-09-22
| | |
| | * Merge pull request #5 from boxbackup/fix_arm_struct_packingChris Wilson2015-09-22
| | |\ | | | | | | | | Add a test for reading and writing BackupStoreDirectory binary data
| | | * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #7 from boxbackup/travis_parallel_buildChris Wilson2015-09-21
| | |\ \ | | | | | | | | | | | | | | | | | | | | Travis parallel build Tests pass on Travis, merging, fixes #2.
| | | * \ Merge branch 'master' into travis_parallel_buildChris Wilson2015-09-21
| | | |\ \ | | | |/ / | | |/| |
| | | * | Merge branch 'pull/parallel' of https://github.com/cmorty/boxbackup into ↵Chris Wilson2015-09-21
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | travis_parallel_build Conflicts: .travis.yml
| | | | * | Build all branchesMoritz 'Morty' Strübe2015-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Putting potential pull-requests on the master branch is a bad idea. They should be tested nonetheless.
| | | | * | Start parallizing testsMoritz 'Morty' Strübe2015-08-31
| | | | | |
| | | | * | Make .travis.yml clearerMoritz 'Morty' Strübe2015-08-31
| | | | | |
| | | | | * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #4 from boxbackup/fix_exception_message_corruptionChris Wilson2015-09-21
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | Fix exception message corruption. Tests pass in Travis, merging.
| | | * | | Merge branch 'master' into fix_exception_message_corruptionChris Wilson2015-09-21
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch 'master' into fix_exception_message_corruptionChris Wilson2015-09-20
| | | |\ \ \
| | | * | | | Really fix makeexception.pl.in this timeChris Wilson2015-09-02
| | | | | | |
| | | * | | | Fix exception message corruption.Chris Wilson2015-08-31
| | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | Using the c_str() of a std::string after the string has been freed is unsafe and can lead to corrupted error messages in tests, or worse.
| | | | | * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-21
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #6 from boxbackup/fix_travis_ssl_keepalive_testChris Wilson2015-09-21
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | Fix travis ssl keepalive test. Tests pass on Travis, merging.
| | | * | | Merge branch 'master' into fix_travis_ssl_keepalive_testChris Wilson2015-09-20
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Remove all timing dependency from test_ssl_keepalives().Chris Wilson2015-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test has always been fragile, and usually fails on Travis for reasons unknown, so replace the log parsing and intercepts with simple mocking code. This doesn't cover 100% of what the old test did, including diff timer aborts and the number of blocks used by the uploaded files, but it should be completely robust.
| | | * | | Rename global TLSContext variable to avoid conflicts.Chris Wilson2015-09-20
| | | |/ / | | | | | | | | | | | | | | | | | | | | "context" might easily be used in a test function, and doesn't follow our naming convention anyway, so renamed to sTlsContext.
| | | | * Merge branch 'master' into fix_arm_struct_packingChris Wilson2015-09-20
| | | | |\ | | | |_|/ | | |/| |
| | * | | Merge pull request #3 from boxbackup/travis_cacheChris Wilson2015-09-20
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | Enable ccache to speed up builds. All tests are passing on Travis now, so I'm going to merge this to speed up future tests.
| | | * | Move ccache status commands into before_script and script.Chris Wilson2015-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't force use of clang even on gcc builds. Print CXX values that will be used during Make. Dummy commit to make Travis rebuild the Pull Request.
| | | * | Second attempt to enable ccache.Chris Wilson2015-09-02
| | | | |
| | | * | Enable ccache to speed up buildsChris Wilson2015-08-31
| | |/ /
| | | * Add a test for reading and writing BackupStoreDirectory binary data.Chris Wilson2015-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See discussion of incompatible struct packing on ARM processors: http://lists.boxbackup.org/pipermail/boxbackup/2010-November/005818.html http://lists.boxbackup.org/pipermail/boxbackup/2011-February/005978.html Thanks to Leif Linderstam for identifying the problem and proposing a solution. This is just a test for the problem, not a fix in itself.
| | | * Comments and whitespace fixesChris Wilson2015-09-19
| | | |
| | | * Add support for uint16 types to ArchiveChris Wilson2015-09-19
| | |/
| * | Generate protocol files as well, like exception files.Chris Wilson2015-12-09
| | |
| * | Try another way to use variables in URLs in PowerShell.Chris Wilson2015-12-09
| | |
| * | Remove #defines of POSIX functions deprecated by Microsoft.Chris Wilson2015-12-09
| | | | | | | | | | | | | | | | | | These defines are too wide-reaching in their effects on unrelated code. Add a replacement for strncasecmp.
| * | Find ZLib library and link to it.Chris Wilson2015-12-09
| | |
| * | Remove unused headers not present on Windows. Add missing header.Chris Wilson2015-12-09
| | |
| * | Try changing quoting to enable expanding environment variables in URL.Chris Wilson2015-12-09
| | |
| * | Upgrade OpenSSL to 1.0.2e.Chris Wilson2015-12-09
| | | | | | | | | | | | | | | The old file has been removed from its previous URL, so Appveyor won't build the project any more until it's fixed.
| * | Ask AppVeyor to build Zlib from source using CMake.Chris Wilson2015-12-09
| | | | | | | | | | | | Significantly improved CMake config, successfully builds some modules.
| * | Fix most of the issues with the CMake-generated Visual Studio project files.Chris Wilson2015-12-08
| | | | | | | | | | | | Now just down to an import error.
| * | Remove non-standard BSD u_int* types.Chris Wilson2015-12-08
| | | | | | | | | | | | | | | | | | | | | MSVC doesn't like them, and they're not necessary now that we have stdint.h. Remove some compatibility typedefs from BoxPlatform.h and emu.h which are not needed any longer either.
| * | Remove unused headers to aid compilation on Windows (MSVC).Chris Wilson2015-12-08
| | |