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-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
2013-09-05
Events: removed unused flags from the ngx_event_s structure.
Valentin Bartenev
1
-4
/
+0
2013-09-04
SSL: clear error queue after SSL_CTX_load_verify_locations().
Maxim Dounin
1
-0
/
+14
2013-09-04
Win32: MinGW GCC compatibility.
Maxim Dounin
6
-8
/
+10
2013-09-04
Win32: Borland C compatibility fixes.
Maxim Dounin
1
-1
/
+1
2013-09-02
Added the NGX_EBADF define.
Valentin Bartenev
1
-1
/
+1
2013-08-28
Typo fixed.
Maxim Dounin
1
-2
/
+2
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
2
-7
/
+7
2013-08-20
Format specifier fixes in error logging.
Sergey Kandaurov
1
-2
/
+2
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
2
-7
/
+7
2013-07-25
Event pipe: fixed writing cache header to a temp file.
Maxim Dounin
1
-7
/
+4
2013-07-11
Core: extended ngx_sock_ntop() with socklen parameter.
Vladimir Homutov
3
-3
/
+6
2013-05-31
Win32: accept_mutex now always disabled (ticket #362).
Maxim Dounin
1
-0
/
+11
2013-05-31
OCSP stapling: fixed incorrect debug level.
Ruslan Ermilov
1
-1
/
+1
2013-05-21
Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.
Piotr Sikora
2
-2
/
+4
2013-05-21
Style: remove unnecessary references to HTTP from non-HTTP modules.
Piotr Sikora
1
-3
/
+3
2013-05-16
OCSP stapling: fix error logging of successful OCSP responses.
Piotr Sikora
1
-3
/
+2
2013-04-16
Events: backout eventport changes (r5172) for now.
Maxim Dounin
1
-8
/
+0
2013-04-12
Events: fixed typos in two previous commits.
Valentin Bartenev
2
-2
/
+2
2013-04-12
Events: handle only active events in eventport.
Valentin Bartenev
1
-0
/
+8
2013-04-12
Events: protection from stale events in eventport and devpoll.
Valentin Bartenev
2
-2
/
+8
2013-03-27
Event connect: don't penalize AF_INET6 connections.
Maxim Dounin
1
-1
/
+1
[next]