index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
event
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-15
SSL: session id context now includes certificate hash.
Maxim Dounin
1
-2
/
+96
2014-09-12
Upstream: limited next_upstream time and tries (ticket #544).
Roman Arutyunyan
1
-0
/
+1
2014-09-03
SSL: guard use of all SSL options for bug workarounds.
Piotr Sikora
1
-0
/
+17
2014-09-01
Events: processing of posted events changed from LIFO to FIFO.
Valentin Bartenev
12
-49
/
+44
2014-09-01
Events: removed broken thread support from posted events.
Valentin Bartenev
16
-411
/
+59
2014-08-10
Events: removed unused variable in ngx_poll_process_events().
Maxim Dounin
1
-4
/
+1
2014-08-07
Events: format specifier fixes.
Yves Crespin
2
-6
/
+6
2014-08-07
Events: changed nevents type to unsigned in poll module.
Yves Crespin
1
-6
/
+6
2014-07-30
SSL: let it build against LibreSSL.
Piotr Sikora
1
-3
/
+3
2014-07-30
SSL: let it build against BoringSSL.
Piotr Sikora
1
-0
/
+10
2014-07-28
SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP.
Piotr Sikora
3
-1
/
+15
2014-07-28
SSL: misplaced space in debug message.
Maxim Dounin
1
-1
/
+1
2014-07-09
SSL: fix build with recent OpenSSL.
Piotr Sikora
1
-4
/
+4
2014-07-08
Style: use ngx_memcpy() instead of memcpy().
Piotr Sikora
1
-1
/
+1
2014-07-06
SSL: stop accessing SSL_SESSION's fields directly.
Piotr Sikora
1
-14
/
+42
2014-07-09
SSL: fixed build with OPENSSL_NO_DEPRECATED defined.
Maxim Dounin
1
-0
/
+4
2014-07-06
SSL: return temporary RSA key only when the key length matches.
Piotr Sikora
1
-4
/
+6
2014-07-06
SSL: include correct OpenSSL headers.
Piotr Sikora
1
-0
/
+7
2014-07-04
SSL: logging level of "peer closed connection in SSL handshake".
Maxim Dounin
1
-2
/
+2
2014-07-04
Upstream: p->downstream_error instead of closing connection.
Maxim Dounin
1
-10
/
+5
2014-06-16
SSL: the "ssl_password_file" directive.
Valentin Bartenev
2
-9
/
+217
2014-05-23
Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
Ruslan Ermilov
1
-4
/
+4
2014-05-22
Core: output client port number when logging accept event.
Ruslan Ermilov
1
-3
/
+11
2014-05-20
SSL: $ssl_client_fingerprint variable.
Sergey Budnevitch
2
-0
/
+36
2014-04-29
OCSP stapling: missing OCSP request free call.
Filipe da Silva
1
-0
/
+2
2014-04-23
SSL: explicit handling of empty names.
Maxim Dounin
1
-0
/
+4
2014-04-22
SSL: added explicit check for ngx_strlchr() result.
Maxim Dounin
1
-0
/
+5
2014-04-18
Upstream: proxy_ssl_verify and friends.
Maxim Dounin
2
-0
/
+166
2014-04-18
SSL: $ssl_server_name variable.
Maxim Dounin
2
-0
/
+24
2014-04-18
SSL: fixed misuse of NGX_LOG_DEBUG_HTTP.
Maxim Dounin
1
-3
/
+3
2014-04-07
Win32: fixed shared ssl_session_cache (ticket #528).
Maxim Dounin
1
-3
/
+3
2014-03-31
Core: slab log_nomem flag.
Maxim Dounin
1
-1
/
+3
2014-03-06
Fixed format specifier in logging of "c->number".
Sergey Kandaurov
2
-2
/
+2
2014-02-11
SSL: the $ssl_session_reused variable.
Maxim Dounin
2
-0
/
+16
2014-01-23
SSL: fixed $ssl_session_id possible segfault after 97e3769637a7.
Maxim Dounin
1
-0
/
+4
2014-01-22
SSL: fixed $ssl_session_id variable.
Maxim Dounin
1
-13
/
+3
2013-12-20
SSL: ssl_buffer_size directive.
Maxim Dounin
2
-3
/
+8
2013-12-09
Resolver: implemented IPv6 name to address resolving.
Ruslan Ermilov
1
-1
/
+0
2013-12-06
Changed resolver API to use ngx_addr_t.
Ruslan Ermilov
1
-22
/
+34
2013-12-11
Use ngx_chain_get_free_buf() in pipe input filters.
Valentin Bartenev
1
-19
/
+5
2013-12-09
Core: keep the length of the local sockaddr.
Ruslan Ermilov
2
-2
/
+2
2013-11-29
SSL: fixed c->read->ready handling in ngx_ssl_recv().
Maxim Dounin
1
-0
/
+5
2013-10-11
SSL: added ability to set keys used for Session Tickets (RFC5077).
Piotr Sikora
2
-0
/
+240
2013-10-14
SSL: SSL_CTX_set_timeout() now always called.
Maxim Dounin
1
-2
/
+2
2013-10-14
SSL: fixed build with OpenSSL 0.9.7.
Maxim Dounin
1
-2
/
+2
2013-10-02
Unused macro and variable removed.
Sergey Kandaurov
1
-1
/
+0
2013-09-27
SSL: adjust buffer used by OpenSSL during handshake (ticket #413).
Maxim Dounin
2
-0
/
+27
2013-09-18
SSL: fixed possible memory and file descriptor leak on HUP signal.
Piotr Sikora
1
-0
/
+2
2013-09-16
SSL: guard use of SSL_OP_MSIE_SSLV2_RSA_PADDING.
Piotr Sikora
1
-0
/
+2
2013-07-12
Events: support for EPOLLRDHUP (ticket #320).
Valentin Bartenev
2
-7
/
+20
[next]