Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Vegard Storheil Eriksen | 1 | -3/+5 | |
boost::asio::buffers_iterator. | |||||
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 | |