aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-23cookies: create the cookiejar even if no cookies to saveDaniel Stenberg
2018-11-23checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-22test: update test20/1322 for eglibc bug workaroundTobias Hintze
2018-11-22host names: allow trailing dot in name resolve, then strip itTobias Hintze
2018-11-22CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and descriptionUnknownShadow200
2018-11-21configure: Fix typo in commentDaniel Gustafsson
2018-11-21openssl: support session resume with TLS 1.3Michael Kaufmann
2018-11-21ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann
2018-11-21openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg
2018-11-20ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel
2018-11-20examples/ephiperfifo: report error when epoll_ctl failsRomain Fliedel
2018-11-20ntlm: Remove redundant ifdef USE_OPENSSLpkubaj
2018-11-20ssl: replace all internal uses of CURLE_SSL_CACERTHan Han
2018-11-19docs: add more description to unified ssl error codesHan Han
2018-11-19curle: move deprecated error code to ifndef blockHan Han
2018-11-19os400: add CURLOPT_CURLU to ILE/RPG binding.Patrick Monnerat
2018-11-19os400: Add curl_easy_conn_upkeep() to ILE/RPG binding.Patrick Monnerat
2018-11-19os400: fix return type of curl_easy_pause() in ILE/RPG binding.Patrick Monnerat
2018-11-19RELEASE-NOTES: syncedDaniel Stenberg
2018-11-19impacket: add LICENSEDaniel Stenberg
2018-11-18tool_doswin: Fix uninitialized field warningDaniel Gustafsson
2018-11-17openssl: Remove SSLEAY leftoversDaniel Gustafsson
2018-11-16http_negotiate: do not close connection until negotiation is completedElia Tufarolo
2018-11-16pop3: only do APOP with a valid timestampDaniel Stenberg
2018-11-16openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu
2018-11-15tests: disable SO_EXCLUSIVEADDRUSE for stunnel on WindowsMarc Hoersken
2018-11-13nss: remove version selecting dead codeKamil Dudka
2018-11-13nss: set default max-tls to 1.3/1.2Daniel Stenberg
2018-11-13tool_cb_wrt: Silence function cast compiler warningDaniel Gustafsson
2018-11-12nss: fix fallthrough comment to fix picky compiler warningDaniel Stenberg
2018-11-11docs: expanded on some CURLU detailsDaniel Stenberg
2018-11-09ftp: avoid two unsigned int overflows in FTP listing parserTim Rühsen
2018-11-09curl: --local-port range was not "including"Daniel Stenberg
2018-11-09openssl: support BoringSSL TLS renegotiationJérémy Rocher
2018-11-09HISTORY: add some milestonesDaniel Stenberg
2018-11-09KNOWN_BUGS: add --proxy-any connection issueDaniel Gustafsson
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-11-09docs: ESCape "\n" codesGisle Vanem
2018-11-08curl: --local-port fix followupDaniel Stenberg
2018-11-07More "\n" ESCapingGisle Vanem
2018-11-07RELEASE-NOTES: syncedDaniel Stenberg
2018-11-07curl: fix --local-port integer overflowDaniel Stenberg
2018-11-07curl: correct the switch() logic in ourWriteOutDaniel Stenberg
2018-11-07curl: add %{stderr} and %{stdout} for --write-outFrank Gevaerts
2018-11-07winssl: be consistent in Schannel capitalizationDaniel Gustafsson
2018-11-07TODO: Have the URL API offer IDN decodingDaniel Stenberg
2018-11-07urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg
2018-11-06url: a short host name + port is not a schemeDaniel Stenberg
2018-11-06libcurl: stop reading from paused transfersSangamkar