summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Use EVUTIL_SOCKET_ERROR() wrapper to save/restor errno in evhttp_connection_f...Nick Mathewson2012-11-161-2/+2
* Merge remote-tracking branch 'ppelleti/preserve-errno'Nick Mathewson2012-11-161-0/+7
|\
| * preserve errno in evhttp_connection_fail_ for inspection by the callbackPatrick Pelletier2012-11-131-0/+7
* | add evhttp_request_get_response_code_lineJay R. Wren2012-11-161-0/+6
* | Move evutil_rtrim_lws_ to evutil.c where it belongsNick Mathewson2012-11-161-21/+0
* | Remove internal ws from multiline http headers correctlyNick Mathewson2012-11-161-3/+10
* | Remove trailing tabs in HTTP headers as well.Nick Mathewson2012-11-161-3/+3
* | Clean up rtrim implementationNick Mathewson2012-11-161-7/+14
* | ignore LWS after field-content in headersArtem Germanov2012-11-161-0/+15
|/
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-021-17/+24
|\
| * Fix compilation on mingw64 with -DUSE_DEBUGNick Mathewson2012-11-021-17/+24
* | Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-2/+4
|\ \ | |/
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-2/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-3/+6
|\ \ | |/
| * Check more setsockopt return values when binding sockets. Found by coverityNick Mathewson2012-07-261-3/+6
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-171-3/+2
|\ \ | |/
| * Fix a memory leak on error in evhttp_uriencodeNick Mathewson2012-07-171-3/+2
* | Restore our priority-inversion-prevention code with deferredsNick Mathewson2012-05-091-1/+2
* | Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-2/+2
* | Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-1/+2
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-70/+70
* | 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
|\ \ | |/