summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-24/+24
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-11/+11
* Merge remote-tracking branch 'github/21_fast_syscalls'Nick Mathewson2012-02-151-6/+2
|\
| * Save syscalls when constructing listener sockets for evhttpNick Mathewson2012-02-101-6/+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-20/+30
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-201-1/+1
|\ \ | |/
| * Force strict validation of HTTP version in response.Catalin Patulea2012-01-201-1/+1
| * Backport evhttp_connection_get_bufferevent to Libevent 2.0Arno Bakker2011-12-141-0/+6
* | 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
* | evhttp: Add evhttp_foreach_bound_socket.Samy Al Bahra2011-10-251-0/+10
* | Remove calls to deprecated bufferevent functions from evhttp.cNick Mathewson2011-09-121-18/+18
* | Add evhttp callback for bufferevent creation; this lets evhttp support SSL.Nick Mathewson2011-09-121-9/+40
* | Add missing break to evhttp_parse_request_lineNick Mathewson2011-08-011-0/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-051-11/+13
|\ \ | |/
| * Use the correct printf args when formatting size_tNick Mathewson2011-06-081-11/+13
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-06-081-2/+8
|\ \ | |/
| * Check if the `evhttp_new_object' function in `http.c' returns NULL.Mansour Moufid2011-06-081-2/+8
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-271-2/+2
|\ \ | |/
| * Fix a couple of signed/unsigned warnings in http.cNick Mathewson2011-05-271-2/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-261-11/+45
|\ \ | |/
| * Fix compilation.Nick Mathewson2011-05-261-3/+1
| * updated EV_S(s)IZE definitionsMark Ellzey2011-05-261-7/+7
| * Added overflow checks in evhttp_read_body and evhttp_get_bodyMark Ellzey2011-05-261-7/+16
| * Added several checks for under/overflow conditions in evhttp_handle_chunked_readMark Ellzey2011-05-261-3/+30
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-6/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-231-19/+33
|\ \ | |/
| * Prevent size_t overflow in evhttp_htmlescape.Mansour Moufid2011-05-231-19/+33
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-05-201-8/+8
|\ \ | |/
| * Fix failing assertion introducd in commit 0d6622eKevin Ko2011-05-201-8/+8
* | Merge remote-tracking branch 'ellzey/feature/evhttp_parse_speedup'Nick Mathewson2011-05-201-21/+114
|\ \
| * | Performance tweak to evhttp_parse_request_line.Mark Ellzey2011-05-061-21/+114
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-261-0/+2
|\ \ \ | |/ / |/| / | |/
| * Fix clang warning when resetting connectionNick Mathewson2011-04-261-0/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-221-1/+2
|\ \ | |/
| * Add a forgotten NULL check to evhttp_parse_headersSebastian Hahn2011-04-231-1/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-04-041-6/+43
|\ \ | |/
| * Fix the case when failed evhttp_make_request() leaved request in the queue.Tomash Brechko2011-04-041-4/+13
| * Fix subtle recursion in evhttp_connection_cb_cleanup().Tomash Brechko2011-04-041-1/+16
| * Reset outgoing connection when read data in idle state.Tomash Brechko2011-04-041-1/+14
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-03-071-1/+13
|\ \ | |/
| * Followup for Tomash Brechko's http patchNick Mathewson2011-03-071-0/+12
| * Workaround libevent bugTomash Brechko2011-03-071-1/+1
* | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-02-221-13/+56
|\ \ | |/
| * Merge branch '20_uri_nonconformant' into patches-2.0Nick Mathewson2011-02-221-13/+56
| |\
| | * Make URI parser able to tolerate nonconformant URIs.Nick Mathewson2011-02-131-13/+56
* | | Add new evhttp_{connection_}set_timeout_tv() functions to set finger-grained ...Constantine Verutin2011-02-221-20/+49
* | | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-02-221-0/+3
|\ \ \ | |/ /