summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-12/+12
* Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-16/+16
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-1/+1
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'github/linked_list'Nick Mathewson2012-01-201-2/+2
|\ \
| * | Use LIST rather than TAILQ for bufferevent_rate_limit_group membersNick Mathewson2010-04-091-2/+2
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ \ | | |/ | |/|
| * | Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | | bufferevent: Add functions to set/get max_single_read/write values.Alexander Drozdov2011-10-111-0/+10
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-1/+2
|\ \ \ | |/ /
| * | Correctly terminate IO on an async bufferevent on bufferevent_freeNick Mathewson2011-08-281-1/+2
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-171-0/+2
|\ \ \ | |/ /
| * | Fix handling of group rate limits under 64 bytes of burstNick Mathewson2011-08-111-0/+2
* | | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-1/+1
* | | Merge remote branch 'origin/patches-2.0'Nick Mathewson2011-03-071-0/+15
|\ \ \ | |/ /
| * | Followup for Tomash Brechko's http patchNick Mathewson2011-03-071-0/+15
* | | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/ /
* | 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