aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/http.c
Commit message (Expand)AuthorAgeFilesLines
* Add compatibility for old libevent.Vsevolod Stakhov2014-10-171-1/+1
* Fix HTTP connection termination.Vsevolod Stakhov2014-10-151-1/+3
* Block SIGPIPE for HTTP writing.Vsevolod Stakhov2014-10-151-1/+9
* Remove extra ref of http connection on error.Vsevolod Stakhov2014-10-081-1/+0
* Implement the proper reset of HTTP messages.Vsevolod Stakhov2014-09-221-16/+57
* Fix processing of large writes.Vsevolod Stakhov2014-09-101-2/+6
* Reduce log noise.Vsevolod Stakhov2014-09-021-3/+3
* Log HTTP actions.Vsevolod Stakhov2014-09-011-1/+3
* Add URL parsing utility.Vsevolod Stakhov2014-08-211-8/+60
* Allow usage of default event base.Vsevolod Stakhov2014-08-211-2/+6
* Do not call http body handler on end of message.Vsevolod Stakhov2014-08-201-4/+1
* Reset http_parser on connection reset.Vsevolod Stakhov2014-08-201-11/+23
* Add HTTP_CLIENT_SIMPLE option.Vsevolod Stakhov2014-08-201-7/+29
* Unify style without sorting headers.Vsevolod Stakhov2014-07-231-122/+179
* Revert "Unify code style."Vsevolod Stakhov2014-07-231-182/+125
* Unify code style.Vsevolod Stakhov2014-07-231-125/+182
* Turn off read polling on finished connection.Vsevolod Stakhov2014-07-191-0/+5
* Handle default index append.Vsevolod Stakhov2014-05-021-8/+1
* Serve files in subdirs.Vsevolod Stakhov2014-05-021-1/+25
* Fix dirname(3) usage.Vsevolod Stakhov2014-05-021-3/+3
* Apply realpath to static files dir for controller.Vsevolod Stakhov2014-05-021-1/+1
* Fix misprint.Vsevolod Stakhov2014-05-021-1/+1
* Write custom status in HTTP reply.Vsevolod Stakhov2014-04-301-1/+2
* Save status for HTTP errors.Vsevolod Stakhov2014-04-301-0/+23
* Fix events in http one more time.Vsevolod Stakhov2014-04-231-1/+0
* Fix issue with read event in http server.Vsevolod Stakhov2014-04-231-1/+17
* Save status code in http message.Vsevolod Stakhov2014-04-221-0/+1
* Do not use http entry after freeing it.Vsevolod Stakhov2014-04-221-1/+1
* Fix issue with writing messages without body.Vsevolod Stakhov2014-04-221-3/+3
* Rework project structure, remove trash files.Vsevolod Stakhov2014-04-211-0/+1222