summaryrefslogtreecommitdiffhomepage
path: root/src/event (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-23Events: use eventfd() instead of syscall(SYS_eventfd) if possible.Ruslan Ermilov1-4/+4
2014-05-22Core: output client port number when logging accept event.Ruslan Ermilov1-3/+11
2014-05-20SSL: $ssl_client_fingerprint variable.Sergey Budnevitch2-0/+36
2014-04-29OCSP stapling: missing OCSP request free call.Filipe da Silva1-0/+2
2014-04-23SSL: explicit handling of empty names.Maxim Dounin1-0/+4
2014-04-22SSL: added explicit check for ngx_strlchr() result.Maxim Dounin1-0/+5
2014-04-18Upstream: proxy_ssl_verify and friends.Maxim Dounin2-0/+166
2014-04-18SSL: $ssl_server_name variable.Maxim Dounin2-0/+24
2014-04-18SSL: fixed misuse of NGX_LOG_DEBUG_HTTP.Maxim Dounin1-3/+3
2014-04-07Win32: fixed shared ssl_session_cache (ticket #528).Maxim Dounin1-3/+3
2014-03-31Core: slab log_nomem flag.Maxim Dounin1-1/+3
2014-03-06Fixed format specifier in logging of "c->number".Sergey Kandaurov2-2/+2
2014-02-11SSL: the $ssl_session_reused variable.Maxim Dounin2-0/+16
2014-01-23SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.Maxim Dounin1-0/+4
2014-01-22SSL: fixed $ssl_session_id variable.Maxim Dounin1-13/+3
2013-12-20SSL: ssl_buffer_size directive.Maxim Dounin2-3/+8
2013-12-09Resolver: implemented IPv6 name to address resolving.Ruslan Ermilov1-1/+0
2013-12-06Changed resolver API to use ngx_addr_t.Ruslan Ermilov1-22/+34
2013-12-11Use ngx_chain_get_free_buf() in pipe input filters.Valentin Bartenev1-19/+5
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