Tree @release-1.15.2 (Download .tar.gz)
- ..
- modules
- ngx_event.c
- ngx_event.h
- ngx_event_accept.c
- ngx_event_acceptex.c
- ngx_event_connect.c
- ngx_event_connect.h
- ngx_event_connectex.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
- ngx_event_udp.c
History of src / event @release-1.15.2
- SSL: save sessions for upstream peers using a callback function. Sergey Kandaurov 3 years ago
- SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376). Maxim Dounin 3 years ago
- SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+. Maxim Dounin 3 years ago
- SSL: logging levels of "unsupported protocol", "version too low". Maxim Dounin 3 years ago
- Events: added configuration check on the number of connections. Maxim Dounin 3 years ago
- Events: moved sockets cloning to ngx_event_init_conf(). Maxim Dounin 3 years ago
- SSL: logging level of "https proxy request" errors. Maxim Dounin 3 years ago
- SSL: removed extra prototype. Sergey Kandaurov 4 years ago
- Added missing space after ngx_close_socket_n. Maxim Dounin 4 years ago
- Stream: udp streams. Roman Arutyunyan 4 years ago
- Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c. Roman Arutyunyan 4 years ago
- Events: get remote addresses before creating udp connection. Roman Arutyunyan 4 years ago
- Events: fixed handling zero-length client address. Roman Arutyunyan 4 years ago
- Generate error for unsupported IPv6 transparent proxy. Roman Arutyunyan 4 years ago
- Fixed --test-build-eventport on macOS 10.12 and later. Ruslan Ermilov 4 years ago
- SSL: include <openssl/hmac.h>. Alessandro Ghedini 4 years ago
- Fixed buffer overread with unix sockets after accept(). Maxim Dounin 4 years ago
- SSL: fixed possible use-after-free in $ssl_server_name. Maxim Dounin 4 years ago
- SSL: the $ssl_client_escaped_cert variable (ticket #857). Maxim Dounin 4 years ago
- Restored ngx_event_aio_t layout for debug logging. Maxim Dounin 4 years ago
- Fixed calls to ngx_open_file() in certain places. Sergey Kandaurov 4 years ago
- Style. Sergey Kandaurov 4 years ago
- SSL: fixed typo in the error message. Sergey Kandaurov 4 years ago
- Parenthesized ASCII-related calculations. Valentin Bartenev 4 years ago
- Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278). Roman Arutyunyan 5 years ago
- SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0. Sergey Kandaurov 5 years ago
- SSL: compatibility with OpenSSL master branch. Sergey Kandaurov 5 years ago
- SSL: disabled renegotiation detection in client mode. Sergey Kandaurov 5 years ago
- SSL: added support for TLSv1.3 in ssl_protocols directive. Sergey Kandaurov 5 years ago
- Core: set nginx_shared_zone name via ngx_str_set(). Ruslan Ermilov 5 years ago