summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
Commit message (Expand)AuthorAge
* Remove redundant checks for lock!=NULL before calling EVLOCK_LOCKNick Mathewson2010-04-28
* Functions to track the total bytes sent over a rate limit group.Nick Mathewson2010-03-21
* Improve robustness for refcountingNick Mathewson2010-03-13
* more whitespace normalizationNick Mathewson2010-03-05
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-04
* deal with connect() failing immediatelyNiels Provos2010-02-27
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-23
* Merge remote branch 'github/split_free_from_decref'Nick Mathewson2010-02-23
|\
| * Make bufferevent_free() clear all callbacks immediately.Nick Mathewson2010-02-22
* | Suspend read/write on bufferevents during hostname lookupNick Mathewson2010-02-20
|/
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-18
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-23
* Check more internal event_add() calls for failureNick Mathewson2010-01-22
* Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE.Nick Mathewson2009-12-28
* Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-28
* Replace some cases of uint32_t with ev_uint32_t.Nick Mathewson2009-12-23
* Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().Nick Mathewson2009-12-23
* Fix a segfault when freeing SSL bufferevents in an unusual orderJoachim Bauch2009-12-18
* Refactor our 'suspend operation' logic on bufferevents.Nick Mathewson2009-12-04
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-27
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-16
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-04
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-03
* Spelling fixes in comments and strings.Nick Mathewson2009-10-16
* Bufferevent support for openssl.Nick Mathewson2009-07-28
* Always hold a reference to a bufferevent when calling its callbacks.Nick Mathewson2009-07-17
* Consistently say "eventcb" instead of "errorcb"Nick Mathewson2009-05-25
* Add documentation for bufferevent-internal.h stuffNick Mathewson2009-05-25
* Add a generic mechanism to implement timeouts in bufferevents.Nick Mathewson2009-05-25
* Add a "ctrl" mechanism to bufferevents for property access.Nick Mathewson2009-05-13
* Add new code to make and accept connections.Nick Mathewson2009-05-05
* Add a generic way for any bufferevent to make its callback deferredNick Mathewson2009-04-17
* Add reference counts to bufferevents.Nick Mathewson2009-04-17
* Locking support for bufferevents.Nick Mathewson2009-04-13
* Refactor new elements of bufferevent into bufferevent_private structureNick Mathewson2009-04-13
* Add a linked-pair abstraction to bufferevents.Nick Mathewson2009-04-10
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-02
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-27
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-27
* support input/output filters for buffereventsNiels Provos2008-04-30