summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http: fix the max header length detection logicDaniel Stenberg2018-02-161-11/+10
* ssh: add two missing state namesDaniel Stenberg2018-02-161-0/+5
* non-ascii: fix implicit declaration warningJay Satiro2018-02-151-0/+1
* nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka2018-02-151-1/+11
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-1518-18/+165
* curl_gssapi: make sure this file too uses our *printf()Daniel Stenberg2018-02-131-1/+6
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-121-0/+5
* sha256: avoid redefineDaniel Stenberg2018-02-121-6/+2
* sha256: build with OpenSSL < 0.9.8 tooDouglas Mencken2018-02-121-0/+12
* http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING onPatrick Monnerat2018-02-121-7/+7
* get_posix_time: only check for overflows if they can happen!Daniel Stenberg2018-02-091-0/+2
* schannel: fix "no previous prototype" compiler warningMichael Kaufmann2018-02-091-8/+8
* content_encoding: Add "none" alias to "identity"Mohammad AlSaleh2018-02-091-1/+1
* schannel: fix compiler warningsMichael Kaufmann2018-02-081-10/+13
* curl_addrinfo.c: Allow Unix Domain Sockets to compile under WindowsSteve Holme2018-02-072-2/+11
* fnmatch: optimize processing of consecutive *s and ?s pattern charactersPatrick Monnerat2018-02-071-13/+18
* openssl: Don't add verify locations when verifypeer==0Patrick Schlangen2018-02-061-16/+15
* formdata: use the mime-content type functionDaniel Stenberg2018-02-053-65/+17
* getdate: return -1 for out of rangeDaniel Stenberg2018-02-021-5/+1
* time_t-fixes: remove typecasts to 'long' for info.filetimeDaniel 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-311-113/+80
* fnmatch: accept an alphanum to be followed by a non-alphanum in char setPatrick Monnerat2018-01-311-90/+53
* fnmatch: do not match the empty string with a character setPatrick Monnerat2018-01-311-3/+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-305-120/+133
* time: support > year 2038 time stamps for system with 32bit longDaniel Stenberg2018-01-305-11/+30
* curl_easy_reset: clear digest auth stateDaniel Stenberg2018-01-301-0/+2
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-295-34/+168
* GSKit: restore pinnedpubkey functionalitymoparisthebest2018-01-251-1/+1
* darwinssl: Don't import client certificates into Keychain on macOSDair Grant2018-01-251-12/+61
* parsedate: fix date parsing for systems with 32 bit longDaniel Stenberg2018-01-252-39/+73
* 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-251-3/+140
* cookies: remove verbose "cookie size:" outputDaniel Stenberg2018-01-251-4/+1
* Fix small typo.Gisle Vanem2018-01-241-2/+2
* CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 supportDaniel Stenberg2018-01-231-1/+7
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-223-3/+11
* http2: don't close connection when single transfer is stoppedKartik Mahajan2018-01-181-1/+2
* 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
* 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-171-2/+4
* SMB: fix numeric constant suffix and variable typesDaniel Stenberg2018-01-162-44/+18
* smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg2018-01-153-9/+15