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
/
http
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-19
Style.
Alex Zhang
1
-1
/
+1
2017-07-17
Parenthesized ASCII-related calculations.
Valentin Bartenev
4
-16
/
+16
2017-07-11
Range filter: avoid negative range start.
Maxim Dounin
1
-1
/
+1
2017-07-11
Range filter: protect from total size overflows.
Maxim Dounin
1
-0
/
+4
2017-07-07
Variables: use ngx_http_variable_null_value where appropriate.
Ruslan Ermilov
1
-11
/
+5
2017-03-15
Proxy: split configured header names and values.
Piotr Sikora
1
-106
/
+59
2017-06-27
Range filter: allowed ranges on empty files (ticket #1031).
Maxim Dounin
1
-0
/
+3
2017-06-22
Upstream: introduced ngx_http_upstream_ssl_handshake_handler().
Maxim Dounin
1
-14
/
+24
2017-06-14
Upstream: fixed running posted requests (ticket #788).
Roman Arutyunyan
1
-1
/
+6
2017-03-24
Headers filter: added "add_trailer" directive.
Piotr Sikora
1
-22
/
+142
2017-03-24
HTTP/2: added support for trailers in HTTP responses.
Piotr Sikora
1
-14
/
+152
2017-03-24
Added support for trailers in HTTP responses.
Piotr Sikora
5
-27
/
+157
2017-06-14
Gzip: fixed style in $gzip_ratio variable handler.
Ruslan Ermilov
1
-4
/
+4
2017-06-13
HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.
Piotr Sikora
1
-0
/
+1
2017-06-07
Userid: ngx_http_get_indexed_variable() error handling.
Sergey Kandaurov
1
-0
/
+4
2017-06-07
Fixed segfault in try_files with nested location.
Sergey Kandaurov
1
-0
/
+1
2017-06-07
SSI: return NGX_ERROR when timefmt memory allocation failed.
Sergey Kandaurov
1
-1
/
+1
2017-06-02
HTTP/2: don't send SETTINGS ACK before already queued DATA frames.
Piotr Sikora
2
-1
/
+10
2017-06-02
HTTP/2: make SETTINGS ACK frame reusable.
Piotr Sikora
1
-25
/
+31
2017-06-02
HTTP/2: send SETTINGS ACK after applying all SETTINGS params.
Piotr Sikora
1
-2
/
+2
2017-06-02
HTTP/2: emit new frames only after applying all SETTINGS params.
Piotr Sikora
1
-6
/
+11
2017-05-31
Upstream: style.
Piotr Sikora
1
-1
/
+1
2017-05-31
Headers filter: style.
Piotr Sikora
1
-2
/
+2
2017-05-30
HTTP/2: add debug logging of pseudo-headers and cookies.
Piotr Sikora
1
-20
/
+28
2017-05-29
Fixed background requests with asynchronous operations.
Roman Arutyunyan
1
-5
/
+3
2017-05-29
SSL: set TCP_NODELAY on SSL connections before handshake.
Maxim Dounin
1
-8
/
+17
2017-05-26
Introduced ngx_tcp_nodelay().
Ruslan Ermilov
3
-123
/
+19
2017-05-25
Background subrequests for cache updates.
Roman Arutyunyan
4
-24
/
+49
2017-05-23
HTTP/2: fixed segfault when memory allocation failed.
Valentin Bartenev
1
-2
/
+2
2017-05-18
Cache: ignore long locked entries during forced expire.
Dmitry Volyntsev
1
-11
/
+42
2017-05-18
Upstream: fixed u->headers_in.headers allocation error handling.
Sergey Kandaurov
4
-0
/
+6
2017-05-15
Realip: allow hostnames in set_real_ip_from (ticket #1180).
Ruslan Ermilov
1
-15
/
+68
2017-05-15
Access: simplified rule parser code.
Ruslan Ermilov
1
-13
/
+7
2017-04-27
Added missing "fall through" comments (ticket #1259).
Maxim Dounin
1
-0
/
+3
2017-04-25
Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Ruslan Ermilov
5
-8
/
+34
2017-04-24
HTTP/2: reduced difference to HTTP/1.x in reading request body.
Valentin Bartenev
3
-33
/
+18
2017-04-24
HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.
Valentin Bartenev
1
-0
/
+38
2017-04-20
Gzip static: use an appropriate error on memory allocation failure.
Sergey Kandaurov
1
-1
/
+1
2017-04-20
Cleaned up r->headers_out.headers allocation error handling.
Sergey Kandaurov
8
-15
/
+28
2017-04-18
Sub filter: restored ngx_http_set_ctx() at the proper place.
Sergey Kandaurov
1
-2
/
+2
2017-04-18
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
3
-0
/
+3
2017-04-11
Added support for the "308 Permanent Redirect" (ticket #877).
Simon Leblanc
6
-4
/
+20
2017-04-12
Use ngx_calloc_buf() where appropriate.
Ruslan Ermilov
9
-12
/
+12
2017-03-24
Upstream: allow recovery from "429 Too Many Requests" response.
Piotr Sikora
6
-5
/
+16
2017-03-24
Added support for "429 Too Many Requests" response (RFC6585).
Piotr Sikora
3
-8
/
+29
2017-04-03
Fixed type.
hucongcong
1
-2
/
+2
2017-03-31
Slice filter: prevented slice redirection (ticket #1219).
Roman Arutyunyan
1
-1
/
+11
2017-03-28
Slice filter: allowed at most one subrequest at a time.
Roman Arutyunyan
1
-12
/
+16
2017-04-02
Moved handling of wev->delayed to the connection event handler.
Maxim Dounin
4
-78
/
+26
2017-04-02
Perl: fixed delaying subrequests.
Maxim Dounin
2
-6
/
+11
[prev]
[next]