summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Events: backout eventport changes (r5172) for now.Maxim Dounin1-8/+0
2013-04-12Events: fixed typos in two previous commits.Valentin Bartenev2-2/+2
2013-04-12Events: handle only active events in eventport.Valentin Bartenev1-0/+8
2013-04-12Events: protection from stale events in eventport and devpoll.Valentin Bartenev2-2/+8
2013-03-27Event connect: don't penalize AF_INET6 connections.Maxim Dounin1-1/+1
2013-03-15Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev2-1/+6
2013-02-23SSL: retry "sess_id" and "id" allocations.Maxim Dounin1-2/+22
2013-02-01SSL: fixed ngx_ssl_handshake() with level-triggered event methods.Maxim Dounin1-0/+8
2013-01-28SSL: take into account data in the buffer while limiting output.Valentin Bartenev1-1/+1
2013-01-28SSL: avoid calling SSL_write() with zero data size.Valentin Bartenev1-0/+6
2013-01-28SSL: calculation of buffer size moved closer to its usage.Valentin Bartenev1-2/+2
2013-01-28SSL: preservation of flush flag for buffered data.Valentin Bartenev1-5/+5
2013-01-28SSL: resetting of flush flag after the data was written.Valentin Bartenev1-0/+2
2013-01-28SSL: removed conditions that always hold true.Valentin Bartenev1-5/+3
2013-01-25Events: fixed null pointer dereference with resolver and poll.Ruslan Ermilov1-2/+2
2013-01-09SSL: speedup loading of configs with many ssl servers.Maxim Dounin1-2/+2
2013-01-08Events: added check for duplicate "events" directive.Valentin Bartenev1-0/+4
2012-10-30Event pipe: fixed handling of buf_to_file data.Maxim Dounin1-2/+9
2012-10-03SSL: the "ssl_verify_client" directive parameter "optional_no_ca".Maxim Dounin1-0/+7
2012-10-01OCSP stapling: build fixes.Maxim Dounin1-5/+5
2012-10-01OCSP stapling: ssl_stapling_verify directive.Maxim Dounin2-5/+10
2012-10-01OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used.Maxim Dounin1-1/+1
2012-10-01OCSP stapling: log error data in ngx_ssl_error().Maxim Dounin1-6/+17
2012-10-01OCSP stapling: check Content-Type.Maxim Dounin1-0/+28
2012-10-01OCSP stapling: loading OCSP responses.Maxim Dounin3-34/+1703
2012-10-01OCSP stapling: the ngx_event_openssl_stapling.c file.Maxim Dounin1-0/+140
2012-10-01OCSP stapling: ssl_stapling_file support.Maxim Dounin1-0/+2
2012-10-01OCSP stapling: ssl_trusted_certificate directive.Maxim Dounin2-0/+29
2012-09-27SSL: added version checks for ssl compression workaround.Maxim Dounin1-0/+2
2012-09-27SSL: fixed compression workaround to remove all methods.Maxim Dounin1-3/+3
2012-08-07Explicitly ignore returned value from close() in ngx_event_core_init_conf().Andrey Belov1-1/+1
2012-07-24When "debug_connection" is configured with a domain name, only the firstRuslan Ermilov1-25/+66
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov4-6/+53
2012-06-20Disabled gzip compression in OpenSSL prior to 1.0.0 version.Igor Sysoev1-0/+18
2012-05-30Removed mistaken setting of NGX_SSL_BUFFERED flag in ngx_ssl_send_chain()Valentin Bartenev1-1/+0
2012-05-14Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.Valentin Bartenev1-0/+1
2012-05-11Accept moderation in case of EMFILE/ENFILE.Maxim Dounin1-6/+44
2012-04-29debug_connection: added the IPv6 and UNIX-domain socket support.Ruslan Ermilov3-34/+64
2012-04-18Fixed master exit if there is no events section (ticket #150).Maxim Dounin1-14/+21
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-2/+2
2012-04-06Fixed signed integer overflows in timer code (ticket #145).Maxim Dounin1-3/+2
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov4-5/+5
2012-03-05Whitespace fixes.Maxim Dounin1-0/+2
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov3-3/+3
2012-02-27Fix of rbtree lookup on hash collisions.Maxim Dounin1-41/+31
2012-02-22Event pipe: fixed buffer loss in p->length case.Maxim Dounin1-1/+2
2012-01-30Fixed error handling in ngx_event_connect_peer().Maxim Dounin1-6/+5
2012-01-30Removed ENGINE_load_builtin_engines() call.Maxim Dounin1-2/+0
2012-01-18Copyright updated.Maxim Konovalov29-0/+29
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin2-17/+23