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
2021-05-18
HTTP/3: fixed server push after 9ec3e71f8a61.
Roman Arutyunyan
1
-4
/
+3
2021-05-05
QUIC: generic buffering for stream input.
Roman Arutyunyan
5
-75
/
+77
2021-05-05
QUIC: simplified sending 1-RTT only frames.
Sergey Kandaurov
5
-27
/
+19
2021-05-05
QUIC: relaxed client id requirements.
Vladimir Homutov
3
-6
/
+44
2021-05-06
QUIC: consider NEW_CONNECTION_ID a probing frame.
Vladimir Homutov
1
-0
/
+1
2021-04-28
HTTP/3: clean up table from session cleanup handler.
Roman Arutyunyan
3
-19
/
+13
2021-05-05
HTTP/3: moved session initialization to a separate file.
Roman Arutyunyan
3
-75
/
+87
2021-05-05
HTTP/3: separate header files for existing source files.
Roman Arutyunyan
4
-74
/
+135
2021-05-05
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
Roman Arutyunyan
4
-125
/
+159
2021-04-27
HTTP/3: renamed ngx_http_v3_client_XXX() functions.
Roman Arutyunyan
4
-17
/
+16
2021-05-05
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
7
-41
/
+40
2021-05-05
HTTP/3: reference h3c directly from ngx_http_connection_t.
Roman Arutyunyan
7
-32
/
+30
2021-04-30
HTTP/3: ngx_http_v3_get_session() macro.
Roman Arutyunyan
5
-22
/
+24
2021-05-05
HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c.
Roman Arutyunyan
2
-12
/
+12
2021-05-04
HTTP/3: fixed decoder stream stubs.
Roman Arutyunyan
1
-5
/
+5
2021-05-05
HTTP/3: reject empty DATA and HEADERS frames on control stream.
Roman Arutyunyan
1
-5
/
+4
2021-04-28
QUIC: fixed build with NGX_QUIC_DEBUG_ALLOC enabled.
Vladimir Homutov
1
-9
/
+6
2021-04-29
QUIC: connection migration.
Vladimir Homutov
15
-369
/
+1675
2021-04-22
HTTP/3: adjusted control stream parsing.
Vladimir Homutov
1
-0
/
+4
2021-04-19
QUIC: renamed stream variables from sn to qs.
Roman Arutyunyan
2
-99
/
+99
2021-04-19
QUIC: renamed stream field from c to connection.
Roman Arutyunyan
3
-41
/
+44
2021-04-16
QUIC: fixed permitted packet types for PATH_RESPONSE.
Sergey Kandaurov
1
-1
/
+1
2021-04-19
QUIC: added missing checks for limits in stream frames parsing.
Vladimir Homutov
1
-0
/
+8
2021-04-19
QUIC: fixed parsing of unknown frame types.
Vladimir Homutov
2
-0
/
+9
2021-04-15
QUIC: avoid sending extra frames in case of error.
Vladimir Homutov
1
-0
/
+4
2021-04-13
QUIC: normalize header inclusion.
Sergey Kandaurov
9
-18
/
+8
2021-04-13
QUIC: ngx_quic_frames_stream_t made opaque.
Sergey Kandaurov
4
-15
/
+23
2021-04-14
QUIC: separate files for SSL library interfaces.
Vladimir Homutov
5
-507
/
+529
2021-04-13
QUIC: separate files for tokens related processing.
Vladimir Homutov
4
-285
/
+315
2021-04-13
QUIC: separate files for output and ack related processing.
Vladimir Homutov
6
-1953
/
+2021
2021-04-13
QUIC: separate files for stream related processing.
Vladimir Homutov
4
-1285
/
+1317
2021-04-13
QUIC: separate files for frames related processing.
Vladimir Homutov
4
-912
/
+957
2021-04-13
QUIC: separate files for connection id related processing.
Vladimir Homutov
4
-530
/
+564
2021-04-14
QUIC: headers cleanup.
Vladimir Homutov
6
-53
/
+49
2021-04-09
QUIC: separate function for connection ids initialization.
Vladimir Homutov
1
-40
/
+62
2021-04-07
QUIC: fixed ngx_quic_send_ack_range() function.
Vladimir Homutov
1
-1
/
+6
2021-04-05
QUIC: fixed debug message macro.
Vladimir Homutov
1
-2
/
+2
2021-04-05
QUIC: added error codes and messages from latest drafts.
Vladimir Homutov
2
-1
/
+5
2021-04-16
HTTP/3: keepalive_time support.
Sergey Kandaurov
2
-4
/
+12
2021-04-16
Merged with the default branch.
Sergey Kandaurov
13
-20
/
+97
2021-04-12
HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c.
Sergey Kandaurov
1
-1
/
+0
2021-04-08
Changed keepalive_requests default to 1000 (ticket #2155).
Maxim Dounin
2
-2
/
+2
2021-04-08
Added $connection_time variable.
Maxim Dounin
1
-0
/
+30
2021-04-08
Introduced the "keepalive_time" directive.
Maxim Dounin
10
-1
/
+46
2021-04-07
QUIC: fixed memory leak in ngx_hkdf_extract()/ngx_hkdf_expand().
Sergey Kandaurov
1
-0
/
+4
2021-04-07
HTTP/2: relaxed PRIORITY frames limit.
Maxim Dounin
1
-1
/
+1
2021-04-05
Gzip: updated handling of zlib variant from Intel.
Maxim Dounin
1
-26
/
+9
2021-04-05
Gzip: support for zlib-ng.
Maxim Dounin
1
-2
/
+21
2021-04-05
Version bump.
Maxim Dounin
1
-2
/
+2
2021-03-28
Fixed handling of already closed connections.
Maxim Dounin
3
-7
/
+22
[next]