summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add a demo of what an enhanced help system for curl might look likedfandrich/helpDan Fandrich2020-05-101-0/+2626
* TODO: update regarding missing Schannel featuresMarc Hoersken2020-05-091-20/+12
* CURLOPT_SSL_OPTIONS: add *_NATIVE_CA to use Windows CA store (with openssl)Gilles Vollant2020-05-082-0/+5
* TODO: native IDN support on macOSDaniel Stenberg2020-05-081-0/+9
* THANKS-filter: Peter WangDaniel Stenberg2020-05-081-0/+1
* docs/HTTP3: add qlog to the quiche build instructionDaniel Stenberg2020-05-071-1/+1
* ngtcp2: convert to dynbufDaniel Stenberg2020-05-041-1/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-042-0/+81
* doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntaxEmil Engler2020-05-022-1/+1
* examples: remove asiohiper.cppDaniel Stenberg2020-05-022-498/+2
* doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3Emil Engler2020-05-021-1/+1
* KNOWN_BUGS: Remove "curl --upload-file . hang if delay in STDIN"Emil Engler2020-05-021-11/+2
* GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULTEmil Engler2020-04-302-3/+3
* THANKS: synced with the 7.70.0 releaseDaniel Stenberg2020-04-291-0/+36
* copyright updates: adjust year rangesDaniel Stenberg2020-04-262-2/+2
* docs: fix two typosYuri Slobodyanyuk2020-04-252-3/+3
* libcurl-multi.3: added missing full stopi-ky2020-04-231-1/+1
* GnuTLS: Don't skip really long certificate fieldsEmil Engler2020-04-211-7/+0
* gnutls: bump lowest supported version to 3.1.10Daniel Stenberg2020-04-211-1/+1
* src: Remove C99 constructs to ensure C89 complianceTom2020-04-191-2/+3
* docs/MQTT: replace confusing 80 by 75JP Mens2020-04-141-1/+1
* KNOWN_BUGS: Add entry 'Blocking socket operations'Jay Satiro2020-04-142-2/+17
* mqtt: add new experimental protocolBjorn Stenberg2020-04-148-4/+71
* TODO: Consider convenience options for JSON and XML?Daniel Stenberg2020-04-141-0/+15
* compressed.d: stress that the headers are not modifiedDaniel Stenberg2020-04-121-2/+4
* CURLOPT_WRITEFUNCTION.3: add inline example and new see-alsoDaniel Stenberg2020-04-071-4/+33
* cleanup: correct copyright year range on a few filesDaniel Stenberg2020-04-062-2/+2
* TODO: Option to make -Z merge lined based outputs on stdoutDaniel Stenberg2020-04-061-0/+9
* KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows"Daniel Stenberg2020-04-051-8/+0
* CURLINFO_CONDITION_UNMET: return true for 304 http status codeKwon-Young Choi2020-04-052-3/+5
* KNOWN_BUGS: Store TLS context per transfer instead of per connectionDaniel Stenberg2020-04-041-0/+11
* RELEASE-PROCEDURE.md: run the copyright.pl script!Daniel Stenberg2020-03-311-0/+2
* vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno2020-03-311-1/+41
* examples/sessioninfo.c: add include to fix compiler warningGisle Vanem2020-03-311-1/+2
* output.d: quote the URL when globbingDaniel Stenberg2020-03-302-7/+7
* curl.h: remnove CURL_VERSION_ESNI. Never supported nor documentedDaniel Stenberg2020-03-291-1/+0
* KNOWN_BUGS: DoH doesn't inherit all transfer optionsDaniel Stenberg2020-03-281-0/+5
* KNOWN_BUGS: DoH leaks memory after followlocationDaniel Stenberg2020-03-281-0/+4
* KNOWN_BUGS: "FTPS needs session reuse"Daniel Stenberg2020-03-281-0/+9
* KNOWN_BUGS: "stick to same family over SOCKS pro" is presumed fixedDaniel Stenberg2020-03-281-11/+0
* TODO: Set custom client ip when using haproxy protocolDaniel Stenberg2020-03-281-0/+8
* version: add 'cainfo' and 'capath' to version info structDaniel Stenberg2020-03-272-10/+16
* SSLCERTS.md: Fix example code for setting CA cert fileJay Satiro2020-03-261-2/+2
* docs/make: generate curl.1 from listed files onlyDaniel Stenberg2020-03-262-40/+39
* dist: add mail-rcpt-allowfails.d to the tarballDaniel Stenberg2020-03-251-2/+3
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-24136-214/+354
* nghttp2: 1.12.0 requiredClément Notin2020-03-231-1/+1
* TODO: Use "random" ports for the test serversDaniel Stenberg2020-03-221-0/+12
* schannel: add "best effort" revocation check optionJohannes Schindelin2020-03-185-0/+22
* multi: Improve parameter check for curl_multi_remove_handleJay Satiro2020-03-181-2/+2