summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure: set PATH_SEPARATOR to colon for PATH w/o separatorbagder/configure-path-separatorDaniel Stenberg2018-01-251-7/+5
* GSKit: restore pinnedpubkey functionalitymoparisthebest2018-01-252-2/+4
* darwinssl: Don't import client certificates into Keychain on macOSDair Grant2018-01-251-12/+61
* configure: fix the check for unsigned time_tDaniel Stenberg2018-01-251-1/+1
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-256-239/+226
* openssl: fix pinned public key build error in FIPS modeMcDonough, Tim2018-01-251-10/+18
* SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5summoparisthebest2018-01-251-1/+10
* SChannel/WinSSL: Implement public key pinningmoparisthebest2018-01-253-4/+146
* bump: towards 7.58.1Daniel Stenberg2018-01-252-161/+11
* cookies: remove verbose "cookie size:" outputDaniel Stenberg2018-01-251-4/+1
* TODO: hardcode the "localhost" addressesDaniel Stenberg2018-01-251-0/+12
* TODO: CURL_REFUSE_CLEARTEXTDaniel Stenberg2018-01-251-0/+10
* progress-bar: don't use stderr explicitly, use bar->outDaniel Stenberg2018-01-241-1/+1
* Fixes for MSDOS etc.Gisle Vanem2018-01-241-4/+4
* Fix small typo.Gisle Vanem2018-01-241-2/+2
* RELEASE: 7.58.0curl-7_58_0Daniel Stenberg2018-01-232-17/+44
* progress-bar: get screen width on windowsGisle Vanem2018-01-231-0/+15
* test1454: --connect-to with IPv6 address w/o IPv6 support!Daniel Stenberg2018-01-232-1/+39
* CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 supportDaniel Stenberg2018-01-231-1/+7
* docs: fix man page syntax to make test 1140 OK againDaniel Stenberg2018-01-232-4/+4
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-227-5/+212
* curl: progress bar refresh, get width using ioctl()Daniel Stenberg2018-01-223-21/+95
* RELEASE-NOTES: synced with bb0ffcc36Daniel Stenberg2018-01-201-8/+38
* libcurl-env.3: first takeDaniel Stenberg2018-01-202-1/+90
* TODO: two possible name resolver improvementsDaniel Stenberg2018-01-201-0/+21
* http2: don't close connection when single transfer is stoppedKartik Mahajan2018-01-181-1/+2
* test558: fix for multissl buildsDaniel Stenberg2018-01-181-0/+1
* examples/url2file.c: add missing curl_global_cleanup() callDaniel Stenberg2018-01-181-1/+3
* SSH: Fix state machine for ssh-agent authenticationMichael Gmelin2018-01-181-3/+3
* openssl: fix potential memory leak in SSLKEYLOGFILE logicDaniel Stenberg2018-01-181-9/+12
* openssl: fix the libressl build againDaniel Stenberg2018-01-181-1/+1
* unit1307: test many wildcards tooDaniel Stenberg2018-01-171-1/+5
* curl_fnmatch: only allow 5 '*' sections in a single patternDaniel Stenberg2018-01-171-3/+7
* ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg2018-01-172-15/+16
* SMB: fix numeric constant suffix and variable typesDaniel Stenberg2018-01-162-44/+18
* CURLOPT_TCP_NODELAY.3: fix typorouzier2018-01-151-1/+1
* smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg2018-01-153-9/+15
* openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg2018-01-151-4/+6
* mime: clone mime tree upon easy handle duplication.Patrick Monnerat2018-01-148-8/+386
* docs: comment about CURLE_READ_ERROR returned by curl_mime_filedataPatrick Monnerat2018-01-141-2/+5
* test395: HTTP with overflow Content-Length valueDaniel Stenberg2018-01-132-1/+56
* test394: verify abort of rubbish in Content-Length: valueDaniel Stenberg2018-01-132-1/+60
* test393: verify --max-filesize with excessive Content-LengthDaniel Stenberg2018-01-132-1/+62
* HTTP: bail out on negative Content-Length: valuesDaniel Stenberg2018-01-132-20/+31
* configure.ac: append extra linker flags instead of prepending them.Dan Johnson2018-01-131-2/+2
* RELEASE-NOTES: synced with 6fa10c8faDaniel Stenberg2018-01-131-7/+60
* setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro2018-01-133-29/+39
* setopt: reintroduce non-static Curl_vsetopt() for OS400 supportPatrick Monnerat2018-01-136-13/+21
* http2: fix incorrect trailer buffer sizeZhouyihai Ding2018-01-111-2/+2
* easy: fix connection ownership in curl_easy_pauseBasuke Suzuki2018-01-091-1/+14