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_async.c
Commit message (
Expand
)
Author
Age
*
Replace EVUTIL_CLOSESOCKET macro with a function
Sebastian Sjöberg
2010-04-14
*
Set mem_offset for every bufferevent type
Nick Mathewson
2010-03-13
*
Update all our copyright notices to say "2010"
Nick Mathewson
2010-03-04
*
Fix mingw compilation
Nick Mathewson
2010-02-25
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
*
Clean up formatting: remove trailing spaces
Nick Mathewson
2010-02-18
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Use ev_[u]intptr_t types in place of [u]intptr_t
Nick Mathewson
2010-01-26
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
|
\
|
*
Fix compilation of rate-limiting code on win32.
Nick Mathewson
2009-12-30
|
*
Rate-limiting for bufferevents; group and individual limits are supported.
Nick Mathewson
2009-12-28
*
|
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
|
/
*
Move responsibility for IOCP callback into bufferevent_async.
Nick Mathewson
2009-11-17
*
Commit ConnectEx code to get connect working with async bufferevents.
Nick Mathewson
2009-11-04
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
*
Expose a narrow window to the IOCP code.
Nick Mathewson
2009-10-23
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
*
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
*
Fix bufferevent_async to use lock/unlock, not unlock/unlock.
Nick Mathewson
2009-05-06
*
Make unit tests for bufferevent_async compile and _almost_ work.
Nick Mathewson
2009-05-05
*
Add a trival start of a be_async test.
Nick Mathewson
2009-05-05
*
Add a constructor for bufferevent_async.
Nick Mathewson
2009-05-05
*
Use fewer _compat.h headers in our own code.
Nick Mathewson
2009-05-02
*
Initial core implementation of bufferevent_async.c
Nick Mathewson
2009-05-01