summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl_easy_reset: clear digest auth statebagder/curl_easy_reset-clear-digestDaniel Stenberg2018-01-301-0/+2
* configure: set PATH_SEPARATOR to colon for PATH w/o separatorDaniel Stenberg2018-01-301-7/+5
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-297-38/+176
* build: open VC15 projects with VS 2017Marcel Raad2018-01-293-3/+3
* RELEASE-NOTES: synced with 094647fcaDaniel Stenberg2018-01-291-3/+21
* TODO: UTF-8 filenames in Content-DispositionDaniel Stenberg2018-01-281-0/+8
* KNOWN_BUGS: DICT responses show the underlying protocolDaniel Stenberg2018-01-281-0/+11
* docs: fix typos in man pagesAlessandro Ghedini2018-01-272-3/+3
* lib555: drop text conversion and encode data as ascii codesPatrick Monnerat2018-01-262-14/+14
* lib517: make variable static to avoid compiler warningDaniel Stenberg2018-01-261-1/+1
* lib544: sync ascii code data with textual dataPatrick Monnerat2018-01-261-4/+7
* 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