summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doh: make it work for h2-disabled builds toobagder/doh-for-h1Daniel Stenberg2018-12-031-26/+2
* CHECKSRC.md: document more warningsDaniel Stenberg2018-12-031-2/+27
* RELEASE-NOTES: syncedDaniel Stenberg2018-11-301-6/+18
* SECURITY-PROCESS: bountygraph shuts downDaniel Stenberg2018-11-302-89/+9
* curl: fix memory leak reading --writeout from fileDaniel Stenberg2018-11-301-0/+1
* tool_main: rename function to make it unique and betterDaniel Stenberg2018-11-301-2/+2
* TODO: remove CURLOPT_DNS_USE_GLOBAL_CACHE entryDaniel Gustafsson2018-11-291-7/+0
* connect: fix building for recent versions of MinixSevan Janiyan2018-11-291-1/+1
* CMake: fix MIT/Heimdal Kerberos detectionKonstantin Kushnir2018-11-292-4/+4
* test328: verify Content-Encoding: noneDaniel Stenberg2018-11-282-1/+56
* configure: include all libraries in ssl-libs fetchJames Knight2018-11-261-1/+1
* doh: fix typo in infof callDaniel Gustafsson2018-11-261-1/+1
* cmdline-opts/gen.pl: define the correct varnameDaniel Gustafsson2018-11-261-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-11-251-6/+34
* curl_easy_perform: fix timeout handlingDaniel Stenberg2018-11-253-5/+30
* CURLOPT_WRITEFUNCTION.3: spell out that it gets called many timesDaniel Stenberg2018-11-231-3/+5
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-234-36/+107
* checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg2018-11-231-0/+27
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2392-646/+647
* test: update test20/1322 for eglibc bug workaroundTobias Hintze2018-11-222-2/+2
* host names: allow trailing dot in name resolve, then strip itTobias Hintze2018-11-223-33/+61
* CURLOPT_HEADERFUNCTION.3: match 'nitems' name in synopsis and descriptionUnknownShadow2002018-11-221-1/+1
* configure: Fix typo in commentDaniel Gustafsson2018-11-211-1/+1
* openssl: support session resume with TLS 1.3Michael Kaufmann2018-11-211-42/+102
* ssl: fix compilation with OpenSSL 0.9.7Michael Kaufmann2018-11-212-3/+2
* openssl: disable TLS renegotiation with BoringSSLDaniel Stenberg2018-11-211-1/+8
* ares: remove fd from multi fd set when ares is about to close the fdRomain Fliedel2018-11-208-23/+45
* examples/ephiperfifo: report error when epoll_ctl failsRomain Fliedel2018-11-201-3/+9
* ntlm: Remove redundant ifdef USE_OPENSSLpkubaj2018-11-201-16/+6
* ssl: replace all internal uses of CURLE_SSL_CACERTHan Han2018-11-208-20/+20
* docs: add more description to unified ssl error codesHan Han2018-11-191-4/+4
* curle: move deprecated error code to ifndef blockHan Han2018-11-191-3/+3
* os400: add CURLOPT_CURLU to ILE/RPG binding.Patrick Monnerat2018-11-191-0/+1
* os400: Add curl_easy_conn_upkeep() to ILE/RPG binding.Patrick Monnerat2018-11-191-0/+5
* os400: fix return type of curl_easy_pause() in ILE/RPG binding.Patrick Monnerat2018-11-191-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-11-191-5/+37
* impacket: add LICENSEDaniel Stenberg2018-11-191-0/+84
* tool_doswin: Fix uninitialized field warningDaniel Gustafsson2018-11-181-1/+3
* openssl: Remove SSLEAY leftoversDaniel Gustafsson2018-11-174-7/+2
* http_negotiate: do not close connection until negotiation is completedElia Tufarolo2018-11-162-1/+8
* pop3: only do APOP with a valid timestampDaniel Stenberg2018-11-161-2/+10
* openssl: do not log excess "TLS app data" lines for TLS 1.3Peter Wu2018-11-161-17/+11
* tests: disable SO_EXCLUSIVEADDRUSE for stunnel on WindowsMarc Hoersken2018-11-151-0/+5
* nss: remove version selecting dead codebagder/nss-max-tlsKamil Dudka2018-11-131-14/+1
* nss: set default max-tls to 1.3/1.2Daniel Stenberg2018-11-131-1/+5
* tool_cb_wrt: Silence function cast compiler warningDaniel Gustafsson2018-11-131-1/+8
* nss: fix fallthrough comment to fix picky compiler warningDaniel Stenberg2018-11-121-1/+1
* docs: expanded on some CURLU detailsDaniel Stenberg2018-11-112-3/+14
* ftp: avoid two unsigned int overflows in FTP listing parserTim Rühsen2018-11-091-1/+1
* curl: --local-port range was not "including"Daniel Stenberg2018-11-091-1/+1