summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* THANKS: added contributors from 7.77.0 cycleDaniel Stenberg2021-05-262-0/+45
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-262-2/+2
* TODO: netrc caching and sharingDaniel Stenberg2021-05-251-0/+8
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-241-2/+2
* docs/tests: remove freenode referencesDaniel Stenberg2021-05-242-3/+3
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-203-9/+10
* docs/TheArtOfHttpScripting: fix markdown linksRyan Beck-Buysse2021-05-191-2/+2
* docs: replace dots with dashes in markdown enumsEmil Engler2021-05-192-8/+8
* docs: improve INTERNALS.md regarding getsock cbEmil Engler2021-05-191-1/+3
* docs: document attach in INTERNALS.mdEmil Engler2021-05-191-0/+2
* docs: cookies from HTTP headers need domain setDaniel Stenberg2021-05-172-15/+8
* CURLOPT_CAPATH.3: defaults to a path, not NULLDaniel Stenberg2021-05-161-2/+2
* travis: disable the libssh buildDaniel Stenberg2021-05-091-10/+5
* HTTP3: make the ngtcp2 build use the quictls forkDaniel Stenberg2021-05-071-1/+1
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-072-2/+8
* curl_mprintf.3: add descriptionDaniel Stenberg2021-05-061-36/+186
* URL-SYNTAX: update IDNA section for WHATWG spec changesTimothy Gu2021-05-061-4/+8
* INSTALL: add IBM i specific quirksCalvin Buckley2021-05-061-0/+33
* libcurl.3: mention the URL APIDaniel Stenberg2021-05-062-9/+12
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-057-2/+154
* KNOWN_BUGS: add two HTTP/2 bugsDaniel Stenberg2021-05-031-0/+14
* KNOWN_BUGS: add three HTTP/3 issuesDaniel Stenberg2021-05-031-22/+45
* CURLcode: add CURLE_SSL_CLIENTCERTejanchivdorj2021-05-032-0/+3
* rustls: use ALPNJacob Hoffman-Andrews2021-04-301-2/+2
* docs: camelcase it like GitHub everywhereAyushman Singh Chauhan2021-04-284-6/+6
* docs: fix typo in fail-with-body docLucas Servén Marín2021-04-271-1/+1
* libcurl-security.3: be careful of setuidDaniel Stenberg2021-04-271-0/+12
* libcurl-security.3: don't try to filter IPv4 hosts based on the URLDaniel Stenberg2021-04-261-1/+7
* docs/HTTP3.md: fix nghttp2's HTTP/3 server portYusuke Nakamura2021-04-261-1/+1
* curl_url_set.3: add memory management informationJohann1502021-04-251-0/+3
* CURLOPT_POSTFIELDS.3: clarify how it gets the size of the dataDaniel Stenberg2021-04-231-1/+6
* version: add gsasl_version to curl_version_info_dataMartin Halle2021-04-222-0/+7
* schannel: Support strong crypto optionMorten Minde Neergaard2021-04-221-0/+6
* configure: make the TLS library choice(s) explicitDaniel Stenberg2021-04-222-21/+17
* schannel: Disable auto credentials; add an option to enable itJay Satiro2021-04-228-15/+39
* checksrc: complain on == NULL or != 0 checks in conditionsbagder/checksrc-conditionsDaniel Stenberg2021-04-221-3/+18
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-226-22/+22
* bufref: buffer reference supportPatrick Monnerat2021-04-222-0/+82
* hsts: enable by defaultDaniel Stenberg2021-04-192-1/+4
* vtls: refuse setting any SSL versionDaniel Stenberg2021-04-191-3/+5
* curl: ignore options asking for SSLv2 or SSLv3Daniel Stenberg2021-04-192-6/+5
* tool_getparam: replace (in-place) '%20' by '+' according to RFC1866Victor Vieux2021-04-151-8/+0
* configure: provide --with-openssl, deprecate --with-sslDaniel Stenberg2021-04-153-24/+26
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-141-1/+4
* THANKS: add names from 7.76.1Daniel Stenberg2021-04-131-0/+10
* misc: update copyright year ranges to match latest updatesDaniel Stenberg2021-04-131-1/+1
* TODO: remove 18.22 --fail-with-bodyJay Satiro2021-04-111-9/+0
* examples/hiperfifo.c: check event_initialized before deleteJochem Broekhoff2021-04-091-2/+6
* install: add instructions for Apple Darwin platformsMuhammed Yavuz Nuzumlalı2021-04-071-17/+45
* docs/HTTP3.md: update the build instruction using gnutlsDavid Hu2021-04-071-1/+1