summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Core: keep the length of the local sockaddr.Ruslan Ermilov2-2/+2
2013-11-29SSL: fixed c->read->ready handling in ngx_ssl_recv().Maxim Dounin1-0/+5
2013-10-11SSL: added ability to set keys used for Session Tickets (RFC5077).Piotr Sikora2-0/+240
2013-10-14SSL: SSL_CTX_set_timeout() now always called.Maxim Dounin1-2/+2
2013-10-14SSL: fixed build with OpenSSL 0.9.7.Maxim Dounin1-2/+2
2013-10-02Unused macro and variable removed.Sergey Kandaurov1-1/+0
2013-09-27SSL: adjust buffer used by OpenSSL during handshake (ticket #413).Maxim Dounin2-0/+27
2013-09-18SSL: fixed possible memory and file descriptor leak on HUP signal.Piotr Sikora1-0/+2
2013-09-16SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.Piotr Sikora1-0/+2
2013-07-12Events: support for EPOLLRDHUP (ticket #320).Valentin Bartenev2-7/+20
2013-09-05Events: removed unused flags from the ngx_event_s structure.Valentin Bartenev1-4/+0
2013-09-04SSL: clear error queue after SSL_CTX_load_verify_locations().Maxim Dounin1-0/+14
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin6-8/+10
2013-09-04Win32: Borland C compatibility fixes.Maxim Dounin1-1/+1
2013-09-02Added the NGX_EBADF define.Valentin Bartenev1-1/+1
2013-08-28Typo fixed.Maxim Dounin1-2/+2
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin2-7/+7
2013-08-20Format specifier fixes in error logging.Sergey Kandaurov1-2/+2
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev2-7/+7
2013-07-25Event pipe: fixed writing cache header to a temp file.Maxim Dounin1-7/+4
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov3-3/+6
2013-05-31Win32: accept_mutex now always disabled (ticket #362).Maxim Dounin1-0/+11
2013-05-31OCSP stapling: fixed incorrect debug level.Ruslan Ermilov1-1/+1
2013-05-21Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.Piotr Sikora2-2/+4
2013-05-21Style: remove unnecessary references to HTTP from non-HTTP modules.Piotr Sikora1-3/+3
2013-05-16OCSP stapling: fix error logging of successful OCSP responses.Piotr Sikora1-3/+2
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