aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-07fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat
2018-02-06build-openssl.bat/build-wolfssl.bat: Build platform is optionalSteve Holme
2018-02-06openssl: Don't add verify locations when verifypeer==0Patrick Schlangen
2018-02-05build-wolfssl.bat: Extend VC15 support to include Enterprise and ProfessionalSteve Holme
2018-02-05build-openssl.bat: Extend VC15 support to include Enterprise and ProfessionalSteve Holme
2018-02-05time-cond: fix reading the file modification time on WindowsMichael Kaufmann
2018-02-05formdata: use the mime-content type functionDaniel Stenberg
2018-02-02getdate: return -1 for out of rangeDaniel Stenberg
2018-02-01build: fix termios issue on android cross-compileBen Greear
2018-02-01time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel Stenberg
2018-01-31curl_setup: move the precautionary define of SIZEOF_TIME_TDaniel Stenberg
2018-01-31parsedate: s/#if/#ifdefDaniel Stenberg
2018-01-31fnmatch: pattern syntax can no longer failPatrick Monnerat
2018-01-31fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat
2018-01-31fnmatch: do not match the empty string with a character setPatrick Monnerat
2018-01-30build: fix windows build methods for curl_ctype.cJay Satiro
2018-01-30progress-bar.d: update to match implementationDaniel Stenberg
2018-01-30http2: set DEBUG_HTTP2 to enable more HTTP/2 loggingDaniel Stenberg
2018-01-30file: Check the return code from Curl_range and bail out on errorMax Dymond
2018-01-30Curl_range: add check to ensure "from <= to"Max Dymond
2018-01-30Curl_range: commonize FTP and FILE range handlingMax Dymond
2018-01-30RELEASE-NOTES: synced with 811beab9fDaniel Stenberg
2018-01-30curlver: next release will be 7.59.0Daniel Stenberg
2018-01-30curl/curl.h: fix comment typo for CURLOPT_DNS_LOCAL_IP6MichaƂ Janiszewski
2018-01-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2018-01-30curl_easy_reset: clear digest auth stateDaniel Stenberg
2018-01-30winbuild: make linker generate proper PDBAdam Marcionek
2018-01-30curl: add --proxy-pinnedpubkeyDaniel Stenberg
2018-01-30configure: set PATH_SEPARATOR to colon for PATH w/o separatorDaniel Stenberg
2018-01-29curl_ctype: private is*() type macros and functionsDaniel Stenberg
2018-01-29build: open VC15 projects with VS 2017Marcel Raad
2018-01-29RELEASE-NOTES: synced with 094647fcaDaniel Stenberg
2018-01-28TODO: UTF-8 filenames in Content-DispositionDaniel Stenberg
2018-01-28KNOWN_BUGS: DICT responses show the underlying protocolDaniel Stenberg
2018-01-27docs: fix typos in man pagesAlessandro Ghedini
2018-01-26lib555: drop text conversion and encode data as ascii codesPatrick Monnerat
2018-01-26lib517: make variable static to avoid compiler warningDaniel Stenberg
2018-01-26lib544: sync ascii code data with textual dataPatrick Monnerat
2018-01-25GSKit: restore pinnedpubkey functionalitymoparisthebest
2018-01-25darwinssl: Don't import client certificates into Keychain on macOSDair Grant
2018-01-25configure: fix the check for unsigned time_tDaniel Stenberg
2018-01-25parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg
2018-01-25openssl: fix pinned public key build error in FIPS modeMcDonough, Tim
2018-01-25SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5summoparisthebest
2018-01-25SChannel/WinSSL: Implement public key pinningmoparisthebest
2018-01-25bump: towards 7.58.1Daniel Stenberg
2018-01-25cookies: remove verbose "cookie size:" outputDaniel Stenberg
2018-01-25TODO: hardcode the "localhost" addressesDaniel Stenberg
2018-01-25TODO: CURL_REFUSE_CLEARTEXTDaniel Stenberg
2018-01-24progress-bar: don't use stderr explicitly, use bar->outDaniel Stenberg