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_pair.c
Commit message (
Expand
)
Author
Age
*
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
*
Provide consistent, tested semantics for bufferevent timeouts
Nick Mathewson
2010-02-23
*
Clean up formatting: use tabs, not 8-spaces, to indent.
Nick Mathewson
2010-02-18
*
Check more internal event_add() calls for failure
Nick Mathewson
2010-01-22
*
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Use EVUTIL_ASSERT() consistently instead of assert.
Nick Mathewson
2009-10-26
*
Treat the bitwise OR of two enum values as an int.
Nick Mathewson
2009-10-21
*
Always hold a reference to a bufferevent when calling its callbacks.
Nick Mathewson
2009-07-17
*
Defer EOF on paired bufferevent correctly.
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
*
Do not use the "evbuffer_" prefix to denote parts of bufferevents.
Nick Mathewson
2009-05-13
*
More msvc build tweaks.
Nick Mathewson
2009-05-01
*
Add a generic way for any bufferevent to make its callback deferred
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
*
Use freeze operations to prevent shenanegans on bufferevent pair evbuffers.
Nick Mathewson
2009-04-13
*
Add a new EVUTIL_UPCAST macro so that I do not need to keep figuring out the ...
Nick Mathewson
2009-04-12
*
Add a linked-pair abstraction to bufferevents.
Nick Mathewson
2009-04-10