aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-03cookie: avoid harmless use after freePaul Dreik
2019-10-03docs: add note on failed handles not being counted by curl_multi_performDenis Chaplygin
2019-10-03CURLMOPT_MAX_CONCURRENT_STREAMS.3: fix SEE ALSO typoDaniel Stenberg
2019-10-02ESNI: initial build/setupNiall
2019-10-02RELEASE-NOTES: syncedDaniel Stenberg
2019-10-02redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg
2019-10-02urlapi: fix URL encoding when setting a full URLDaniel Stenberg
2019-10-02tool_operate: rename functions to make more senseDaniel Stenberg
2019-10-02curl: create easy handles on-demand and not ahead of timeDaniel Stenberg
2019-10-02CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde
2019-10-02chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg
2019-10-01checksrc: fix uninitialized variable warningMarcel Raad
2019-10-01urlapi: fix unused variable warningMarcel Raad
2019-10-01lib: silence conversion warningsMarcel Raad
2019-09-30AppVeyor: add 32-bit MinGW-w64 buildMarcel Raad
2019-09-30AppVeyor: remove MSYS2_ARG_CONV_EXCL for winbuildMarcel Raad
2019-09-30git: add tests/server/disabled to .gitignoreEmil Engler
2019-09-30altsvc: accept quoted ma and persist valuesDaniel Stenberg
2019-09-30mailmap: a Lucas fixDaniel Stenberg
2019-09-29quiche: update HTTP/3 config creation to new APIlucas
2019-09-29BINDINGS: PureBasic, Net::Curl for perl and NimDaniel Stenberg
2019-09-29BINDINGS: Kapito is an Erlang library, basically a bindingDaniel Stenberg
2019-09-29BINDINGS: added clj-curlDaniel Stenberg
2019-09-28docs: disambiguate CURLUPART_HOST is for host name (ie no port)Jay Satiro
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-27setopt: handle ALTSVC set to NULLDaniel Stenberg
2019-09-27RELEASE-NOTES: syncedDaniel Stenberg
2019-09-27INSTALL: add vcpkg installation instructionsgrdowns
2019-09-27FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju
2019-09-27FTP: url-decode path before evaluationZenju
2019-09-27tests: fix narrowing conversion warningsMarcel Raad
2019-09-27vtls: Fix comment typo about macosx-version-min compiler flagjulian
2019-09-26README: minor grammar fixYechiel Kalmenson
2019-09-26HTTP3: fix prefix parameter for ngtcp2 buildSpezifant
2019-09-26quiche: don't close connection at end of stream!Daniel Stenberg
2019-09-26quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg
2019-09-26Revert "FTP: url-decode path before evaluation"Daniel Stenberg
2019-09-26HTTP3: merged and simplified the two 'running' sectionsDaniel Stenberg
2019-09-26HTTP3: show an --alt-svc using example tooDaniel Stenberg
2019-09-26FTP: url-decode path before evaluationZenju
2019-09-26openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg
2019-09-26HTTP3: update quic.aiortc.org + add link to server listDaniel Stenberg
2019-09-26url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro
2019-09-25ngtcp2: remove fprintf() callsDaniel Stenberg
2019-09-25url: fix the NULL hostname compiler warning caseJay Satiro
2019-09-25travis: move the go install to linux-onlyJay Satiro
2019-09-25altsvc: correct the #ifdef for the ngtcp2 backendDaniel Stenberg
2019-09-25altsvc: save h3 as h3-23Daniel Stenberg
2019-09-24urlapi: question mark within fragment is still fragmentDaniel Stenberg
2019-09-24HTTP3.md: move -p for mkdir, remove -j for makeAlex Samorukov