summaryrefslogtreecommitdiff
path: root/bufferevent.c
Commit message (Expand)AuthorAgeFilesLines
...
* Call event_debug_unassign on internal eventsNick Mathewson2010-01-251-0/+4
* Check more internal event_add() calls for failureNick Mathewson2010-01-221-10/+21
* Merge branch 'ratelimit'Nick Mathewson2010-01-061-0/+9
|\
| * Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-281-0/+9
* | Fix crash bugs when a bufferevent's eventcb is not set.Nick Mathewson2009-12-291-0/+6
|/
* Simplify the read high-watermark checking.Nick Mathewson2009-12-221-11/+4
* Fix a segfault when freeing SSL bufferevents in an unusual orderJoachim Bauch2009-12-181-0/+12
* Refactor our 'suspend operation' logic on bufferevents.Nick Mathewson2009-12-041-11/+34
* Add the abilitity to mark some buffer callbacks as never-deferred.Nick Mathewson2009-12-041-2/+2
* Revise the locking API: deprecate the old locking callbacks and add trylock.Nick Mathewson2009-11-271-2/+3
* Move responsibility for IOCP callback into bufferevent_async.Nick Mathewson2009-11-171-2/+10
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* When running with deferred callbacks, always send the "connected" eventNick Mathewson2009-08-111-0/+7
* New function to expose bufferevent.enabledNick Mathewson2009-07-311-0/+10
* Bufferevent support for openssl.Nick Mathewson2009-07-281-3/+21
* Make "deferred callback queue" independent of event_base.Nick Mathewson2009-07-261-6/+11
* Always hold a reference to a bufferevent when calling its callbacks.Nick Mathewson2009-07-171-7/+16
* Add a lock/unlock pair inside the event callbacks in bufferevents.Nick Mathewson2009-07-101-0/+4
* Consistently say "eventcb" instead of "errorcb"Nick Mathewson2009-05-251-9/+9
* Add a generic mechanism to implement timeouts in bufferevents.Nick Mathewson2009-05-251-0/+45
* Fix a deadlock: there were some LOCKs that should have been UNLOCKs. Resolve...Nick Mathewson2009-05-201-2/+2
* New semantics for evbuffer_cb_set_flags().Nick Mathewson2009-05-151-2/+2
* Add a "ctrl" mechanism to bufferevents for property access.Nick Mathewson2009-05-131-0/+38
* Do not use the "evbuffer_" prefix to denote parts of bufferevents.Nick Mathewson2009-05-131-1/+2
* Add a constructor for bufferevent_async.Nick Mathewson2009-05-051-5/+9
* Use fewer _compat.h headers in our own code.Nick Mathewson2009-05-021-1/+0
* Note a place we might do better about lock releasing.Nick Mathewson2009-04-291-0/+2
* Add a generic way for any bufferevent to make its callback deferredNick Mathewson2009-04-171-0/+87
* Add reference counts to bufferevents.Nick Mathewson2009-04-171-2/+32
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-2/+2
* Locking support for bufferevents.Nick Mathewson2009-04-131-9/+68
* Refactor new elements of bufferevent into bufferevent_private structureNick Mathewson2009-04-131-15/+26
* Munge the read_suspended flag before re-enabling reads on the underlying buff...Nick Mathewson2009-04-051-1/+1
* Make the new evbuffer callbacks use a new struct-based interface.Nick Mathewson2009-04-031-5/+7
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-530/+143
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-3/+3
* Remove all trailing whitespace in all the source files.Nick Mathewson2009-01-271-4/+4
* Move obsolete evbuffer function into include/event2/buffer_compat.hNick Mathewson2009-01-231-0/+1
* Use EV_PERSIST in bufferevents for efficiency and simplicity.Nick Mathewson2009-01-221-15/+15
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-1/+1
* Use new EVUTIL_ERR_*_RETRIABLE macros when we're testing an errno for blocking.Nick Mathewson2009-01-131-14/+8
* if we change the timeouts on bufferevents, we might have to readd pending eventsNiels Provos2008-07-171-0/+5
* r15551@tombo: nickm | 2008-05-08 14:49:20 -0400Nick Mathewson2008-05-081-2/+2
* trust in naming: rename evbuffer.c to bufferevent.cNiels Provos2008-05-041-0/+725