summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Expand)AuthorAge
* Print info lines to STDERR so that they don't confuse the configureChris Wilson2009-09-21
* Include html docs in parcels.Chris Wilson2009-04-26
* Put the shell script that kills all running daemons into a shellChris Wilson2009-04-26
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2009-04-13
* Blind fix for autoconf problems introduced by earlier attempt to supportChris Wilson2009-04-04
* Use update copy to speed up rebuilds on windows/cygwin.Chris Wilson2009-04-03
* Assume that we have no way to determine whether struct dirent has aChris Wilson2009-03-31
* Assume that lseek does not take a "dummy parameter" when cross-compiling,Chris Wilson2009-03-31
* Preserve timestamps when doing a binary copy to make a distribution, so Chris Wilson2009-03-28
* Use the Makefile in docs/ to build and clean documentation.Chris Wilson2009-03-28
* Allow substitutions and removing private sections for distribution in Chris Wilson2009-03-27
* Don't skip building docs if we can't find a SVN version, as it breaks Chris Wilson2009-03-27
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Fix process kill function, fixes [2402] [2404].Chris Wilson2008-12-16
* More backslashes, I said, MORE BACKSLASHES!Chris Wilson2008-12-06
* Fix missing curly brace.Chris Wilson2008-12-05
* Simplify code for killing old fart processes on Windows/CygwinChris Wilson2008-12-05
* Hook the man pages into the build/install system. Man pages are now included ...James O'Gorman2008-11-23
* Allow use of literal paths in parcels.txt (i.e. files to be installed outside...James O'Gorman2008-11-22
* Update distribution generator.James O'Gorman2008-10-27
* Reverse the test for __syscall(), remove the test for syscall(),Chris Wilson2008-10-26
* Create destination directory before installing into it, as requestedChris Wilson2008-10-18
* Determine whether to use find | xargs at build time, not at run time,Chris Wilson2008-10-08
* Compile fix for makeparcels.pl (missing definition of @args).Chris Wilson2008-10-08
* Include LICENSE.txt in parcels, but don't install it.Chris Wilson2008-10-08
* Add a script to print the Box software version, to substitute into theChris Wilson2008-10-05
* Move parcel_* functions into BoxPlatform package to share them withChris Wilson2008-10-05
* Update autoconf to silence warnings on autoconf >= 2.62James O'Gorman2008-10-05
* Use xargs to delete files on Cygwin, as it's much faster than find -exec.Chris Wilson2008-10-04
* Remove -K option which now does nothing on Windows.Chris Wilson2008-10-03
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Use cross-compiling windres detected by configure.Chris Wilson2008-09-13
* Add missing include dirs for pcre, and missing link to advapi32.dll.Chris Wilson2008-09-06
* Don't try to kill daemons if not running, avoid error messages.Chris Wilson2008-09-06
* Fix GNUism in use of xargs (xargs -r is a GNU extension) - just get find to p...James O'Gorman2008-09-05
* Understand Boxi SVN URLs and build an appropriate version string for Box Chris Wilson2008-08-21
* Remove built binaries and libraries in clean target, so that it behaves Chris Wilson2008-08-21
* Build lib/win32.a (even if empty) on all platforms, to help Boxi Chris Wilson2008-08-21
* Handle multiple-line dependencies in Makefile.extraChris Wilson2008-08-10
* Kill running daemons using kill -f on Windows (cygwin) which killsChris Wilson2008-08-03
* Add spaces before Make progress output lines to visually separateChris Wilson2008-07-26
* Remove redundant copies of flags from make command line.Chris Wilson2008-05-28
* Set program name in tests to module name (e.g. test/bbackupd).Chris Wilson2008-05-28
* Define Box module name on the compiler command line (useful for tests Chris Wilson2008-05-28
* Reorganise includes in test main template.Chris Wilson2008-04-09
* Run daemons quietly (with -K) in tests under Windows.Chris Wilson2008-03-13
* Flush standard output when finishing test, useful on Windows where it Chris Wilson2008-03-01
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
* Add support for verbosity control in tests.Chris Wilson2008-01-31
* Make the parcel install scripts use $DESTDIR from the environment, toChris Wilson2008-01-29