aboutsummaryrefslogtreecommitdiff
path: root/src/event
Commit message (Expand)AuthorAge
* SSL: retry "sess_id" and "id" allocations.Maxim Dounin2013-02-23
* SSL: fixed ngx_ssl_handshake() with level-triggered event methods.Maxim Dounin2013-02-01
* SSL: take into account data in the buffer while limiting output.Valentin Bartenev2013-01-28
* SSL: avoid calling SSL_write() with zero data size.Valentin Bartenev2013-01-28
* SSL: calculation of buffer size moved closer to its usage.Valentin Bartenev2013-01-28
* SSL: preservation of flush flag for buffered data.Valentin Bartenev2013-01-28
* SSL: resetting of flush flag after the data was written.Valentin Bartenev2013-01-28
* SSL: removed conditions that always hold true.Valentin Bartenev2013-01-28
* Events: fixed null pointer dereference with resolver and poll.Ruslan Ermilov2013-01-25
* SSL: speedup loading of configs with many ssl servers.Maxim Dounin2013-01-09
* Events: added check for duplicate "events" directive.Valentin Bartenev2013-01-08
* Event pipe: fixed handling of buf_to_file data.Maxim Dounin2012-10-30
* SSL: the "ssl_verify_client" directive parameter "optional_no_ca".Maxim Dounin2012-10-03
* OCSP stapling: build fixes.Maxim Dounin2012-10-01
* OCSP stapling: ssl_stapling_verify directive.Maxim Dounin2012-10-01
* OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.Maxim Dounin2012-10-01
* OCSP stapling: log error data in ngx_ssl_error().Maxim Dounin2012-10-01
* OCSP stapling: check Content-Type.Maxim Dounin2012-10-01
* OCSP stapling: loading OCSP responses.Maxim Dounin2012-10-01
* OCSP stapling: the ngx_event_openssl_stapling.c file.Maxim Dounin2012-10-01
* OCSP stapling: ssl_stapling_file support.Maxim Dounin2012-10-01
* OCSP stapling: ssl_trusted_certificate directive.Maxim Dounin2012-10-01
* SSL: added version checks for ssl compression workaround.Maxim Dounin2012-09-27
* SSL: fixed compression workaround to remove all methods.Maxim Dounin2012-09-27
* Explicitly ignore returned value from close() in ngx_event_core_init_conf().Andrey Belov2012-08-07
* When "debug_connection" is configured with a domain name, only the firstRuslan Ermilov2012-07-24
* Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov2012-07-24
* Disabled gzip compression in OpenSSL prior to 1.0.0 version.Igor Sysoev2012-06-20
* Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()Valentin Bartenev2012-05-30
* Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.Valentin Bartenev2012-05-14
* Accept moderation in case of EMFILE/ENFILE.Maxim Dounin2012-05-11
* debug_connection: added the IPv6 and UNIX-domain socket support.Ruslan Ermilov2012-04-29
* Fixed master exit if there is no events section (ticket #150).Maxim Dounin2012-04-18
* Fixed grammar in error messages.Ruslan Ermilov2012-04-12
* Fixed signed integer overflows in timer code (ticket #145).Maxim Dounin2012-04-06
* Fixed spelling in multiline C comments.Ruslan Ermilov2012-04-03
* Whitespace fixes.Maxim Dounin2012-03-05
* Fixed spelling in single-line comments.Ruslan Ermilov2012-02-28
* Fix of rbtree lookup on hash collisions.Maxim Dounin2012-02-27
* Event pipe: fixed buffer loss in p->length case.Maxim Dounin2012-02-22
* Fixed error handling in ngx_event_connect_peer().Maxim Dounin2012-01-30
* Removed ENGINE_load_builtin_engines() call.Maxim Dounin2012-01-30
* Copyright updated.Maxim Konovalov2012-01-18
* Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin2012-01-11
* Fixed AIO on Linux, broken in r4306.Maxim Dounin2011-11-29
* Added shmtx interface to forcibly unlock mutexes.Maxim Dounin2011-11-23
* Protection from stale write events in epoll.Maxim Dounin2011-11-22
* Silently ignoring a stale global SSL error left after disabled renegotiation.Igor Sysoev2011-10-31
* Event pipe: reduced number of file buffers used.Maxim Dounin2011-10-31
* Event pipe: fixes for complex protocols.Maxim Dounin2011-10-31