- Oct 25, 2019
-
-
Daniel Bevenius authored
-
- Oct 24, 2019
-
-
Tatsuhiro Tsujikawa authored
Remove redundant Buffer::head
-
Amir Livneh authored
`head` always equals `begin`. A subsequent diff can further simplify Buffer by removing bufsize(), which is now identical to size().
-
Tatsuhiro Tsujikawa authored
-
Valère Plantevin authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Remove unused ngtcp2_macro include in ngtcp2_qlog
-
Tatsuhiro Tsujikawa authored
Update ngtcp2_recv_crypto_data documentation
-
Tatsuhiro Tsujikawa authored
Use closure for scid and dcid generation
-
Tatsuhiro Tsujikawa authored
Remove unused parts of Buffer in example
-
Tatsuhiro Tsujikawa authored
Use char instead of string for \n in client.cc
-
- Oct 23, 2019
-
-
Daniel Bevenius authored
This commit removes the include of ngtcp2_macro.h as it does not seem to be used.
-
- Oct 22, 2019
-
-
Daniel Bevenius authored
This commit contains a suggestion for improving ngtcp2_recv_crypto_data documentation.
-
Daniel Bevenius authored
This commit suggests using a closure for the generation of ngtcp2_cids in Client::init. The motivation for this is to reduce some minor code duplication.
-
Amir Livneh authored
Remove unused parts of Buffer in example A subsequent PR can further simplify `Buffer` as `begin` is now always equal to `head` and `size()` is always equal to `bufsize()`.
-
Daniel Bevenius authored
This commit updates write_transport_params in client.cc to use a character '\n', instead of string "\n".
-
Tatsuhiro Tsujikawa authored
Remove unused ngtcp2_list_remove macro
-
Tatsuhiro Tsujikawa authored
Use OpenSSL return values for client_hello_cb
-
Tatsuhiro Tsujikawa authored
Remove unneeded assignments
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Oct 21, 2019
-
-
Daniel Bevenius authored
This commit updates the client_hello_cb to use return values specified in https://www.openssl.org/docs/man1.1.1/man3/ SSL_CTX_set_client_hello_cb.html.
-
Tatsuhiro Tsujikawa authored
-
Daniel Bevenius authored
-
- Oct 20, 2019
-
-
Amir Livneh authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Add missing dash to quiet option comment
-
Tatsuhiro Tsujikawa authored
Remove client -i --interactive option from README
-
Tatsuhiro Tsujikawa authored
Remove bandwidth measurement because it is now not used.
-
Tatsuhiro Tsujikawa authored
-
- Oct 16, 2019
-
-
Daniel Bevenius authored
-
- Oct 15, 2019
-
-
Daniel Bevenius authored
-
- Oct 14, 2019
-
-
Daniel Bevenius authored
This commit removes the -i, --interactive option for the client example which was removed in Commit 9ea17af6 ("h3 client and server").
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
James M Snell authored
When SSL_dl_handshake() returns either an SSL_ERROR_WANT_CLIENT_HELLO_CB or SSL_ERROR_WANT_X509_LOOKUP, return specific error codes rather than -1 so that those conditions can be differentiated and handled appropriately
-