summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Use the Makefile in docs/ to build and clean documentation.Chris Wilson2009-03-28
* Reorganise docs in trunk to match distribution layout, which is cleaner, Chris Wilson2009-03-28
* Put the sed -i parameter back, but without the space, to make both linux Chris Wilson2009-03-28
* 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
* Don't skip building docs if we can't find a SVN version, as it breaks Chris Wilson2009-03-27
* Fix patching of ExceptionCodes.txt to actually work on Linux, where sed Chris Wilson2009-03-27
* Include <memory> for std::auto_ptrChris Wilson2009-03-24
* Add ability to specify a named log facility for syslog loggins, Chris Wilson2009-03-24
* 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
* Note that Wine and binfmts are required to cross-compile successfully.Chris Wilson2009-03-20
* 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
* Fix race condition where bbackupd would run just before test finished Chris Wilson2009-03-15
* Fix crash when freebsd (maybe *bsd) returns ECONNRESET on close(), whichChris Wilson2009-03-15
* 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
* Add Amazon S3 signature checking to simulator.Chris Wilson2009-01-06
* Add support for HTTP PUT requests (uploads) in S3 simulator.Chris Wilson2009-01-05
* Create HTTP responses with the stream that they will be sent to, for 100 Chris Wilson2009-01-05
* Remove definitions of unwanted copy constructor and assignment operator, Chris Wilson2009-01-05
* Don't read the whole uploaded body in HTTPRequest::Receive, as the Chris Wilson2009-01-05
* New exception code for sending an HTTP response when it was not created Chris Wilson2009-01-05
* Add support for sending an HTTP/1.0 100 Continue response during Chris Wilson2009-01-05
* First part of S3 Simulator, read-only GET requests.Chris Wilson2009-01-04
* Allow adding headers to an HTTPRequest.Chris Wilson2009-01-04
* Move IOStream::Write(char *) out of line for debugging.Chris Wilson2009-01-04
* Move stream comparison code out of BackupQueries::Compare to Chris Wilson2009-01-04
* Add HTTP status code 400, method not allowed.Chris Wilson2009-01-04
* Compare API for notification on starting to compare a file or directory.Chris Wilson2009-01-03
* Change socket type from int to Socket::Type enum.Chris Wilson2009-01-03
* Add ability to send an HTTPRequest to a socket and to parse an Chris Wilson2009-01-03
* Move TEST_EQUAL macro into lib/common/Test.h, rename to TEST_EQUAL_LINE, Chris Wilson2009-01-03
* Add a method to write a C style string directly to an IOStream.Chris Wilson2009-01-03
* Reset read and write closed state of a socket after Open() and Attach().Chris Wilson2009-01-03
* Change use of int to identify a socket type to the proper enum.Chris Wilson2009-01-03