summaryrefslogtreecommitdiff
path: root/http-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Implement interface that provides the ability to have an outbound evhttp_conn...John Ohl2014-10-261-0/+1
* Add evhttp_connection_set_family() to set addrinfo->family for DNS requestsAzat Khuzhin2014-03-211-0/+1
* http: implement new evhttp_connection_get_addr() api.Azat Khuzhin2013-10-141-0/+7
* add a http default content type optionNicolas Martyanoff2013-09-301-0/+1
* Add new error_cb for actual reporting of HTTP request errors.Azat Khuzhin2013-04-251-9/+2
* Move prototype of evhttp_decode_uri_internal() to http-internal.hAzat Khuzhin2013-03-011-0/+3
* Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-1/+1
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-8/+8
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-1/+1
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | New evhttp function to adjust initial retry timeoutNick Mathewson2012-01-241-0/+3
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Add evhttp callback for bufferevent creation; this lets evhttp support SSL.Nick Mathewson2011-09-121-0/+2
* | Add new evhttp_{connection_}set_timeout_tv() functions to set finger-grained ...Constantine Verutin2011-02-221-2/+2
|/
* Add a few more comments.Christopher Davis2010-11-291-1/+3
* Add evhttp server alias interface, correct flagging of proxy requests.Christopher Davis2010-11-261-0/+7
* evhttp: Return 501 when we get an unrecognized method, not 400.Nick Mathewson2010-11-041-0/+3
* Tweak interface for allowed methodsNick Mathewson2010-11-041-2/+3
* Define enumerators for all HTTP methods, including PATCH from RFC5789Felix Nawothnig2010-11-041-0/+3
* Avoid missed-request bug when entire http request arrives before data is flushedNick Mathewson2010-10-251-0/+3
* Merge branch 'http_small_tweaks'Nick Mathewson2010-10-211-10/+13
|\
| * Add some comments to http.c and make a few functions static.Nick Mathewson2010-08-091-10/+12
* | Clean up syntax on TAILQ_ENTRY() usageGilad Benjamini2010-08-131-2/+2
|/
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-2/+2
* Merge remote branch 'github/http_listener'Nick Mathewson2010-02-031-1/+1
|\
| * Make http use evconnlistener.Nick Mathewson2010-01-141-1/+1
* | Allow http connections to use evdns for hostname looksups.Nick Mathewson2010-01-141-0/+1
|/
* Fix a few types to use compatible versionsNick Mathewson2009-11-051-3/+3
* Implement size limits on HTTP header length and body length.Nick Mathewson2009-11-041-2/+9
* Fix windows compilation warnings.Nick Mathewson2009-10-211-1/+1
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-5/+5
* Fix c89 bugs reported by Cory Stup.Nick Mathewson2009-04-231-2/+4
* Fix two windows compilation bugs.Nick Mathewson2009-04-131-0/+1
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Make the http connection close detection work properly with bufferevents and ...Niels Provos2008-12-191-1/+0
* Allow setting of local port for evhttp connections to support millions of con...Niels Provos2008-11-161-0/+1
* correct handling of trailing headers in chunked replies; from Scott Lamb.Niels Provos2008-06-261-6/+18
* allow cancelation of user initiated http requests; this will allow cancelatio...Niels Provos2008-05-121-1/+2
* r15549@tombo: nickm | 2008-05-08 11:53:11 -0400Nick Mathewson2008-05-081-2/+4
* add support for virtual http hosts; no tests yetNiels Provos2008-05-051-0/+7
* fix a bug where it was not possible to bind multiple sockets to the same httpNiels Provos2008-05-041-1/+8
* r15339@tombo: nickm | 2008-04-29 14:03:48 -0400Nick Mathewson2008-04-291-2/+0
* convert evhttp_connection to use buffereventsNiels Provos2008-04-291-5/+7
* r16731@catbus: nickm | 2007-11-25 16:52:53 -0500Nick Mathewson2007-11-251-3/+3
* support setting local address on an evhttp_connectionNiels Provos2007-09-071-3/+5
* provide evhttp_new and evhttp_bind_socket instead of evhttp_start;Niels Provos2007-08-191-0/+6