summaryrefslogtreecommitdiff
path: root/evhttp.h
Commit message (Expand)AuthorAgeFilesLines
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* r15549@tombo: nickm | 2008-05-08 11:53:11 -0400Nick Mathewson2008-05-081-0/+1
* migrate evhttp to event2; accessors are still missingNiels Provos2008-05-081-423/+3
* add support for virtual http hosts; no tests yetNiels Provos2008-05-051-0/+35
* fix a bug where it was not possible to bind multiple sockets to the same httpNiels Provos2008-05-041-0/+3
* improve doxygen documentation for evhttp.h - still incompleteNiels Provos2008-05-041-17/+64
* r15346@tombo: nickm | 2008-04-29 17:19:18 -0400Nick Mathewson2008-04-291-12/+0
* r15339@tombo: nickm | 2008-04-29 14:03:48 -0400Nick Mathewson2008-04-291-1/+2
* test some primitives from http.cNiels Provos2008-04-291-0/+11
* introduce evhttp_accept_socket() to accept from an already created socketNiels Provos2008-02-261-1/+19
* add support (without tests!) to PUT/DELETE requests; from Josh RotenbergNiels Provos2008-02-251-1/+1
* r14213@tombo: nickm | 2008-02-16 15:48:07 -0500Nick Mathewson2008-02-161-1/+1
* pausing an rpc via a hook needs to deal with the fact that http callbacks fre...Niels Provos2007-12-281-0/+11
* small improvements to evhttp documentationNiels Provos2007-11-291-1/+3
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-1/+1
* r14732@tombo: nickm | 2007-11-05 22:03:28 -0500Nick Mathewson2007-11-061-0/+7
* improve doxygen documentationNiels Provos2007-11-041-4/+9
* r15097@catbus: nickm | 2007-09-18 11:08:42 -0400Nick Mathewson2007-09-181-12/+13
* r15096@catbus: nickm | 2007-09-18 11:02:12 -0400Nick Mathewson2007-09-181-26/+102
* support setting local address on an evhttp_connectionNiels Provos2007-09-071-0/+4
* include event.h in evhttp.h; found by Charles KerrNiels Provos2007-08-251-0/+2
* provide evhttp_new and evhttp_bind_socket instead of evhttp_start;Niels Provos2007-08-191-4/+28
* support removing of http callbacks and removing of registered RPCsNiels Provos2007-05-231-0/+3
* split finding of callbacks out of codeNiels Provos2007-03-061-0/+2
* try to make it work with proxy-connectionsNiels Provos2007-02-151-0/+1
* make chunked requests work correctly; this is done by providingNiels Provos2007-02-141-0/+9
* http chunking support from dug song;Niels Provos2006-12-181-3/+5
* low-level interfaces for streaming; from dug songNiels Provos2006-12-091-0/+13
* support retrying for connections; from dug songNiels Provos2006-12-091-0/+4
* decode uri when sending a request; from dug songNiels Provos2006-12-091-0/+1
* fix a bug where event_set was called on a pending event;Niels Provos2006-12-061-0/+2
* persistent connections are somewhat complicated; detect on the client side if...Niels Provos2006-11-231-0/+4
* fix a bug where rpc would not be scheduled when they were queued; test for it.Niels Provos2006-11-221-0/+4
* mingw fixes from NickNiels Provos2006-11-221-2/+2
* make persistent connections work; needs more testingNiels Provos2006-11-181-2/+2
* prefix was missing /; malformed request caused server to crashNiels Provos2006-11-161-0/+1
* first stab at an rpc layer; this breaks the regression test.Niels Provos2006-11-161-0/+45
* put the evdns documentation into the header file. pathetic start of evdns ma...Niels Provos2006-10-091-1/+2
* reorganization of the http functionality; we separate http handling into aNiels Provos2006-07-171-0/+23
* move http related prototypes to evhttp.hNiels Provos2006-06-101-0/+104