aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-09get_posix_time: only check for overflows if they can happen!Daniel Stenberg
2018-02-09schannel: fix "no previous prototype" compiler warningMichael Kaufmann
2018-02-09content_encoding: Add "none" alias to "identity"Mohammad AlSaleh
2018-02-08schannel: fix compiler warningsMichael Kaufmann
2018-02-07curl_addrinfo.c: Allow Unix Domain Sockets to compile under WindowsSteve Holme
2018-02-07fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat
2018-02-06openssl: Don't add verify locations when verifypeer==0Patrick Schlangen
2018-02-05formdata: use the mime-content type functionDaniel Stenberg
2018-02-02getdate: return -1 for out of rangeDaniel Stenberg
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-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-30time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg
2018-01-30curl_easy_reset: clear digest auth stateDaniel Stenberg
2018-01-29curl_ctype: private is*() type macros and functionsDaniel Stenberg
2018-01-25GSKit: restore pinnedpubkey functionalitymoparisthebest
2018-01-25darwinssl: Don't import client certificates into Keychain on macOSDair Grant
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-25cookies: remove verbose "cookie size:" outputDaniel Stenberg
2018-01-24Fix small typo.Gisle Vanem
2018-01-23CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 supportDaniel Stenberg
2018-01-22http: prevent custom Authorization headers in redirectsDaniel Stenberg
2018-01-18http2: don't close connection when single transfer is stoppedKartik Mahajan
2018-01-18SSH: Fix state machine for ssh-agent authenticationMichael Gmelin
2018-01-18openssl: fix potential memory leak in SSLKEYLOGFILE logicDaniel Stenberg
2018-01-18openssl: fix the libressl build againDaniel Stenberg
2018-01-17curl_fnmatch: only allow 5 '*' sections in a single patternDaniel Stenberg
2018-01-17ftp-wildcard: fix matching an empty string with "*[^a]"Daniel Stenberg
2018-01-16SMB: fix numeric constant suffix and variable typesDaniel Stenberg
2018-01-15smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg
2018-01-15openssl: enable SSLKEYLOGFILE support by defaultDaniel Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2018-01-13HTTP: bail out on negative Content-Length: valuesDaniel Stenberg
2018-01-13setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro
2018-01-13setopt: reintroduce non-static Curl_vsetopt() for OS400 supportPatrick Monnerat
2018-01-11http2: fix incorrect trailer buffer sizeZhouyihai Ding
2018-01-09easy: fix connection ownership in curl_easy_pauseBasuke Suzuki
2018-01-08progress: calculate transfer speed on milliseconds if possibleDaniel Stenberg
2018-01-07scripts: allow all perl scripts to be run directlyJay Satiro
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro