summaryrefslogtreecommitdiffstats
path: root/src/http.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-1222/+0
|
* Fix issues with static files in http router.Vsevolod Stakhov2014-04-131-13/+28
|
* Improve files handling in http worker.Vsevolod Stakhov2014-04-121-3/+52
|
* Add compatibility output for rspamd 0.6 protocol.Vsevolod Stakhov2014-04-061-33/+56
|
* Update method from http parser to http message.Vsevolod Stakhov2014-04-051-0/+2
|
* Improve error reporting.Vsevolod Stakhov2014-03-301-6/+14
|
* Allow rspamd HTTP router to serve static files.Vsevolod Stakhov2014-03-301-14/+82
|
* Rework HTTP router.Vsevolod Stakhov2014-02-281-0/+5
|
* Remove CC warning.Vsevolod Stakhov2014-02-031-1/+1
|
* Allow to find a header in message.Vsevolod Stakhov2014-01-281-0/+21
|
* New http_router interface.Vsevolod Stakhov2014-01-271-3/+161
| | | | | | | 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 Stakhov2014-01-201-1/+20
|
* New rspamc client.Vsevolod Stakhov2014-01-201-10/+14
|
* Write the new client library.Vsevolod Stakhov2014-01-201-6/+17
|
* Simplify states of task. Disable broken code.Vsevolod Stakhov2014-01-191-2/+2
|
* Implement HTTP session for normal worker.Vsevolod Stakhov2014-01-131-5/+0
|
* Start moving to HTTP world.Vsevolod Stakhov2014-01-121-0/+4
|
* Forgot about event adding.Vsevolod Stakhov2014-01-101-0/+4
|
* Write some more HTTP headers in reply.Vsevolod Stakhov2014-01-091-7/+46
|
* Unify http code for client and server.Vsevolod Stakhov2014-01-091-260/+475
|
* Reorganize HTTP library.Vsevolod Stakhov2014-01-091-76/+67
|
* Implement http server using http_parser.Vsevolod Stakhov2014-01-081-0/+591