index
:
user/sebastian/libevent
OSX_compile
OSX_compile_v2
ancient_gcc
bufferevents_updates
clang_analyzer_fixes
clang_enum
clang_unknown_warning_options
compilewarning
configure
configure_enhancements
disable_debug_mode
fix_clang_compilation
fixcompile
kq_setup_kevent-fix
kqueue_compile
master
new_configure_options
openssl_detection
osx_fun
osx_openssl_deprecation
osx_weak_smybol_fun
osx_weak_symbol_fun
patches-2.0
segfault
static_analysis_fixes
tinytest_header
Sebastian's libevent repository
Sebastian Hahn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bufferevent-internal.h
Commit message (
Expand
)
Author
Age
*
Remove redundant checks for lock!=NULL before calling EVLOCK_LOCK
Nick Mathewson
2010-04-28
*
Functions to track the total bytes sent over a rate limit group.
Nick Mathewson
2010-03-21
*
Improve robustness for refcounting
Nick Mathewson
2010-03-13
*
more whitespace normalization
Nick Mathewson
2010-03-05
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
deal with connect() failing immediately
Niels Provos
2010-02-27
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
*
Merge remote branch 'github/split_free_from_decref'
Nick Mathewson
2010-02-23
|
\
|
*
Make bufferevent_free() clear all callbacks immediately.
Nick Mathewson
2010-02-22
*
|
Suspend read/write on bufferevents during hostname lookup
Nick Mathewson
2010-02-20
|
/
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Fix a number of warnings from gcc -pedantic
Nick Mathewson
2010-01-23
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
*
Do not make bufferevent_setfd implicitly disable EV_READ and EV_WRITE.
Nick Mathewson
2009-12-28
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
*
Replace some cases of uint32_t with ev_uint32_t.
Nick Mathewson
2009-12-23
*
Do not ignore bufferevent_enable(EV_READ) before bufferevent_connect().
Nick Mathewson
2009-12-23
*
Fix a segfault when freeing SSL bufferevents in an unusual order
Joachim Bauch
2009-12-18
*
Refactor our 'suspend operation' logic on bufferevents.
Nick Mathewson
2009-12-04
*
Stop passing EVTHREAD_READ and EVTHREAD_WRITE to non-rw locks.
Nick Mathewson
2009-11-27
*
Add two implementations of getaddrinfo: one blocking and one nonblocking.
Nick Mathewson
2009-11-16
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
*
Add a bufferevent function to resolve a name then connect to it.
Nick Mathewson
2009-11-03
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
*
Consistently say "eventcb" instead of "errorcb"
Nick Mathewson
2009-05-25
*
Add documentation for bufferevent-internal.h stuff
Nick Mathewson
2009-05-25
*
Add a generic mechanism to implement timeouts in bufferevents.
Nick Mathewson
2009-05-25
*
Add a "ctrl" mechanism to bufferevents for property access.
Nick Mathewson
2009-05-13
*
Add new code to make and accept connections.
Nick Mathewson
2009-05-05
*
Add a generic way for any bufferevent to make its callback deferred
Nick Mathewson
2009-04-17
*
Add reference counts to bufferevents.
Nick Mathewson
2009-04-17
*
Locking support for bufferevents.
Nick Mathewson
2009-04-13
*
Refactor new elements of bufferevent into bufferevent_private structure
Nick Mathewson
2009-04-13
*
Add a linked-pair abstraction to bufferevents.
Nick Mathewson
2009-04-10
*
checkpoint work on big bufferevent refactoring
Nick Mathewson
2009-02-02
*
Update copyright statements to reflect the facts that:
Nick Mathewson
2009-01-27
*
Replace all use of config.h with event-config.h.
Nick Mathewson
2009-01-27
*
support input/output filters for bufferevents
Niels Provos
2008-04-30