summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* time_t-fixes: remove typecasts to 'long' for info.filetimebagder/less-long-typecastsDaniel Stenberg2018-02-015-11/+11
* curl_setup: move the precautionary define of SIZEOF_TIME_TDaniel Stenberg2018-01-311-5/+5
* parsedate: s/#if/#ifdefDaniel Stenberg2018-01-311-1/+1
* fnmatch: pattern syntax can no longer failPatrick Monnerat2018-01-312-115/+83
* fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat2018-01-312-93/+61
* fnmatch: do not match the empty string with a character setPatrick Monnerat2018-01-312-5/+5
* build: fix windows build methods for curl_ctype.cJay Satiro2018-01-302-1/+6
* progress-bar.d: update to match implementationDaniel Stenberg2018-01-301-2/+3
* http2: set DEBUG_HTTP2 to enable more HTTP/2 loggingDaniel Stenberg2018-01-301-60/+66
* file: Check the return code from Curl_range and bail out on errorMax Dymond2018-01-301-1/+3
* Curl_range: add check to ensure "from <= to"Max Dymond2018-01-301-3/+8
* Curl_range: commonize FTP and FILE range handlingMax Dymond2018-01-306-122/+135
* RELEASE-NOTES: synced with 811beab9fDaniel Stenberg2018-01-301-7/+23
* curlver: next release will be 7.59.0Daniel Stenberg2018-01-301-4/+4
* curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6MichaƂ Janiszewski2018-01-301-1/+1
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-3014-21/+193
* curl_easy_reset: clear digest auth stateDaniel Stenberg2018-01-301-0/+2
* winbuild: make linker generate proper PDBAdam Marcionek2018-01-301-1/+1
* curl: add --proxy-pinnedpubkeyDaniel Stenberg2018-01-306-4/+29
* 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