Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -278/+0 |
| | |||||
* | Allow rspamd HTTP router to serve static files. | Vsevolod Stakhov | 2014-03-30 | 1 | -1/+5 |
| | |||||
* | Rework HTTP router. | Vsevolod Stakhov | 2014-02-28 | 1 | -1/+7 |
| | |||||
* | Allow to find a header in message. | Vsevolod Stakhov | 2014-01-28 | 1 | -0/+7 |
| | |||||
* | New http_router interface. | Vsevolod Stakhov | 2014-01-27 | 1 | -10/+63 |
| | | | | | | | This interface is designed to emulate evhttp behaviour and route requests among a set of functors regarding the requested path. It hides some http_connection internals allowing to work on a pretty high level implementing an HTTP server instance. | ||||
* | Implement refcount for http connection. | Vsevolod Stakhov | 2014-01-20 | 1 | -2/+27 |
| | |||||
* | Write some more HTTP headers in reply. | Vsevolod Stakhov | 2014-01-09 | 1 | -1/+2 |
| | |||||
* | Unify http code for client and server. | Vsevolod Stakhov | 2014-01-09 | 1 | -29/+45 |
| | |||||
* | Reorganize HTTP library. | Vsevolod Stakhov | 2014-01-09 | 1 | -36/+38 |
| | |||||
* | Implement http server using http_parser. | Vsevolod Stakhov | 2014-01-08 | 1 | -0/+164 |