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_openssl.c
Commit message (
Expand
)
Author
Age
*
Set mem_offset for every bufferevent type
Nick Mathewson
2010-03-13
*
Fix a possible double-free bug in SSL bufferevents with CLOSE_ON_FREE
Nick Mathewson
2010-03-13
*
Improve robustness for refcounting
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
*
Merge branch 'ratelimit'
Nick Mathewson
2010-01-06
|
\
|
*
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
*
|
Fix crash bugs when a bufferevent's eventcb is not set.
Nick Mathewson
2009-12-29
|
/
*
Fix a segfault when freeing SSL bufferevents in an unusual order
Joachim Bauch
2009-12-18
*
Fix a segfault when writing a very fragmented evbuffer onto an SSL
Joachim Bauch
2009-12-17
*
Change an err to a warn in bufferevent_openssl
Nick Mathewson
2009-11-09
*
We do not work any more without an event-config.h; stop pretending that it is...
Nick Mathewson
2009-11-06
*
Fix a few types to use compatible versions
Nick Mathewson
2009-11-05
*
Keep openssl errors associated with the right bufferevent object.
Nick Mathewson
2009-10-30
*
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
*
Spelling fixes in comments and strings.
Nick Mathewson
2009-10-16
*
New function to put an SSL bufferevent into a renegotiating state.
Nick Mathewson
2009-08-14
*
Disable whichever struct event we don't want during ssl handshaking.
Nick Mathewson
2009-08-14
*
Only send a connected event _after_ we've adjusted the SSL state.
Nick Mathewson
2009-08-14
*
More unit tests for Openssl, including initializing with no socket. Up to 75%...
Nick Mathewson
2009-07-30
*
Add unit tests for SSL session renegotiation.
Nick Mathewson
2009-07-30
*
Always retry SSL_write() with the same number you told it last time.
Nick Mathewson
2009-07-30
*
Add a function to extract the SSL object from a bufferevent_openssl.
Nick Mathewson
2009-07-30
*
Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag, and explain why.
Nick Mathewson
2009-07-30
*
Use SSL_do_handshake in place of SSL_connect/SSL_accept
Nick Mathewson
2009-07-30
*
Bufferevent support for openssl.
Nick Mathewson
2009-07-28