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
2020-04-14
Sorted functions and functions declarations.
Vladimir Homutov
1
-23
/
+24
2020-04-15
Added reordering support for STREAM frames.
Vladimir Homutov
2
-72
/
+159
2020-04-14
Crypto buffer frames reordering.
Vladimir Homutov
3
-50
/
+307
2020-04-13
Cleaned up magic numbers in ngx_quic_output_frames().
Vladimir Homutov
1
-8
/
+8
2020-04-14
Rename types and variables used for packet number space.
Vladimir Homutov
1
-67
/
+71
2020-04-14
Merged with the default branch.
Sergey Kandaurov
5
-45
/
+113
2020-04-13
HTTP/3: fixed reading request body.
Roman Arutyunyan
1
-1
/
+2
2020-04-08
The new auth_delay directive for delaying unauthorized requests.
Ruslan Ermilov
2
-1
/
+82
2020-04-07
Added basic offset support in client CRYPTO frames.
Vladimir Homutov
1
-9
/
+19
2020-04-07
Fixed build with OpenSSL using old callbacks API.
Sergey Kandaurov
1
-1
/
+1
2020-04-06
ACK ranges processing.
Vladimir Homutov
3
-29
/
+134
2020-04-06
Ignore non-yet-implemented frames.
Vladimir Homutov
1
-13
/
+15
2020-04-04
Added check for SSL_get_current_cipher() results.
Vladimir Homutov
1
-2
/
+8
2020-04-06
Added a bit more debugging in STREAM frame parser.
Vladimir Homutov
1
-1
/
+2
2020-04-04
Do not set timers after the connection is closed.
Vladimir Homutov
1
-2
/
+6
2020-04-06
Discarding Handshake packets if no Handshake keys yet.
Sergey Kandaurov
1
-2
/
+8
2020-04-06
Rejecting new connections with non-zero Initial packet.
Sergey Kandaurov
1
-0
/
+6
2020-04-06
TLS Key Update in QUIC.
Sergey Kandaurov
4
-11
/
+156
2020-04-04
Removed excessive debugging in QUIC packet creation.
Sergey Kandaurov
1
-12
/
+6
2020-04-04
Logging of packet numbers in QUIC packet creation.
Sergey Kandaurov
1
-0
/
+8
2020-04-03
Removed unneccesary milliseconds conversion.
Vladimir Homutov
1
-1
/
+1
2020-04-03
Proper handling of packet number in header.
Vladimir Homutov
4
-14
/
+96
2020-04-03
Advertizing MAX_STREAMS (0x12) credit in advance.
Sergey Kandaurov
1
-1
/
+52
2020-04-03
Fixed computing nonce again, by properly shifting packet number.
Sergey Kandaurov
1
-4
/
+4
2020-04-03
Fixed missing propagation of need_ack flag from frames to packet.
Vladimir Homutov
1
-0
/
+4
2020-04-02
Fixed excessive push timer firing.
Vladimir Homutov
1
-4
/
+0
2020-04-02
Fixed computing nonce by xoring all packet number bytes.
Sergey Kandaurov
1
-9
/
+14
2020-04-01
Output buffering.
Vladimir Homutov
1
-3
/
+39
2020-04-01
Implemented retransmission and retransmit queue.
Vladimir Homutov
3
-74
/
+356
2020-04-01
Introduced packet namespace in QUIC connection.
Vladimir Homutov
4
-18
/
+37
2020-04-01
Refactored QUIC secrets storage.
Vladimir Homutov
3
-85
/
+87
2020-04-01
Added missing debug description.
Vladimir Homutov
1
-0
/
+1
2020-04-01
TLS Early Data support.
Sergey Kandaurov
1
-12
/
+98
2020-04-01
TLS Early Data key derivation support.
Sergey Kandaurov
3
-1
/
+11
2020-04-01
Sending HANDSHAKE_DONE just once with BoringSSL.
Sergey Kandaurov
1
-1
/
+1
2020-04-01
QUIC packet padding to fulfil header protection sample demands.
Sergey Kandaurov
1
-0
/
+5
2020-04-01
Improved SSL_do_handshake() error handling in QUIC.
Sergey Kandaurov
1
-1
/
+7
2020-04-01
Style.
Sergey Kandaurov
2
-5
/
+4
2020-03-31
Removed unused field from ngx_quic_header_t.
Vladimir Homutov
1
-1
/
+0
2020-03-28
HTTP/3: http3 variable.
Sergey Kandaurov
1
-0
/
+24
2020-03-28
HTTP/3: static table cleanup.
Sergey Kandaurov
1
-7
/
+8
2020-03-27
Parsing HTTP/3 request body.
Roman Arutyunyan
8
-10
/
+167
2020-03-27
Fixed handling QUIC stream eof.
Roman Arutyunyan
1
-2
/
+7
2020-03-27
Push QUIC stream frames in send() and cleanup handler.
Roman Arutyunyan
1
-0
/
+4
2020-03-27
Chunked response body in HTTP/3.
Roman Arutyunyan
3
-18
/
+76
2020-03-27
Fixed buffer overflow.
Roman Arutyunyan
1
-1
/
+1
2020-03-27
Unbreak sending CONNECTION_CLOSE from the send_alert callback.
Sergey Kandaurov
1
-4
/
+0
2020-03-26
Merged ngx_quic_send_packet() into ngx_quic_send_frames().
Vladimir Homutov
1
-45
/
+22
2020-03-26
Got rid of memory allocation in decryption.
Vladimir Homutov
4
-29
/
+34
2020-03-26
Logging cleanup.
Vladimir Homutov
1
-18
/
+13
[prev]
[next]