summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a condition variable backend, with implementations for pthreads and win32Nick Mathewson2010-08-171-1/+52
* Clean up syntax on TAILQ_ENTRY() usageGilad Benjamini2010-08-131-5/+5
* Make include/event2/event-config.h not included in source distNick Mathewson2010-08-131-1/+3
* Document that DNS_NO_SEARCH is an obsolete alias for DNS_QUERY_NO_SEARCHNick Mathewson2010-08-101-2/+3
* Completely remove the (mostly-removed) obsolete thread functions.Nick Mathewson2010-08-101-14/+0
* Move event-config.h to include/event2Nick Mathewson2010-08-0615-15/+15
* Add an interface to expose min_share in ratelimiting groupsNick Mathewson2010-08-041-0/+20
* Constify a couple of arguments to evdns_server_request_add_*_replyNick Mathewson2010-07-261-2/+2
* Replace (unused,always 0) is_tcp argument to evdns_add_server_port*() with flagsNick Mathewson2010-07-222-3/+3
* Add bufferevent_lock()/bufferevent_unlock()Nick Mathewson2010-06-211-0/+12
* Fix sentence fragment in docs for event_get_struct_event_size()Nick Mathewson2010-06-211-2/+3
* Document a change in the semantics of event_get_struct_event_size()Nick Mathewson2010-06-191-2/+6
* Fix a pedantic gcc 4.4 warning in event2/event.hNick Mathewson2010-06-111-1/+1
* Add a function to retrieve the other side of a bufferevent pairNick Mathewson2010-06-071-2/+7
* Fix the default HTTP error templateFelix Nawothnig2010-05-261-1/+2
* Remove the now-unusable EVTHREAD_LOCK/UNLOCK constantsNick Mathewson2010-05-131-6/+0
* Fix some autoconf issues on OpenBSDNick Mathewson2010-05-081-0/+5
* Merge commit 'chrisd/connect-hostname-report-err'Nick Mathewson2010-05-061-0/+10
|\
| * Report DNS error when lookup fails during bufferevent_socket_connect_hostname.Christopher Davis2010-04-241-0/+10
* | Rename current_base symbol to event_global_current_base_Nick Mathewson2010-05-042-6/+4
* | Release locks on bufferevents while executing callbacksJoachim Bauch2010-04-271-1/+7
|/
* Document evutil_secure_rng_init() and evutil_secure_rng_add_bytes()Nick Mathewson2010-04-231-0/+30
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-8/+7
* Add void* arguments to request_new and reply_new evrpc hooksShuo Chen2010-04-142-7/+9
* Expose the request and reply members of rpc_req_generic()Shuo Chen2010-04-141-0/+4
* Add evbuffer_copyout to copy data from an evbuffer without drainingNick Mathewson2010-04-131-0/+10
* Functions to track the total bytes sent over a rate limit group.Nick Mathewson2010-03-211-0/+13
* Functions to manipulate existing rate limiting groups.Nick Mathewson2010-03-121-2/+13
* Make evdns use the regular logging system by defaultNick Mathewson2010-03-101-1/+3
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-0423-23/+23
* Remove signal_assign() and signal_new() macros.Nick Mathewson2010-03-031-12/+0
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-231-0/+19
* Expose view of current rate limit as constrained by group limitNick Mathewson2010-02-231-0/+3
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-1/+0
* Clean up formatting: remove trailing spacesNick Mathewson2010-02-181-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-187-40/+40
* Clean up formatting: Disallow space-before-tab.Nick Mathewson2010-02-182-2/+2
* Merge branch 'arc4random'Nick Mathewson2010-02-172-25/+18
|\
| * Add an arc4random implementation for use by evdnsNick Mathewson2010-02-112-25/+18
* | Use off_t for the length parameter of evbuffer_add_fileNick Mathewson2010-02-121-1/+1
|/
* Remove the 'flags' argument from evdns_base_set_option()Nick Mathewson2010-02-052-3/+2
* Merge remote branch 'niels/http_chunk'Nick Mathewson2010-02-041-1/+6
|\
| * make evhttp_send() safe against terminated connections, tooNiels Provos2010-02-031-1/+6
* | Merge remote branch 'niels/http_chunk'Nick Mathewson2010-02-032-1/+5
|\ \ | |/
| * do not fail while sending on http connections the client closed.Niels Provos2010-02-032-1/+5
* | Add the rest of the integer limits, and add a test for them.Nick Mathewson2010-02-031-2/+15
* | Functions to view and manipulate rate-limiting buckets.Nick Mathewson2010-02-031-1/+58
* | Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types.Nick Mathewson2010-02-031-0/+25
|/
* Reduce windows header includes in our own headers.Nick Mathewson2010-02-039-51/+4
* Fix a dumb typo in ev_intptr_t definitions.Nick Mathewson2010-02-031-2/+2