Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | headers: copyright range fix | Daniel Stenberg | |
2020-04-28 | doh: Constify some input pointers | Rikard Falkeborn | |
Closes #5306 | |||
2019-12-13 | tests: fix build with `CURL_DISABLE_DOH` | Marcel Raad | |
Closes https://github.com/curl/curl/pull/4692 | |||
2019-03-05 | tests: fix multiple may be used uninitialized warnings | Daniel Stenberg | |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn | |
Closes #3426 | |||
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg | |
The function does not return the same value as snprintf() normally does, so readers may be mislead into thinking the code works differently than it actually does. A different function name makes this easier to detect. Reported-by: Tomas Hoger Assisted-by: Daniel Gustafsson Fixes #3296 Closes #3297 | |||
2018-10-29 | unit1650: fix "null pointer passed as argument 1 to memcmp" | Daniel Stenberg | |
Detected by UndefinedBehaviorSanitizer Closes #3187 | |||
2018-10-05 | doh: keep the IPv4 address in (original) network byte order | Daniel Stenberg | |
Ideally this will fix the reversed order shown in SPARC tests: resp 8: Expected 127.0.0.1 got 1.0.0.127 Closes #3091 | |||
2018-10-01 | test1650: make it depend on http/2 | Daniel Stenberg | |
Follow-up to 570008c99da0ccbb as it gets link errors. Reported-by: Michael Kaufmann Closes #3068 | |||
2018-09-23 | unit1650: fix out of boundary access | Daniel Stenberg | |
Fixes #2987 Closes #3035 | |||
2018-09-06 | DOH: add test case 1650 and 2100 | Daniel Stenberg | |