summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Followup for Tomash Brechko's http patchNick Mathewson2011-03-071-0/+15
* bufferevent-internal.h: Use the new event2/util.h header, not evutil.hEvan Jones2010-12-021-1/+1
* Try to clear up more size_t vs int/long issues.Nick Mathewson2010-10-271-4/+4
* Make rate-limits go up to SIZE_MAX/EV_SSIZE_MAX, not just INT32_MAXNick Mathewson2010-10-261-1/+1
* Correct logic on disabling underlying bufferevents when disabling a filterNick Mathewson2010-10-141-6/+11
* Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-1/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Fix unused-variable warning when building with threads disabledNick Mathewson2010-05-081-0/+6
* Merge commit 'chrisd/connect-hostname-report-err'Nick Mathewson2010-05-061-0/+3
|\
| * Report DNS error when lookup fails during bufferevent_socket_connect_hostname.Christopher Davis2010-04-241-0/+3
* | Remove redundant checks for lock!=NULL before calling EVLOCK_LOCKNick Mathewson2010-04-281-4/+2
|/
* Functions to track the total bytes sent over a rate limit group.Nick Mathewson2010-03-211-0/+7
* Improve robustness for refcountingNick Mathewson2010-03-131-4/+5
* more whitespace normalizationNick Mathewson2010-03-051-2/+2
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* deal with connect() failing immediatelyNiels Provos2010-02-271-0/+3
* Provide consistent, tested semantics for bufferevent timeoutsNick Mathewson2010-02-231-0/+5
* Merge remote branch 'github/split_free_from_decref'Nick Mathewson2010-02-231-2/+2
|\
| * Make bufferevent_free() clear all callbacks immediately.Nick Mathewson2010-02-221-2/+2
* | Suspend read/write on bufferevents during hostname lookupNick Mathewson2010-02-201-0/+3
|/
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-2/+2
* Fix a number of warnings from gcc -pedanticNick Mathewson2010-01-231-1/+1
* Check more internal event_add() calls for failureNick Mathewson2010-01-221-3/+3
* Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE.Nick Mathewson2009-12-281-3/+0
* Rate-limiting for bufferevents; group and individual limits are supported.Nick Mathewson2009-12-281-8/+77
* Replace some cases of uint32_t with ev_uint32_t.Nick Mathewson2009-12-231-3/+3
* Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().Nick Mathewson2009-12-231-0/+3
* Fix a segfault when freeing SSL bufferevents in an unusual orderJoachim Bauch2009-12-181-0/+2
* Refactor our 'suspend operation' logic on bufferevents.Nick Mathewson2009-12-041-8/+52
* Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.Nick Mathewson2009-11-271-2/+2
* Add two implementations of getaddrinfo: one blocking and one nonblocking.Nick Mathewson2009-11-161-11/+0
* Commit ConnectEx code to get connect working with async bufferevents.Nick Mathewson2009-11-041-0/+11
* Add a bufferevent function to resolve a name then connect to it.Nick Mathewson2009-11-031-0/+11
* Spelling fixes in comments and strings.Nick Mathewson2009-10-161-4/+4
* Bufferevent support for openssl.Nick Mathewson2009-07-281-0/+5
* Always hold a reference to a bufferevent when calling its callbacks.Nick Mathewson2009-07-171-0/+3
* Consistently say "eventcb" instead of "errorcb"Nick Mathewson2009-05-251-3/+3
* Add documentation for bufferevent-internal.h stuffNick Mathewson2009-05-251-0/+35
* Add a generic mechanism to implement timeouts in bufferevents.Nick Mathewson2009-05-251-0/+32
* Add a "ctrl" mechanism to bufferevents for property access.Nick Mathewson2009-05-131-0/+14
* Add new code to make and accept connections.Nick Mathewson2009-05-051-0/+1
* Add a generic way for any bufferevent to make its callback deferredNick Mathewson2009-04-171-0/+11
* Add reference counts to bufferevents.Nick Mathewson2009-04-171-0/+2
* Locking support for bufferevents.Nick Mathewson2009-04-131-0/+19
* Refactor new elements of bufferevent into bufferevent_private structureNick Mathewson2009-04-131-1/+17
* Add a linked-pair abstraction to bufferevents.Nick Mathewson2009-04-101-2/+3
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-13/+49
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* support input/output filters for buffereventsNiels Provos2008-04-301-0/+61