summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Clarify even more about various system-specific problems with getaddrinfoNick Mathewson2009-11-171-0/+4
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-163-0/+176
* Remove the stupid brokenness where DNS option names needed to end with aNick Mathewson2009-11-161-1/+2
* Add an option to disable the timeval cache.Nick Mathewson2009-11-091-1/+5
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-092-1/+26
* Build fixes for MSVCNick Mathewson2009-11-051-0/+3
* Fix another ssize_t userNick Mathewson2009-11-051-3/+3
* Implement size limits on HTTP header length and body length.Nick Mathewson2009-11-042-0/+14
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-032-1/+34
* Call the bufferevent_flush_mode variable "mode" more consistently in the docu...Nick Mathewson2009-11-021-3/+3
* Keep openssl errors associated with the right bufferevent object.Nick Mathewson2009-10-301-0/+2
* Give event_assign a return value, and make it less inclined to exit().Nick Mathewson2009-10-271-1/+3
* API to replace all calls to exit() with a user-supplied fatal-error handler.Nick Mathewson2009-10-261-0/+15
* Expose a narrow window to the IOCP code.Nick Mathewson2009-10-231-1/+3
* Treat the bitwise OR of two enum values as an int.Nick Mathewson2009-10-213-10/+8
* Fix compilation for listener.h for C++ - missing extern "C". Patch from Fere...Niels Provos2009-10-191-0/+8
* Spelling fixes in comments and strings.Nick Mathewson2009-10-161-1/+1
* Declare struct timezone in util.h so that borken mingw versions do not complainNick Mathewson2009-10-121-0/+1
* Apply Ka-Hing Cheung's event_base_got_[break|exit] patch, with locking and wh...Nick Mathewson2009-10-011-0/+28
* Define evhttp_del_accept_socketNick Mathewson2009-08-161-0/+16
* Define evhttp_{bind,accept}_socket_with_handleNick Mathewson2009-08-161-0/+25
* Make evhttp_bound_socket visible, and provide an accessor to its fdNick Mathewson2009-08-161-0/+10
* Minor documentation fixesNick Mathewson2009-08-161-4/+6
* New function to put an SSL bufferevent into a renegotiating state.Nick Mathewson2009-08-141-0/+2
* When bufferevent_socket_connect is called with no address, assume that our ex...Nick Mathewson2009-08-091-0/+4
* Add an evbuffer_search_range() to search a bounded range of a bufferNick Mathewson2009-08-071-0/+16
* Refactor evbuffer_readln() into a search-for-eol function and an extract-line...Nick Mathewson2009-07-311-0/+18
* New function to expose bufferevent.enabledNick Mathewson2009-07-311-0/+7
* Export sockaddr comparison functionality.Nick Mathewson2009-07-301-0/+8
* Add a function to extract the SSL object from a bufferevent_openssl.Nick Mathewson2009-07-301-0/+4
* Export an ev_socklen_t.Nick Mathewson2009-07-301-0/+8
* Accessor function to get a listener's associated fdNick Mathewson2009-07-301-0/+3
* Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp.Nick Mathewson2009-07-281-0/+8
* Various MSVC cleanups from Brodie Thiesfield.Nick Mathewson2009-07-281-0/+1
* Bufferevent support for openssl.Nick Mathewson2009-07-282-17/+97
* Correct the signatures for evdns_configure_windows_nameservers(), now that it...Nick Mathewson2009-07-212-2/+7
* Rename encode_int(64) to avoid polluting the global namespace.Nick Mathewson2009-07-203-4/+43
* Use a uniform strategy when a function is not working: do not exposeNick Mathewson2009-07-171-8/+13
* Finish implementing new convention that whenever an optional function is decl...Nick Mathewson2009-07-171-0/+1
* Checking for MS_WINDOWS rather than WIN32 is a Tor-ism. Fix that!Nick Mathewson2009-07-171-1/+2
* Define a macro to indicate that we have defined one of the optional evthread_...Nick Mathewson2009-07-171-0/+2
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-173-14/+14
* Make the headers compile happily with pedantic C compilers.Nick Mathewson2009-05-282-4/+4
* Spell-check the the headersNick Mathewson2009-05-2815-76/+76
* small doc fix.Nick Mathewson2009-05-271-1/+1
* Consistently say "eventcb" instead of "errorcb"Nick Mathewson2009-05-252-3/+5
* Use ev_ssize_t in place of ssize_t *everywhere*.Nick Mathewson2009-05-221-1/+1
* Use the native "struct iovec" as our "struct evbuffer_iovec" when available, ...Nick Mathewson2009-05-211-0/+9
* Replace reserve/commit with new iovec-based interface. Add a new evbuffer_peek.Nick Mathewson2009-05-191-10/+76
* Tweak the evconnlistener interface a little.Nick Mathewson2009-05-181-1/+6