summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-29Fixed AIO on Linux, broken in r4306.Maxim Dounin1-10/+10
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin1-1/+2
2011-11-22Protection from stale write events in epoll.Maxim Dounin1-0/+12
2011-10-31Silently ignoring a stale global SSL error left after disabled renegotiation.Igor Sysoev1-0/+7
2011-10-31Event pipe: reduced number of file buffers used.Maxim Dounin2-22/+55
2011-10-31Event pipe: fixes for complex protocols.Maxim Dounin1-63/+20
2011-10-25Decrease of log level of some SSL handshake errors.Igor Sysoev1-1/+19
2011-10-07Releasing memory of idle SSL connection. This saves about 34K per SSLIgor Sysoev1-0/+4
2011-10-07Disabling SSL compression. This saves about 300K per SSL connection.Igor Sysoev1-0/+4
2011-09-20Fixed loss of chain links in ngx_event_pipe_read_upstream().Maxim Dounin1-0/+1
2011-09-20Fix of cpu hog in event pipe.Maxim Dounin1-2/+2
2011-09-20The "worker_aio_requests" directive.Igor Sysoev1-3/+13
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov2-6/+6
2011-09-16Fixing Linux AIO initiatialization: AIO operations are disabled if kernelIgor Sysoev1-47/+82
2011-09-16Fixing Linux AIO syscalls return value handling:Igor Sysoev1-10/+11