summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Expand)AuthorAge
* Remove the global logging level.Chris Wilson2014-04-09
* Support microsecond timestamps for files on Linux.Chris Wilson2014-04-09
* Fix compile error caused by missing std::list prototype.Chris Wilson2014-02-07
* Allow running only named tests in test suites that support it.Chris Wilson2014-02-07
* Show module name of each file when compiling.Chris Wilson2014-02-07
* Compile debug builds with glibc debugging containers.Chris Wilson2014-02-07
* Close syslog before checking for files left open in tests.Chris Wilson2014-02-07
* Fix getopt header confusion.Chris Wilson2013-09-30
* Add support for the -W option to test runner executable.Chris Wilson2013-08-21
* We need rm -f to remove read-only files from .svn directory copies in testfiles.Chris Wilson2012-11-15
* Don't use getpeername(), sys/socket.h or sys/un.h on platforms that don'tChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB when searching for SSLChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to search for EVP_CipherInit_ex,Chris Wilson2012-11-14
* Request linker to statically link libz.a, since the default now appears toChris Wilson2012-11-14
* Don't flag an error if the only sockets "leaked" are syslog sockets.Chris Wilson2012-11-08
* Check for /dev/log and don't report if fds to it are leaked.Chris Wilson2012-11-08
* Update MSVC 2010 project to match recent changes to file locations.Chris Wilson2012-07-20
* Fix BuildPlatform.pm for Mac OS X 10.7+ and Xcode >= 4.James O'Gorman2012-05-24
* Check for -lcrypto before -lssl, to ensure correct order in LIBS and successf...Chris Wilson2012-04-28
* Move libdl tests before boxbackup tests in configure.ac to fix OpenSSL link e...Chris Wilson2012-04-28
* Hopefully fix TcpNice setsockopt/struct tcp_info compile errors on Windows.Chris Wilson2012-03-16
* Add experimental "TCP Nice" mode, disabled by default.Chris Wilson2012-02-12
* Set console log level as well as global level in tests.Chris Wilson2012-02-02
* Print the message of the exception that caused a test to fail.Chris Wilson2012-01-22
* Patch to support building on MinGW, thanks to Paolo ToscoChris Wilson2011-10-17
* Make libbackupstore depend on common, so common can generate BoxVersion.h firstChris Wilson2011-10-11
* Switch back from custom build step to pre-build event, as the custom step jus...Chris Wilson2011-10-11
* Don't die if BoxVersion.h doesn't exist yet.Chris Wilson2011-10-11
* 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
* Pass the correct LDFLAGS to Box Backup, to use mingw zlib instead of cygwin,Chris Wilson2011-10-09
* Extra white space.Chris Wilson2011-10-09
* Silence warnings from new MinGW headers that expect __MINGW_FEATURES__Chris Wilson2011-10-08
* Rephrase -rdynamic message.Chris Wilson2011-10-07
* Skip -rdynamic on cygwin as well as Solaris.Chris Wilson2011-10-05
* 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
* Update MSVC project for new names of protocol files.Chris Wilson2011-08-28
* Reinstate the -f option to avoid failure if the files don't exist.Chris Wilson2011-06-30
* make make clean remove all auto-generated files, and not use force where it's...Chris Wilson2011-06-30
* Fix MSVC 2010 project for new file locations. Separate libbackupclient filesChris Wilson2011-05-24
* Define PACKAGE_TARNAME variable in autoconf, change doc install location from...James O'Gorman2011-05-02
* 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
* Refine CPU detection code in BoxPlatform to allow use of multiple processors ...James O'Gorman2011-05-01
* Log which modules are both using the same autogen files, for debugging.Chris Wilson2011-04-26
* Remove some redundant imports to reduce compile warnings in MSVC 2010.Chris Wilson2011-04-16
* Remove redundant copy of the version string from getversion.pl.Chris Wilson2011-04-16
* Substitute variables in boxbackup.mpi.in to build a valid InstallJammerChris Wilson2011-04-16
* Refactor MSVC library dependencies onto the common project, and removeChris Wilson2011-04-15