- Feb 04, 2018
-
-
huitema authored
-
- Feb 02, 2018
- Jan 28, 2018
-
-
huitema authored
Switch off clang format for the Windows include files in the picoquic sockets header, in order to avoid reordering bugs.
-
huitema authored
-
huitema authored
-
huitema authored
-
huitema authored
-
huitema authored
-
Christian Huitema authored
Formats source code with clang-format and adds clangformat target
-
- Jan 27, 2018
-
-
Bastian Köcher authored
Run `make clangformat` to format all the source code again.
-
huitema authored
-
Christian Huitema authored
Adds support for using a quic context as server/client
-
Bastian Köcher authored
Before these changes, a context could either be a serer or a client. With these changes, a context can be both.
-
-
huitema authored
-
- Jan 26, 2018
-
-
Christian Huitema authored
Removes `#include "getopt.h"` as the functionality is provided by glibc
-
Bastian Köcher authored
-
huitema authored
Added support for HTTP/0.9 tag in GET commands, and added corresponding test cases in the HTTP/0.9 server test.
-
huitema authored
Added a unit test to check that an HRR is correctly sent when the initial client hello does contain the correct initial share. Fixed a bug in the processing of the client hello.
-
- Jan 23, 2018
-
-
huitema authored
-
- Jan 22, 2018
-
-
huitema authored
-
- Jan 21, 2018
- Jan 20, 2018
-
-
huitema authored
-
huitema authored
-
huitema authored
Added transport parameter test case that mimics options chosen by Quant. No changes in protocol code.
-
huitema authored
-
huitema authored
Added a test to check for absence a retransmission in a "silent" connection. Fixed a bug introduced when checking for already acked stream frames.
-
huitema authored
all server messages are prefixed with the initial connection ID.
-
- Dec 30, 2017
-
-
Christian Huitema authored
stream is reset or if the data was already acked.
-
Christian Huitema authored
-
huitema authored
-
Christian Huitema authored
Wrote a stop sending unit test. Then, verified that the stop sending command actually works, and fixed bugs.
-
- Dec 29, 2017
-
-
Christian Huitema authored
-
Christian Huitema authored
-
Christian Huitema authored
Added a non crypto random generator, for use when crypto randomness is not critical. This avoid exposing the state of the crypt random generator, thus prevents key leakage.
-
- Dec 24, 2017
-
-
huitema authored
-
- Dec 29, 2017
-
-
Christian Huitema authored
-