summaryrefslogtreecommitdiff
path: root/test/httpserver/testhttpserver.cpp
Commit message (Collapse)AuthorAge
* Fix httpserver tests on win32.Chris Wilson2009-04-26
|
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2009-04-13
|
* Add missing #include <algorithm> to fix compile on lenny.Chris Wilson2009-04-10
|
* Fix compile error due to misisng signals on Windows. httpserver testChris Wilson2009-04-09
| | | | | still does not pass.
* Add comment about running test as root.Chris Wilson2009-03-16
|
* Fix compile error on FreeBSD due to missing #include of signal.hChris Wilson2009-03-15
|
* 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
|
* Initial implementations of S3Client class.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
|
* First part of S3 Simulator, read-only GET requests.Chris Wilson2009-01-04
|
* Add ability to send an HTTPRequest to a socket and to parse an Chris Wilson2009-01-03
| | | | | HTTPResponse from a socket, to create a simple HTTP client.
* Compile and config verify fixes for HTTP server code.Chris Wilson2009-01-03
|
* Copy tests for HTTP server.Chris Wilson2009-01-03