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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-12
Gzip: use zlib to write header and trailer.
Ilya Leoshkevich
1
-117
/
+7
2019-07-12
Perl: named locations in $r->internal_redirect().
Maxim Dounin
1
-6
/
+12
2019-07-12
Perl: expect escaped URIs in $r->internal_redirect().
Maxim Dounin
3
-13
/
+9
2019-07-12
Perl: additional ctx->header_sent checks.
Maxim Dounin
2
-0
/
+25
2019-07-12
Perl: avoid returning 500 if header was already sent.
Maxim Dounin
3
-0
/
+7
2019-07-12
Perl: avoid redirects on errors.
Maxim Dounin
1
-0
/
+2
2019-07-12
Perl: disabled unrelated calls from variable handlers.
Maxim Dounin
3
-0
/
+50
2019-07-12
Perl: protection against duplicate $r->sleep() calls.
Maxim Dounin
1
-0
/
+8
2019-07-12
Perl: handling of allocation errors.
Maxim Dounin
1
-25
/
+51
2019-07-12
Perl: propagate errors.
Maxim Dounin
3
-7
/
+90
2019-07-12
Perl: reworked perl module to pass ctx instead of request.
Maxim Dounin
3
-94
/
+114
2019-07-11
Perl: removed unneeded NGX_DONE test.
Maxim Dounin
1
-5
/
+0
2019-07-09
Version bump.
Maxim Dounin
1
-2
/
+2
2019-06-17
Perl: disabled not_modified filter (ticket #1786).
Maxim Dounin
1
-0
/
+2
2019-06-05
Limit req: limit_req_dry_run directive.
Roman Arutyunyan
1
-4
/
+25
2019-06-03
Upstream: background cache update before cache send (ticket #1782).
Roman Arutyunyan
1
-11
/
+8
2019-05-23
Upstream hash: fall back to round-robin if hash key is empty.
Niklas Keller
2
-4
/
+4
2019-05-27
Version bump.
Roman Arutyunyan
1
-2
/
+2
2016-04-11
SSL: removed OpenSSL 0.9.7 compatibility.
Sergey Kandaurov
4
-56
/
+6
2019-05-13
Range filter: fixed duplicate last buffers.
Maxim Dounin
1
-4
/
+4
2019-05-13
Range filter: fixed loss of incoming chain links.
Maxim Dounin
1
-9
/
+45
2019-04-24
Variables support in proxy_upload_rate and proxy_download_rate.
Ruslan Ermilov
2
-12
/
+20
2019-04-24
Variables support in limit_rate and limit_rate_after (ticket #293).
Ruslan Ermilov
6
-44
/
+57
2019-04-24
Added ngx_http_set_complex_value_size_slot().
Ruslan Ermilov
4
-0
/
+138
2019-04-09
Core: enabled "include" in any context (ticket #1615).
Vladimir Homutov
1
-1
/
+1
2019-04-24
Version bump.
Vladimir Homutov
1
-2
/
+2
2019-04-15
Fixed incorrect length handling in ngx_utf8_length().
Maxim Dounin
1
-1
/
+1
2019-04-15
OCSP stapling: fixed segfault with dynamic certificate loading.
Maxim Dounin
1
-0
/
+5
2019-04-15
Version bump.
Maxim Dounin
1
-2
/
+2
2019-04-03
OCSP stapling: open ssl_stapling_file in binary-mode.
Sergey Kandaurov
1
-1
/
+1
2019-03-26
SSL: missing free calls in $ssl_client_s_dn and $ssl_client_i_dn.
Nikolay Morozov
1
-0
/
+2
2019-03-26
Version bump.
Sergey Kandaurov
1
-2
/
+2
2019-03-06
Listen port ranges.
Roman Arutyunyan
2
-29
/
+119
2019-03-20
Removed sorting of getaddrinfo() results.
Roman Arutyunyan
1
-14
/
+5
2019-03-15
Multiple addresses in "listen".
Roman Arutyunyan
11
-427
/
+276
2019-03-09
SSL: support for parsing PEM certificates from memory.
Maxim Dounin
1
-25
/
+43
2019-03-09
SSL: removed redundant "pkey" variable.
Maxim Dounin
1
-3
/
+2
2019-03-05
SSL: moved c->ssl->handshaked check in server name callback.
Maxim Dounin
1
-6
/
+6
2019-03-03
SSL: use of the SSL_OP_NO_CLIENT_RENEGOTIATION option.
Maxim Dounin
1
-0
/
+4
2019-03-03
SSL: fixed potential leak on memory allocation errors.
Maxim Dounin
7
-8
/
+15
2019-03-03
SSL: server name callback changed to return fatal errors.
Maxim Dounin
2
-7
/
+28
2019-03-03
SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.
Maxim Dounin
2
-6
/
+25
2019-03-03
Version bump.
Maxim Dounin
1
-2
/
+2
2019-02-25
SSL: fixed possible segfault with dynamic certificates.
Maxim Dounin
3
-4
/
+4
2019-02-25
SSL: adjusted session id context with dynamic certificates.
Maxim Dounin
5
-8
/
+31
2019-02-25
SSL: dynamic certificate loading in the stream module.
Maxim Dounin
2
-4
/
+179
2019-02-25
SSL: passwords support for dynamic certificate loading.
Maxim Dounin
4
-2
/
+77
2019-02-25
SSL: variables support in ssl_certificate and ssl_certificate_key.
Maxim Dounin
4
-23
/
+224
2019-02-25
SSL: loading of connection-specific certificates.
Maxim Dounin
2
-0
/
+78
2019-02-25
SSL: reworked ngx_ssl_certificate().
Maxim Dounin
1
-103
/
+186
[next]