Tree @release-1.5.3 (Download .tar.gz)
- ..
- modules
- ngx_event.c
- ngx_event.h
- ngx_event_accept.c
- ngx_event_acceptex.c
- ngx_event_busy_lock.c
- ngx_event_busy_lock.h
- ngx_event_connect.c
- ngx_event_connect.h
- ngx_event_connectex.c
- ngx_event_mutex.c
- ngx_event_openssl.c
- ngx_event_openssl.h
- ngx_event_openssl_stapling.c
- ngx_event_pipe.c
- ngx_event_pipe.h
- ngx_event_posted.c
- ngx_event_posted.h
- ngx_event_timer.c
- ngx_event_timer.h
History of src / event @release-1.5.3
- Event pipe: fixed writing cache header to a temp file. Maxim Dounin 8 years ago
- Core: extended ngx_sock_ntop() with socklen parameter. Vladimir Homutov 8 years ago
- Win32: accept_mutex now always disabled (ticket #362). Maxim Dounin 9 years ago
- OCSP stapling: fixed incorrect debug level. Ruslan Ermilov 9 years ago
- Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. Piotr Sikora 9 years ago
- Style: remove unnecessary references to HTTP from non-HTTP modules. Piotr Sikora 9 years ago
- OCSP stapling: fix error logging of successful OCSP responses. Piotr Sikora 9 years ago
- Events: backout eventport changes (r5172) for now. Maxim Dounin 9 years ago
- Events: fixed typos in two previous commits. Valentin Bartenev 9 years ago
- Events: handle only active events in eventport. Valentin Bartenev 9 years ago
- Events: protection from stale events in eventport and devpoll. Valentin Bartenev 9 years ago
- Event connect: don't penalize AF_INET6 connections. Maxim Dounin 9 years ago
- Status: introduced the "ngx_stat_waiting" counter. Valentin Bartenev 9 years ago
- SSL: retry "sess_id" and "id" allocations. Maxim Dounin 9 years ago
- SSL: fixed ngx_ssl_handshake() with level-triggered event methods. Maxim Dounin 9 years ago
- SSL: take into account data in the buffer while limiting output. Valentin Bartenev 9 years ago
- SSL: avoid calling SSL_write() with zero data size. Valentin Bartenev 9 years ago
- SSL: calculation of buffer size moved closer to its usage. Valentin Bartenev 9 years ago
- SSL: preservation of flush flag for buffered data. Valentin Bartenev 9 years ago
- SSL: resetting of flush flag after the data was written. Valentin Bartenev 9 years ago
- SSL: removed conditions that always hold true. Valentin Bartenev 9 years ago
- Events: fixed null pointer dereference with resolver and poll. Ruslan Ermilov 9 years ago
- SSL: speedup loading of configs with many ssl servers. Maxim Dounin 9 years ago
- Events: added check for duplicate "events" directive. Valentin Bartenev 9 years ago
- Event pipe: fixed handling of buf_to_file data. Maxim Dounin 9 years ago
- SSL: the "ssl_verify_client" directive parameter "optional_no_ca". Maxim Dounin 9 years ago
- OCSP stapling: build fixes. Maxim Dounin 9 years ago
- OCSP stapling: ssl_stapling_verify directive. Maxim Dounin 9 years ago
- OCSP stapling: OCSP_basic_verify() OCSP_TRUSTOTHER flag now used. Maxim Dounin 9 years ago
- OCSP stapling: log error data in ngx_ssl_error(). Maxim Dounin 9 years ago