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-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
2017-04-02
Limit req: fixed delaying subrequests.
Maxim Dounin
1
-1
/
+4
2017-03-26
HTTP/2: style and typos.
Piotr Sikora
2
-7
/
+8
2017-03-29
HTTP/2: fixed connection finalization.
Valentin Bartenev
1
-3
/
+8
2017-03-29
HTTP/2: fixed stream finalization.
Valentin Bartenev
1
-0
/
+3
2017-03-26
HTTP/2: emit PROTOCOL_ERROR on padding errors.
Piotr Sikora
1
-2
/
+4
2017-03-26
HTTP/2: fix flow control with padded DATA frames.
Piotr Sikora
1
-10
/
+12
2017-03-26
HTTP/2: fix $body_bytes_sent variable.
Piotr Sikora
1
-0
/
+3
2017-03-26
HTTP/2: fix $bytes_sent variable.
Piotr Sikora
1
-0
/
+2
2017-03-28
Copy filter: wake up subrequests after aio operations.
Maxim Dounin
1
-2
/
+30
2017-03-28
Threads: fixed request hang with aio_write and subrequests.
Maxim Dounin
1
-2
/
+12
2017-03-28
Fixed ngx_open_cached_file() error handling.
Sergey Kandaurov
4
-3
/
+19
2017-03-24
Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).
Maxim Dounin
1
-0
/
+1
2017-03-22
Simplified code about duplicate root/alias directive.
Ruslan Ermilov
1
-8
/
+6
2017-03-22
Unified error messages about duplicate directives.
Ruslan Ermilov
2
-2
/
+2
2017-03-07
Access log: removed dead ev->timedout check in flush timer handler.
Maxim Dounin
1
-14
/
+1
2017-03-07
Converted hc->busy/hc->free to use chain links.
Maxim Dounin
2
-39
/
+53
2017-03-06
Added missing "static" specifiers found by gcc -Wtraditional.
Ruslan Ermilov
1
-1
/
+1
2017-03-02
Added missing static specifiers.
Eran Kornblau
5
-5
/
+5
2017-02-27
Fixed background update with "if".
Maxim Dounin
1
-0
/
+1
2017-02-13
Gzip: free chain links on the hot path (ticket #1046).
Maxim Dounin
1
-6
/
+16
2017-02-10
Upstream: read handler cleared on upstream finalization.
Maxim Dounin
1
-0
/
+2
2017-02-10
Cache: increased cache header Vary and ETag lengths to 128.
Maxim Dounin
1
-3
/
+3
2017-02-10
Slice filter: fetch slices in cloned subrequests.
Roman Arutyunyan
1
-1
/
+4
2017-02-10
Upstream: proxy_cache_background_update and friends.
Roman Arutyunyan
10
-4
/
+107
2016-12-22
Cache: support for stale-while-revalidate and stale-if-error.
Roman Arutyunyan
3
-21
/
+93
2017-02-08
Request body: commented out debug printing of old buffers.
Maxim Dounin
1
-0
/
+2
2017-02-08
Request body: c->error on "100 Continue" errors (ticket #1194).
Maxim Dounin
1
-0
/
+2
2017-02-02
SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).
Maxim Dounin
1
-0
/
+2
2017-01-31
Variables: generic prefix variables.
Dmitry Volyntsev
6
-140
/
+137
2017-01-31
Implemented the "server_tokens build" option.
Ruslan Ermilov
5
-19
/
+92
2017-01-26
Upstream: removed unused bl_time and bl_state fields.
Maxim Dounin
1
-3
/
+0
2017-01-24
Upstream: removed unused ngx_http_upstream_conf_t.timeout field.
Thibault Charbonnier
1
-1
/
+0
2017-01-25
Upstream: removed compatibility shims from ngx_http_upstream_t.
Vladimir Homutov
1
-3
/
+0
2017-01-20
Upstream: fixed cache corruption and socket leaks with aio_write.
Maxim Dounin
1
-0
/
+15
2016-12-24
Win32: support 64-bit compilation with MSVC.
Maxim Dounin
2
-13
/
+13
2016-12-24
Win32: fixed some warnings reported by Borland C.
Maxim Dounin
2
-5
/
+5
2016-12-22
Fixed missing "Location" field with some relative redirects.
Ruslan Ermilov
4
-18
/
+10
2016-12-21
Core: relative redirects (closes #1000).
Ruslan Ermilov
4
-2
/
+16
2016-12-21
Limited recursion when evaluating variables.
Ruslan Ermilov
1
-6
/
+30
2016-12-15
Access log: support for json escaping.
Valentin Bartenev
1
-6
/
+77
[prev]
[next]