summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "Add support for OpenSSL 1.1 and replace deprecated function calls"Chris Wilson2018-02-25
* Merge pull request #22 from boxbackup/openssl_1_1Chris Wilson2018-01-02
|\
| * Add support for OpenSSL 1.1 and replace deprecated function callsChris Wilson2018-01-01
| * Replace RAND_pseudo_bytes with RAND_bytesChris Wilson2018-01-01
| * Fix quoting of CXXFLAGS and LDFLAGS in MakefilesChris Wilson2018-01-01
| * Detect which debugger to use in t-gdb scripts: lldb or gdbChris Wilson2018-01-01
| * Remove BoxBackup install step from Windows unibuildChris Wilson2018-01-01
| * Speed up superbuild rebuild by not extracting Boost againChris Wilson2018-01-01
|/
* Merge pull request #20 from boxbackup/windows_binary_packagesChris Wilson2017-11-30
|\
| * Merge branch 'master' into windows_binary_packagesChris Wilson2017-11-28
| |\ | |/ |/|
* | Merge pull request #19 from boxbackup/bbstored_certsChris Wilson2017-10-17
|\ \
| * | Fix -Wundefined-bool-conversion compile failure of master branchChris Wilson2017-10-16
| * | Fix parsing of OpenSSL 1.1 output in bbstored-certsChris Wilson2017-10-16
|/ /
| * Remove invalid use of null references (undefined behaviour)Chris Wilson2017-11-26
| * Install Box Backup in a temporary directory in Windows unibuildsChris Wilson2017-09-18
| * Change branches for which Windows packages are builtChris Wilson2017-09-16
| * Disable DEBUG to reduce CMake build verbosity on AppVeyorChris Wilson2017-09-16
| * Reduce AppVeyor build verbosity by passing extra args to sub-CMakeChris Wilson2017-09-16
| * Reorder lines in appveyor.yml to match actual execution orderChris Wilson2017-09-16
| * Remove Xamarin to remove 500 lines of junk from build logsChris Wilson2017-09-16
| * Build Win32/64 binary packages automaticallyChris Wilson2017-09-16
|/
* Merge pull request #17 from boxbackup/fix_arm64_unsigned_charChris Wilson2017-07-02
|\
| * Fix build on ARM64 with unsigned charChris Wilson2017-06-26
|/
* Increase precision of timing on Windows.Chris Wilson2017-06-22
* Reduce precision of common timer testChris Wilson2017-06-22
* Fix intercept of SYS_open on platforms that only have SYS_openat (e.g. arm64)Chris Wilson2017-06-22
* Use AX_CHECK_COMPILE_FLAG, add more checksChris Wilson2017-06-22
* Stop Git from normalising line endingsChris Wilson2017-06-22
* Relax timings on test_changing_client_store_marker_pauses_daemonChris Wilson2017-06-18
* Hopefully fix test/raidfile on Solaris.Chris Wilson2017-06-18
* Fix build on SmartOS by switching back to GNU MakeChris Wilson2017-06-18
* Install executables in test tree after building, not during "make install"Chris Wilson2017-06-18
* Add Boost to Travis build environment, and OSX buildsChris Wilson2017-06-18
* Update versions of dependencies for Windows unibuild, add BoostChris Wilson2017-06-18
* Tell Git to ignore some more generated filesChris Wilson2017-05-15
* Tell Git to treat .cpp files as text too.Chris Wilson2017-05-15
* Normalize all the line endingsChris Wilson2017-05-15
* Fix installation of scripts into parcel directory.Chris Wilson2016-11-03
* Merge rewritten build system.Chris Wilson2016-10-01
|\
| * Fix line endings of .vcxproj.user files to CRLF always.Chris Wilson2016-09-29
| * Merge ssh://mcnally.flexdns.net/home/chris/boxbackup into cmake_mergeChris Wilson2016-09-29
| |\
| | * Extend timeout in test/basicserver for slow machines.Chris Wilson2016-09-29
| * | Detect whether -Werror=return-type is supported by compiler.Chris Wilson2016-09-20
| |/
| * Lock account before modifying in backupstorefix.Chris Wilson2016-09-19
| * Reduce test timeout for testbackupstorefix.Chris Wilson2016-09-19
| * Remove unused #includes.Chris Wilson2016-09-19
| * Remove deletion of random files in testbackupstorefix.Chris Wilson2016-09-16
| * Speed up testbackupstorepatch on Windows.Chris Wilson2016-09-16
| * Improve error messages in test httpserver perl client script.Chris Wilson2016-09-16
| * Use IPv4 localhost address to access test httpserver.Chris Wilson2016-09-16