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
2023-01-05
HTTP/3: insert count block timeout.
Roman Arutyunyan
1
-0
/
+6
2023-01-05
HTTP/3: trigger 400 (Bad Request) on stream error while blocked.
Roman Arutyunyan
1
-1
/
+1
2023-01-10
HTTP/3: fixed $connection_time.
Sergey Kandaurov
1
-4
/
+1
2023-01-03
HTTP/3: handled insertion reference to a going to be evicted entry.
Roman Arutyunyan
1
-21
/
+16
2023-01-02
Merged with the default branch.
Sergey Kandaurov
1
-1
/
+1
2022-12-18
Fixed port ranges support in the listen directive.
Valentin Bartenev
1
-1
/
+1
2022-12-15
Merged with the default branch.
Sergey Kandaurov
3
-2
/
+43
2022-11-23
Filtering duplicate addresses in listen (ticket #2400).
Maxim Dounin
1
-1
/
+14
2022-11-21
SSI: handling of subrequests from other modules (ticket #1263).
Ciel Zhao
2
-1
/
+29
2022-10-25
HTTP/3: implement keepalive for hq.
Roman Arutyunyan
1
-17
/
+30
2022-11-30
QUIC: application init() callback.
Roman Arutyunyan
4
-25
/
+43
2022-10-19
Mp4: disabled duplicate atoms.
Roman Arutyunyan
1
-0
/
+147
2022-10-17
SSL: improved validation of ssl_session_cache and ssl_ocsp_cache.
Sergey Kandaurov
1
-2
/
+2
2022-10-12
PROXY protocol v2 TLV variables.
Roman Arutyunyan
1
-0
/
+39
2022-08-22
HTTP/3: renamed functions.
Roman Arutyunyan
3
-6
/
+6
2022-11-30
QUIC: removed cancelable flag from QUIC and HTTP/3 events.
Roman Arutyunyan
1
-1
/
+0
2022-10-19
QUIC: idle mode for main connection.
Roman Arutyunyan
3
-1
/
+38
2022-10-19
HTTP/3: unified hq code with regular HTTP/3 code.
Roman Arutyunyan
4
-100
/
+62
2022-11-29
QUIC: reusable mode for main connection.
Roman Arutyunyan
1
-2
/
+12
2022-11-25
HTTP/3: fixed build without NGX_PCRE (broken by 0f5fc7a320db).
Jiuzhou Cui
1
-0
/
+2
2022-11-22
HTTP/3: fixed server_name regex captures (ticket #2407).
Sergey Kandaurov
1
-0
/
+1
2022-11-01
Set default listen socket type in http.
Roman Arutyunyan
1
-0
/
+1
2022-10-20
Merged with the default branch.
Sergey Kandaurov
3
-2
/
+188
2022-08-03
HTTP/3: skip empty request body buffers (ticket #2374).
Roman Arutyunyan
1
-7
/
+9
2022-07-15
Range filter: clearing of pre-existing Content-Range headers.
Maxim Dounin
1
-0
/
+13
2022-06-29
Upstream: optimized use of SSL contexts (ticket #1234).
Maxim Dounin
3
-21
/
+177
2022-06-14
Perl: removed unused variables, forgotten in ef6a3a99a81a.
Sergey Kandaurov
1
-2
/
+1
2022-07-26
Merged with the default branch.
Sergey Kandaurov
4
-21
/
+190
2022-06-22
Merged with the default branch.
Sergey Kandaurov
34
-508
/
+889
2022-06-08
HTTP/3: updated SETTINGS_MAX_FIELD_SECTION_SIZE name.
Sergey Kandaurov
2
-3
/
+4
2022-05-26
HTTP/3: require that field section base index is not negative.
Roman Arutyunyan
1
-0
/
+6
2022-06-07
Mp4: fixed potential overflow in ngx_http_mp4_crop_stts_data().
Maxim Dounin
1
-1
/
+1
2022-06-07
Upstream: handling of certificates specified as an empty string.
Sergey Kandaurov
4
-8
/
+13
2022-06-07
Upstream: fixed X-Accel-Expires/Cache-Control/Expires handling.
Maxim Dounin
2
-7
/
+24
2022-05-31
Upstream: fixed build without http cache (broken by cd73509f21e2).
Maxim Dounin
1
-4
/
+5
2022-05-30
Headers filter: improved memory allocation error handling.
Maxim Dounin
1
-0
/
+4
2022-05-30
Multiple WWW-Authenticate headers with "satisfy any;".
Maxim Dounin
1
-2
/
+3
2022-05-30
Auth request: multiple WWW-Authenticate headers (ticket #485).
Maxim Dounin
1
-3
/
+8
2022-05-30
Upstream: multiple WWW-Authenticate headers (ticket #485).
Maxim Dounin
1
-9
/
+17
2022-05-30
Upstream: handling of multiple Vary headers (ticket #1423).
Maxim Dounin
1
-5
/
+43
2022-05-30
Upstream: duplicate headers ignored or properly linked.
Maxim Dounin
2
-9
/
+104
2022-05-30
Upstream: header handlers can now return parsing errors.
Maxim Dounin
6
-13
/
+80
2022-05-30
Upstream: all known headers in u->headers_in are linked lists now.
Maxim Dounin
2
-0
/
+11
2022-05-30
All known output headers can be linked lists now.
Maxim Dounin
14
-0
/
+25
2022-05-30
Upstream: simplified Accept-Ranges handling.
Maxim Dounin
2
-3
/
+1
2022-05-30
Upstream: simplified Content-Encoding handling.
Maxim Dounin
2
-37
/
+3
2022-05-30
Upstream: style.
Maxim Dounin
1
-7
/
+17
2022-05-30
Perl: combining unknown headers during $r->header_in() lookup.
Maxim Dounin
1
-40
/
+44
2022-05-30
Perl: all known input headers are handled identically.
Maxim Dounin
1
-20
/
+2
2022-05-30
All non-unique input headers are now linked lists.
Maxim Dounin
2
-59
/
+12
[next]