Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-27 | tests: Automatically deduce the tool name from the test case for unit tests | Steve Holme | |
It is still possible to override the executable to run during the test, using the <tool> tag, but this patch removes the requirement that the tag must be present for unit tests. It also removes the possibility of human error when existing test cases are used as the basis for new tests, as recently witnessed in 81c37124. Reviewed-by: Daniel Stenberg Closes #4976 | |||
2019-09-30 | altsvc: accept quoted ma and persist values | Daniel Stenberg | |
As mandated by the spec. Test 1654 is extended to verify. Closes #4443 | |||
2019-08-08 | alt-svc: add protocol version selection masking | Daniel Stenberg | |
So that users can mask in/out specific HTTP versions when Alt-Svc is used. - Removed "h2c" and updated test case accordingly - Changed how the altsvc struct is laid out - Added ifdefs to make the unittest run even in a quiche-tree Closes #4201 | |||
2019-03-24 | tests: Fixed XML validation errors in some test files. | Dan Fandrich | |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg | |