summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Show reasons for waiting during bbackupd and backupstorepatch tests,Chris Wilson2009-04-09
| | | | | | | | | | | to help with interpreting test output. When running at Trace level, where extra output from bbackupd etc. is common, log a single line at the start of waiting, instead of progress dots, to help with interpreting output. Show number of seconds waited for on Windows as well as Unixes.
* Hopefully fix another autoconf problem caused by attempt to supportChris Wilson2009-04-04
| | | | | cross-compiling.
* Blind fix for autoconf problems introduced by earlier attempt to supportChris Wilson2009-04-04
| | | | | cross-compiling.
* gcc 4.3 and 4.4 compile fixes, thanks to Reinhard Tartler and the DebianChris Wilson2009-04-03
| | | | | | | | project. See also: http://patch-tracking.debian.net/package/boxbackup/0.11~rc2+r2072-1 http://lists.warhead.org.uk/pipermail/boxbackup/2009-April/005159.html
* Use update copy to speed up rebuilds on windows/cygwin.Chris Wilson2009-04-03
|
* Fix missing LOG_* defines on Windows.Chris Wilson2009-04-02
|
* OSX Plist file updates, thanks to Achim.Chris Wilson2009-03-31
|
* Hopefully fix building and cleaning of bb-man.xsl.Chris Wilson2009-03-31
|
* Remove generated bb-man.xsl when making clean.Chris Wilson2009-03-31
|
* Merge some wiki formatting from Trac page, and installation instructions.Chris Wilson2009-03-31
|
* Win32 build instructions updated thanks to Achim.Chris Wilson2009-03-31
|
* Assume that we have no way to determine whether struct dirent has aChris Wilson2009-03-31
| | | | | valid d_type when cross-compiling, as this should be the safest option.
* Assume that lseek does not take a "dummy parameter" when cross-compiling,Chris Wilson2009-03-31
| | | | | | as this is only relevent for intercept tests anyway, and was probably fixed by casting the offset parameter to off_t anyway.
* Remove unused check for unaligned accesses, fails on cross-compiling.Chris Wilson2009-03-31
| | | | | | Disable large file support when cross-compiling, as the check cannot run in this environment.
* Add date to file logger, as requested by Kenny Millington.Chris Wilson2009-03-29
|
* Change type of BackupStoreFilename not to derive from std::string, soChris Wilson2009-03-29
| | | | | | | | it can't accidentally be used as one. Fix use of encrypted filename in deleted file message, thanks to Kenny Millington for reporting.
* Hopefully fix compile error reported by Mirko on cross-compiler.Chris Wilson2009-03-29
|
* Update svn:ignore attributes for new docs layout.Chris Wilson2009-03-28
|
* Rearrangement of api-notes directory.Chris Wilson2009-03-28
|
* Fix the docs Makefile to work on both linux and BSD again.Chris Wilson2009-03-28
|
* Preserve timestamps when doing a binary copy to make a distribution, so Chris Wilson2009-03-28
| | | | | | | | | | | that the built gzipped man pages are still newer than the XML source. Make NO-LICENSE also copy the file, to avoid redundancy in manifests. Fix location of API docs. Create docs/docbook directory to avoid error in making distribution.
* Use the Makefile in docs/ to build and clean documentation.Chris Wilson2009-03-28
| | | | | Don't rely on location of bb-man.xsl any more.
* Reorganise docs in trunk to match distribution layout, which is cleaner, Chris Wilson2009-03-28
| | | | | and makes Makefile work on distributions and trunk equally.
* Put the sed -i parameter back, but without the space, to make both linux Chris Wilson2009-03-28
| | | | | and bsd happy.
* Undo that, configure won't work without it.Chris Wilson2009-03-27
|
* No need to include makedistribution.pl in a distribution.Chris Wilson2009-03-27
|
* Allow substitutions and removing private sections for distribution in Chris Wilson2009-03-27
| | | | | .in files. Simplify code a little and improve comments.
* Don't skip building docs if we can't find a SVN version, as it breaks Chris Wilson2009-03-27
| | | | | | | | build on exported copies. It doesn't do any harm in distributions either, as long as timestamps on the pre-built man pages are correct, and allows users to modify the docbook source and rebuild as long as they have xsltproc.
* Fix patching of ExceptionCodes.txt to actually work on Linux, where sed Chris Wilson2009-03-27
| | | | | -i can't have an empty argument.
* Include <memory> for std::auto_ptrChris Wilson2009-03-24
|
* Add ability to specify a named log facility for syslog loggins, Chris Wilson2009-03-24
| | | | | requested by Kenny Millington.
* Switch to C++ include file names.Chris Wilson2009-03-24
|
* Debug logging of reason for request failure.Chris Wilson2009-03-24
|
* Need to copy libpcre.a from PCRE as well as libpcreposix.a.Chris Wilson2009-03-22
|
* Include emu.h on all platforms to support EMU_*_STAT.Chris Wilson2009-03-21
|
* Fix tests (hopefully) on Win32 for struct stat ino_t change from 16 toChris Wilson2009-03-21
| | | | | 64 bits.
* Note that Wine and binfmts are required to cross-compile successfully.Chris Wilson2009-03-20
| | | | | | Note that you have to find mingwm10.dll yourself, and where to find it on Debian/Ubuntu, and to modify parcels.txt to match.
* We no longer require mgwz.dll as we build zlib as a static library.Chris Wilson2009-03-20
|
* Wrap long lines for readability.Chris Wilson2009-03-19
|
* Add comment about running test as root.Chris Wilson2009-03-16
|
* Fix type of string position variable to avoid failure (and warning) onChris Wilson2009-03-16
| | | | | platforms where size_t is signed, e.g. FreeBSD.
* Fix race condition where bbackupd would run just before test finished Chris Wilson2009-03-15
| | | | | | waiting for its 90 second error timeout on slow machines, e.g. FreeBSD VM, causing bbackupd test to fail.
* Fix crash when freebsd (maybe *bsd) returns ECONNRESET on close(), whichChris Wilson2009-03-15
| | | | | | | | presumably means that the socket is already closed, causing bbackupd test to fail. Thanks to Victor Meirans for reporting the problem. See http://wiki.powerdns.com/cgi-bin/trac.fcgi/changeset/1280 and http://wiki.powerdns.com/cgi-bin/trac.fcgi/ticket/192 for example.
* Fix compile error on FreeBSD due to missing #include of signal.hChris Wilson2009-03-15
|
* Compile fix.Chris Wilson2009-01-24
|
* Move S3Client class into its own files for public access.Chris Wilson2009-01-09
|
* Add support for PUT requests in HTTP simulator.Chris Wilson2009-01-09
|
* Reset to remove old content in HTTPResponse in assignment operator.Chris Wilson2009-01-09
|
* Initial implementations of S3Client class.Chris Wilson2009-01-07
|
* Allow copying an HTTPResponse so that it can be returned by S3Client Chris Wilson2009-01-07
| | | | | methods.