summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Release locks on bufferevents while executing callbacksJoachim Bauch2010-04-27
* Document evutil_secure_rng_init() and evutil_secure_rng_add_bytes()Nick Mathewson2010-04-23
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-14
* Add void* arguments to request_new and reply_new evrpc hooksShuo Chen2010-04-14
* Expose the request and reply members of rpc_req_generic()Shuo Chen2010-04-14
* Add evbuffer_copyout to copy data from an evbuffer without drainingNick Mathewson2010-04-13
* Functions to track the total bytes sent over a rate limit group.Nick Mathewson2010-03-21
* Functions to manipulate existing rate limiting groups.Nick Mathewson2010-03-12
* Make evdns use the regular logging system by defaultNick Mathewson2010-03-10
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* Remove signal_assign() and signal_new() macros.Nick Mathewson2010-03-03
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-23
* Expose view of current rate limit as constrained by group limitNick Mathewson2010-02-23
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-19
* Clean up formatting: remove trailing spacesNick Mathewson2010-02-18
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-18
* Merge branch 'arc4random'Nick Mathewson2010-02-17
|\
| * Add an arc4random implementation for use by evdnsNick Mathewson2010-02-11
* | Use off_t for the length parameter of evbuffer_add_fileNick Mathewson2010-02-12
|/
* Remove the 'flags' argument from evdns_base_set_option()Nick Mathewson2010-02-05
* Merge remote branch 'niels/http_chunk'Nick Mathewson2010-02-04
|\
| * make evhttp_send() safe against terminated connections, tooNiels Provos2010-02-03
* | Merge remote branch 'niels/http_chunk'Nick Mathewson2010-02-03
|\ \ | |/
| * do not fail while sending on http connections the client closed.Niels Provos2010-02-03
* | Add the rest of the integer limits, and add a test for them.Nick Mathewson2010-02-03
* | Functions to view and manipulate rate-limiting buckets.Nick Mathewson2010-02-03
* | Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types.Nick Mathewson2010-02-03
|/
* Reduce windows header includes in our own headers.Nick Mathewson2010-02-03
* Fix a dumb typo in ev_intptr_t definitions.Nick Mathewson2010-02-03
* Remove EVUTIL_CHECK_FMT.Nick Mathewson2010-02-03
* Deprecate EVENT_FD and EVENT_SIGNAL.Nick Mathewson2010-02-03
* const-ify a few more functions in event.hNick Mathewson2010-02-02
* Add ev_[u]intptr_t to include/event2/util.hNick Mathewson2010-01-26
* Note a missing ratelim functionNick Mathewson2010-01-25
* Add support for a "debug mode" to try to catch common errors.Nick Mathewson2010-01-25
* Remove a needless include of rpc_compat.hNick Mathewson2010-01-23
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-23
* Check more internal event_add() calls for failureNick Mathewson2010-01-22
* Functions to access more fields of struct event.Nick Mathewson2010-01-19
* do not use a function to assign the evdns base; instead assign it via evhttp_...Niels Provos2010-01-14
* Allow http connections to use evdns for hostname looksups.Nick Mathewson2010-01-14
* Add a comment on evthread_enable_lock_debuging.Nick Mathewson2010-01-11
* evdns_getaddrinfo() now supports the /etc/hosts file.Nick Mathewson2010-01-08
* Merge branch 'ratelimit'Nick Mathewson2010-01-06
|\
| * Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-28
| * Expose our cached gettimeofday value with a new interfaceNick Mathewson2009-12-28
* | Make the initial nameserver probe timeout configurable.Nick Mathewson2009-12-29
* | Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD.Jardel Weyrich2009-12-29
|/
* Fix up behavior of never-defered callbacks a littleNick Mathewson2009-12-22