Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-03-03 | Fixed content-type and range handling. | Jon Bergli Heier | 1 | -2/+5 |
2011-03-02 | Add ability to serve parts of a file. | Vegard Storheil Eriksen | 1 | -2/+62 |
2011-01-10 | Added HTTP::Static for serving static content. | Vegard Storheil Eriksen | 1 | -0/+1 |
2011-01-10 | Catch exceptions in HTTP::Connection::handle_read() and return status 500. | Vegard Storheil Eriksen | 1 | -21/+34 |
2011-01-10 | Added response_map for http response codes. | Vegard Storheil Eriksen | 1 | -3/+18 |
2011-01-02 | Cast strings to std::string to avoid sending null-bytes in write_headers(). | Jon Bergli Heier | 1 | -2/+2 |
2011-01-02 | Added send_data(istream). | Vegard Storheil Eriksen | 1 | -0/+11 |
2011-01-02 | Write headers. | Vegard Storheil Eriksen | 1 | -0/+4 |
2011-01-02 | Merge HTTPResponse into HTTP::Connection. | Vegard Storheil Eriksen | 1 | -7/+31 |
2011-01-02 | Add HTTP::Connection::send_error. | Vegard Storheil Eriksen | 1 | -1/+7 |
2011-01-02 | Move HTTP::Connection::parse_request into new file. | Vegard Storheil Eriksen | 1 | -35/+0 |
2011-01-02 | Add PathList, fix path_p. | Vegard Storheil Eriksen | 1 | -2/+13 |
2011-01-02 | Decoupled HTTP::Connection from handler. | Vegard Storheil Eriksen | 1 | -22/+4 |
2011-01-02 | Urldecode query arguments. | Vegard Storheil Eriksen | 1 | -1/+1 |
2011-01-02 | Urldecode path. | Vegard Storheil Eriksen | 1 | -1/+3 |
2011-01-02 | Copy buffer contents to string to workaround bug with boost::asio::buffers_it... | Vegard Storheil Eriksen | 1 | -3/+5 |
2010-12-31 | Hacked stuff to work again. | Vegard Storheil Eriksen | 1 | -19/+20 |
2010-12-30 | Added request parser based on Boost.Spirit. | Vegard Storheil Eriksen | 1 | -3/+58 |
2010-12-29 | HTTPServer/HTTPConnection cleanup. | Vegard Storheil Eriksen | 1 | -0/+38 |