summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Document that the cpu_hint is only used on Windows with IOCP for nowNick Mathewson2010-12-091-1/+2
* Consistentize tabsNick Mathewson2010-12-092-5/+6
* Remove end-of-line whitespaceNick Mathewson2010-12-091-4/+4
* Reject overlong http requests early when Expect:100-continue is setConstantine Verutin2010-12-071-0/+1
* Preliminary support for Continue expectation in evhttp.Christopher Davis2010-11-291-0/+1
* Add evhttp server alias interface, correct flagging of proxy requests.Christopher Davis2010-11-262-5/+35
* Merge remote branch 'github/20_once_fixes'Nick Mathewson2010-11-251-2/+6
|\
| * Clarify EVLOOP_* documentation to be more precise.Nick Mathewson2010-11-141-2/+6
* | If not WIN32, include <sys/socket.h> in event2/util.h.Kevin Bowling2010-11-231-0/+2
* | Reworked AIX __ss_family workaround to use AC_STRUCT_MEMBER.Kevin Bowling2010-11-231-0/+7
* | Remove _event_initialized(); make event_initialized() a function(); make it c...Nick Mathewson2010-11-232-11/+10
* | Document event_get_assignmentNick Mathewson2010-11-231-1/+10
* | Note that reentrant calls to libevent from logging cbs may fail badlyNick Mathewson2010-11-231-0/+7
* | Fix some irix compilation warnings spotted by Kevin BowlingNick Mathewson2010-11-221-1/+1
* | Merge remote branch 'github/20_getaddrinfo_cancel_v2'Nick Mathewson2010-11-221-1/+1
|\ \
| * | Use the US-English "canceled", not the UK "cancelled".Nick Mathewson2010-11-191-1/+1
| |/
* | Disable changelist for epoll by default because of Linux dup() bug; add an op...Nick Mathewson2010-11-221-3/+19
|/
*---. Merge remote branches 'github/20_evdns_cancel_segfault_v2', 'github/20_http_c...Nick Mathewson2010-11-091-8/+36
|\ \ \
| | | * Fix a mistake in http documentation found by Julien BlacheNick Mathewson2010-11-041-1/+1
| | |/ | |/|
| | * Tweak interface for allowed methodsNick Mathewson2010-11-041-4/+14
| | * Define enumerators for all HTTP methods, including PATCH from RFC5789Felix Nawothnig2010-11-041-5/+21
| |/
| * Add evhttp_response_code to remove one more reason to include http_struct.hNick Mathewson2010-11-031-1/+3
|/
* Merge remote branch 'github/20_abi_breaks'Nick Mathewson2010-10-261-10/+2
|\
| * Note that 2.0.9 will break the ABI, and make changes we were postponing.Nick Mathewson2010-10-261-10/+2
* | Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not just INT32_MAXNick Mathewson2010-10-261-2/+5
|/
* Merge remote branch 'github/http_and_listener'Nick Mathewson2010-10-252-2/+24
|\
| * Functions to actually use evhttp_bound_socket with/as evconnlistener.Nick Mathewson2010-10-251-0/+13
| * Add a function to change a listener's callback.Nick Mathewson2010-10-251-2/+11
* | Make evbuffer_add_file take ev_off_t, not off_tNick Mathewson2010-10-252-2/+8
|/
* Merge branch 'http_uri_parse'Nick Mathewson2010-10-211-3/+151
|\
| * Make evhttp_uri non-public, and give it accessor functions.Nick Mathewson2010-10-211-11/+64
| * Add evhttp_parse_query_str to be used with evhttp_uri_parse.Nick Mathewson2010-10-191-5/+29
| * Document behavior of URI parsing more thoroughly.Nick Mathewson2010-10-192-27/+52
| * Revise evhttp_uri_parse implementation to handle more of RFC3986Nick Mathewson2010-10-191-4/+4
| * Do not silently truncate URIs in evhttp_uri_join. Also avoid evbuffer_pullup.Nick Mathewson2010-10-181-1/+1
| * Introduce absolute URI parsing helpers.Pavel Plesov2010-10-182-0/+46
* | Document that two bufferevent functions only work on socket buffereventsNick Mathewson2010-10-211-0/+5
* | Add a bufferevent_get_base functionNick Mathewson2010-10-211-0/+4
* | Add evhttp_connection_get_base() to get the event_base from an http connectionNick Mathewson2010-10-211-0/+5
|/
* Merge branch 'http_parse'Nick Mathewson2010-10-181-9/+58
|\
| * Add evhttp_request_get_command so code can tell GET from POST without peeking...Nick Mathewson2010-10-181-1/+3
| * New evhttp_uri(encode|decode) functions to handle + and NUL characters rightNick Mathewson2010-10-081-3/+41
| * evhttp_encode_uri encodes all reserved characters, including !$'()*+,/:=@Nick Mathewson2010-10-081-5/+8
| * Tweak evhttp_parse_query hack to avoid breaking abiNick Mathewson2010-10-061-1/+7
| * Let evhttp_parse_query return -1 on failureNick Mathewson2010-10-061-2/+2
* | Add a LEV_OPT_THREADSAFE option for threadsafe evconnlistenersNick Mathewson2010-10-071-0/+3
|/
* Add error callback to evconnlistenerSimon Perreault2010-09-221-0/+12
* Add event_config_set_num_cpus_hint for tuning thread pools, etc.Christopher Davis2010-09-081-0/+10
* Move the "function to getsockname() on a listener" to regress_testutilsNick Mathewson2010-09-061-5/+0
* Merge remote branch 'github/sysqueue_include_order'Nick Mathewson2010-09-063-17/+99
|\