summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revise the event/evbuffer/bufferevent doxygen for clarity and accuracyNick Mathewson2011-07-0521-477/+1060
* Add missing words to EVLOOP_NONBLOCK documentationNick Mathewson2011-05-021-1/+1
* Followup for Tomash Brechko's http patchNick Mathewson2011-03-071-13/+0
* Workaround libevent bugTomash Brechko2011-03-071-0/+13
* Make --no-libevent-install apply to headers tooDave Hart2011-02-251-2/+9
* Merge branch '20_uri_nonconformant' into patches-2.0Nick Mathewson2011-02-221-1/+27
|\
| * Make URI parser able to tolerate nonconformant URIs.Nick Mathewson2011-02-131-1/+27
* | Be explicit about how long event loops run in event.h documentationNick Mathewson2011-02-221-1/+10
* | Correct evhttp_del_accept_socket documentation on whether socket is closedNick Mathewson2011-02-151-1/+4
* | Clarify event_set_mem_functions docNick Mathewson2011-02-131-2/+3
|/
* 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
|\