summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* writeout: support to generate JSON outputMathias Gumz2020-03-171-0/+3
* TODO: TLS-PSK with OpenSSLDaniel Stenberg2020-03-151-0/+10
* Makefile.m32: Improve windres parameter compatibilityJay Satiro2020-03-141-1/+1
* docs: add warnings about FILE: URLs on WindowsDaniel Stenberg2020-03-133-2/+35
* THANKS: from the 7.69.1 releaseDaniel Stenberg2020-03-111-0/+6
* curl_share_setopt.3: Note sharing cookies doesn't enable the engineJay Satiro2020-03-061-0/+2
* MANUAL: update a dict-using command lineDaniel Stenberg2020-03-051-1/+1
* KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOSDaniel Stenberg2020-03-051-0/+7
* polarssl: remove more references and mentionsDaniel Stenberg2020-03-056-17/+12
* THANKS: from 7.69.0Daniel Stenberg2020-03-041-112/+151
* curl_escape.3: Add a link to curl_freeJay Satiro2020-03-021-1/+1
* curl_getenv.3: Fix the memory handling descriptionJay Satiro2020-03-021-4/+4
* altsvc: both h3 backends now speak h3-27Daniel Stenberg2020-03-021-1/+1
* docs: fix typo on CURLINFO_RETRY_AFTER - alwaus -> alwaysJonathan Cardoso Machado2020-02-291-1/+1
* TODO: curl --proxycommandDaniel Stenberg2020-02-291-0/+11
* http2: now require nghttp2 >= 1.12.0Daniel Stenberg2020-02-211-1/+1
* HTTP-COOKIES: mention that a trailing newline is requiredDaniel Stenberg2020-02-191-11/+14
* CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT sectionDaniel Stenberg2020-02-181-2/+5
* docs/GOVERNANCE: refreshed + added "donations" and "commercial support"Daniel Stenberg2020-02-181-3/+26
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-172-18/+0