- Jan 25, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
It now defaults to 2 and includes CID exchanged during handshake.
-
- Jan 23, 2020
-
-
Tatsuhiro Tsujikawa authored
The changed semantics will be implemented in the later commits.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Make ngtcp2_pkt_write_stateless_reset use const for input
-
- Jan 22, 2020
-
-
Anna Henningsen authored
These two input buffers are not modified as part of the function and can/should thus be `const`.
-
- Jan 21, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jan 18, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jan 14, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jan 12, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
James M Snell authored
* `ngtcp2_crypto_generate_stateless_reset_token` - Used to generate a stateless reset token as an HKDF extraction using the CID and a token secret as input.
-
Tatsuhiro Tsujikawa authored
-
- Jan 11, 2020
-
-
Tatsuhiro Tsujikawa authored
Remove unused color-related code from examples
-
- Jan 09, 2020
-
-
Amir Livneh authored
-
Tatsuhiro Tsujikawa authored
-
- Jan 05, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Jan 04, 2020
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Dec 28, 2019
-
-
Tatsuhiro Tsujikawa authored
-
- Dec 21, 2019
-
-
Tatsuhiro Tsujikawa authored
Fix typo
-
- Dec 19, 2019
-
-
Amir Livneh authored
-
- Dec 18, 2019
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Fix example server's write callback never being called
-
- Dec 12, 2019
-
-
Amir Livneh authored
Handler::wev_ is initialized with a file descriptor set to 0. ev_io_set() is never called for this watcher, so its file descriptor remains 0 and calls to ev_io_start() don't have the desired effect. As a result writecb() is never called. There may still be an issue due to all endpoints sharing the same watcher, but this is mostly orthogonal to the problem fixed here.
-