index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bufferevent_openssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce new API for flags of the SSL bufferevent
Azat Khuzhin
2020-10-31
1
-1
/
+1
*
bufferevent_openssl: fix -Wcast-function-type for SSL_pending
okhowang(王沛文)
2020-09-09
1
-1
/
+6
*
Fix bufferevent_get_{openssl,mbedtls}_error()
Azat Khuzhin
2020-07-23
1
-1
/
+1
*
Join le_ssl_ops.post_init with le_ssl_ops.init
Azat Khuzhin
2020-07-22
1
-9
/
+4
*
Merge ssl implementations (openssl and mbedtls)
okhowang(王沛文)
2020-07-22
1
-1096
/
+106
*
Don't loose top error in SSL
Yury Korzhetsky
2019-02-26
1
-0
/
+3
*
Eliminate fd conversion warnings and introduce EVUTIL_INVALID_SOCKET (windows)
Azat Khuzhin
2019-01-29
1
-7
/
+7
*
be_openssl: avoid leaking of SSL structure
Azat Khuzhin
2018-10-27
1
-7
/
+25
*
be_openssl: drop close_flag parameter of the BIO_new_bufferevent()
Azat Khuzhin
2018-10-27
1
-7
/
+6
*
fix spelling mistakes
an-tao
2018-06-08
1
-1
/
+1
*
Add missing includes into openssl-compat.h
Azat Khuzhin
2017-11-22
1
-1
/
+0
*
Explicitly call SSL_clear when reseting the fd.
David Benjamin
2017-04-21
1
-0
/
+4
*
bufferevent: refactor to use type check macros
Dominic Chen
2017-04-13
1
-3
/
+3
*
be_openssl: Fix writing into filted openssl bufferevent after connected
Azat Khuzhin
2017-01-19
1
-21
/
+36
*
be_openssl: make be_openssl_set_fd() static (no prototype required)
Azat Khuzhin
2016-12-07
1
-1
/
+1
*
Fix dirty_shutdown for openssl 1.1
Azat Khuzhin
2016-12-07
1
-1
/
+1
*
Fix reusing bufferevent_openssl after fd was reseted (i.e. on new connection)
Azat Khuzhin
2016-12-07
1
-37
/
+36
*
C90 doesn't like declarations intermingled with statements
Philip Prindeville
2016-12-06
1
-2
/
+4
*
Make it build using OpenSSL 1.1.0
Kurt Roeckx
2016-10-16
1
-32
/
+30
*
Don't call BIO_number_{read|written} on NULL BIOs.
Adam Langley
2016-10-16
1
-4
/
+4
*
be_openssl: clear all pending errors before SSL_*() calls
Azat Khuzhin
2016-05-02
1
-0
/
+3
*
be_openssl: don't call do_write() directly from outbuf_cb
Azat Khuzhin
2015-11-18
1
-6
/
+5
*
be_openssl: use bufferevent_enable() instead of bufferevent_add_event_()
Azat Khuzhin
2015-11-06
1
-9
/
+3
*
be: introduce bufferevent_generic_adj_existing_timeouts_()
Azat Khuzhin
2015-11-06
1
-17
/
+1
*
be_openssl: don't add events during bev creation (like be_sock)
Azat Khuzhin
2015-11-06
1
-9
/
+0
*
be_openssl: don't use *_auto() in do_handshake() we can't have fd == -1 there
Azat Khuzhin
2015-09-02
1
-1
/
+1
*
be_openssl: don't call set_open_callbacks() if fd == -1
Azat Khuzhin
2015-09-02
1
-5
/
+4
*
be_openssl: introduce be_openssl_auto_fd() helper
Azat Khuzhin
2015-09-02
1
-12
/
+14
*
be_openssl: introduce set_open_callbacks_auto()
Azat Khuzhin
2015-09-02
1
-8
/
+20
*
be_openssl: get rid off hackish "fd_is_set", to fix some corner cases
Azat Khuzhin
2015-09-02
1
-36
/
+35
*
bufferevent_openssl: reset fd_is_set when setfd with -1 is called
Azat Khuzhin
2014-09-21
1
-0
/
+2
*
Check for OSX when checking for clang.
Joakim Soderberg
2014-01-22
1
-1
/
+1
*
Merge remote-tracking branch 'joakimsoderberg/new_cmake'
Nick Mathewson
2014-01-21
1
-0
/
+5
|
\
|
*
Get rid of unknown pragma warnings.
Joakim Soderberg
2013-12-17
1
-0
/
+2
|
*
Get rid of deprecation warnings for OpenSSL on OSX 10.7+
Joakim Söderberg
2013-12-17
1
-0
/
+3
*
|
Add an option to trigger bufferevent event callbacks
Ondřej Kuzník
2013-12-03
1
-6
/
+6
*
|
Add an option to trigger bufferevent I/O callbacks
Ondřej Kuzník
2013-12-03
1
-10
/
+3
|
/
*
More documentation for finalization feature
Nick Mathewson
2013-04-26
1
-2
/
+2
*
Use finalization feature so bufferevents can avoid deadlocks
Nick Mathewson
2013-04-26
1
-21
/
+32
*
Make bufferevent_set_timeouts(bev, NULL, NULL) have plausible semantics
Nick Mathewson
2012-11-16
1
-6
/
+17
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-11-16
1
-1
/
+1
|
\
|
*
remove stray 'x' so print_err will compile when uncommented
Patrick Pelletier
2012-11-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-10-24
1
-4
/
+6
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'public/20_bev_timeout_semantics' into patches-2.0
Nick Mathewson
2012-10-24
1
-4
/
+6
|
|
\
|
|
*
Don't discard SSL read event when timeout and read come close together
Nick Mathewson
2012-09-07
1
-4
/
+6
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-09-22
1
-1
/
+7
|
\
\
\
|
|
/
/
|
*
|
No need to reserve space if reading is suspended.
Joachim Bauch
2012-09-22
1
-1
/
+4
|
*
|
Stop looping in "consider_reading" if reading is suspended.
Joachim Bauch
2012-09-22
1
-0
/
+3
|
|
/
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-08-23
1
-28
/
+39
|
\
\
|
|
/
|
*
Correctly invoke callbacks when a SSL bufferevent reads some and then blocks.
Nick Mathewson
2012-08-22
1
-28
/
+39
[next]