summaryrefslogtreecommitdiff
path: root/lib/altsvc.c
Commit message (Expand)AuthorAgeFilesLines
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-6/+6
* altsvc: minimize variable scope and avoid "DEAD_STORE"Daniel Stenberg2020-11-071-2/+1
* curl.se: new homeDaniel Stenberg2020-11-041-2/+2
* alt-svc: enable by defaultDaniel Stenberg2020-10-251-2/+5
* altsvc: clone setting in curl_easy_duphandlebagder/altsvc-duphandleDaniel Stenberg2020-09-061-2/+4
* llist: make it "struct Curl_llist"Daniel Stenberg2020-09-021-8/+8
* altsvc: bump to h3-29Daniel Stenberg2020-06-191-2/+2
* altsvc: remove the num field from the altsvc structDaniel Stenberg2020-06-121-3/+0
* quiche: advertise draft 28 supportPeter Wu2020-06-041-1/+1
* altsvc: fix 'dsthost' may be used uninitialized in this functionDaniel Stenberg2020-06-031-1/+1
* altsvc: fix parser for lines ending with CRLFDaniel Stenberg2020-05-251-3/+5
* ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu2020-05-251-1/+3
* altsvc: both h3 backends now speak h3-27Daniel Stenberg2020-03-021-1/+1
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-181-12/+33
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-091-1/+16
* altsvc: set h3 version at a common single spotDaniel Stenberg2020-02-041-11/+8
* altsvc: improved header parserHarry Sintonen2020-02-041-73/+98
* altsvc: use h3-25Daniel Stenberg2020-01-301-2/+2
* altsvc: make the save function ignore NULL filenamesDaniel Stenberg2019-12-121-2/+2
* parsedate: offer a getdate_capped() alternativeDaniel Stenberg2019-11-291-1/+1
* altsvc: bump to h3-24Daniel Stenberg2019-11-181-2/+2
* altsvc: accept quoted ma and persist valuesDaniel Stenberg2019-09-301-1/+11
* altsvc: correct the #ifdef for the ngtcp2 backendDaniel Stenberg2019-09-251-2/+2
* altsvc: save h3 as h3-23Daniel Stenberg2019-09-251-1/+1
* altsvc: both backends run h3-23 nowDaniel Stenberg2019-09-211-1/+1
* altsvc: make it use h3-22 with ngtcp2 as wellDaniel Stenberg2019-08-121-2/+2
* alt-svc: add protocol version selection maskingDaniel Stenberg2019-08-081-31/+26
* altsvc: make quiche use h3-22 nowDaniel Stenberg2019-08-061-2/+2
* altsvc: fix removal of expired cache entryDaniel Stenberg2019-08-051-0/+1
* altsvc: with quiche, use the quiche h3 alpn stringDaniel Stenberg2019-08-031-0/+9
* alt-svc: more liberal ALPN name parsingDaniel Stenberg2019-08-031-1/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-6/+4
* altsvc: Fix building with cookies disablesPo-Chuan Hsieh2019-04-201-1/+1
* lib: Fix typos in commentsDaniel Gustafsson2019-03-221-1/+1
* altsvc_out: check the return code from Curl_gmtimeDaniel Stenberg2019-03-031-1/+3
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+569