Age | Commit message (Expand) | Author |
2018-02-15 | non-ascii: fix implicit declaration warning | Jay Satiro |
2018-02-15 | nss: use PK11_CreateManagedGenericObject() if available | Kamil Dudka |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-13 | curl_gssapi: make sure this file too uses our *printf() | Daniel Stenberg |
2018-02-12 | smtp: fix processing of initial dot in data | Patrick Monnerat |
2018-02-12 | sha256: avoid redefine | Daniel Stenberg |
2018-02-12 | sha256: build with OpenSSL < 0.9.8 too | Douglas Mencken |
2018-02-12 | http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING on | Patrick Monnerat |
2018-02-09 | get_posix_time: only check for overflows if they can happen! | Daniel Stenberg |
2018-02-09 | schannel: fix "no previous prototype" compiler warning | Michael Kaufmann |
2018-02-09 | content_encoding: Add "none" alias to "identity" | Mohammad AlSaleh |
2018-02-08 | schannel: fix compiler warnings | Michael Kaufmann |
2018-02-07 | curl_addrinfo.c: Allow Unix Domain Sockets to compile under Windows | Steve Holme |
2018-02-07 | fnmatch: optimize processing of consecutive *s and ?s pattern characters | Patrick Monnerat |
2018-02-06 | openssl: Don't add verify locations when verifypeer==0 | Patrick Schlangen |
2018-02-05 | formdata: use the mime-content type function | Daniel Stenberg |
2018-02-02 | getdate: return -1 for out of range | Daniel Stenberg |
2018-02-01 | time_t-fixes: remove typecasts to 'long' for info.filetime | Daniel Stenberg |
2018-01-31 | curl_setup: move the precautionary define of SIZEOF_TIME_T | Daniel Stenberg |
2018-01-31 | parsedate: s/#if/#ifdef | Daniel Stenberg |
2018-01-31 | fnmatch: pattern syntax can no longer fail | Patrick Monnerat |
2018-01-31 | fnmatch: accept an alphanum to be followed by a non-alphanum in char set | Patrick Monnerat |
2018-01-31 | fnmatch: do not match the empty string with a character set | Patrick Monnerat |
2018-01-30 | http2: set DEBUG_HTTP2 to enable more HTTP/2 logging | Daniel Stenberg |
2018-01-30 | file: Check the return code from Curl_range and bail out on error | Max Dymond |
2018-01-30 | Curl_range: add check to ensure "from <= to" | Max Dymond |
2018-01-30 | Curl_range: commonize FTP and FILE range handling | Max Dymond |
2018-01-30 | time: support > year 2038 time stamps for system with 32bit long | Daniel Stenberg |
2018-01-30 | curl_easy_reset: clear digest auth state | Daniel Stenberg |
2018-01-29 | curl_ctype: private is*() type macros and functions | Daniel Stenberg |
2018-01-25 | GSKit: restore pinnedpubkey functionality | moparisthebest |
2018-01-25 | darwinssl: Don't import client certificates into Keychain on macOS | Dair Grant |
2018-01-25 | parsedate: fix date parsing for systems with 32 bit long | Daniel Stenberg |
2018-01-25 | openssl: fix pinned public key build error in FIPS mode | McDonough, Tim |
2018-01-25 | SChannel/WinSSL: Replace Curl_none_md5sum with Curl_schannel_md5sum | moparisthebest |
2018-01-25 | SChannel/WinSSL: Implement public key pinning | moparisthebest |
2018-01-25 | cookies: remove verbose "cookie size:" output | Daniel Stenberg |
2018-01-24 | Fix small typo. | Gisle Vanem |
2018-01-23 | CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 support | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-18 | http2: don't close connection when single transfer is stopped | Kartik Mahajan |
2018-01-18 | SSH: Fix state machine for ssh-agent authentication | Michael Gmelin |
2018-01-18 | openssl: fix potential memory leak in SSLKEYLOGFILE logic | Daniel Stenberg |
2018-01-18 | openssl: fix the libressl build again | Daniel Stenberg |
2018-01-17 | curl_fnmatch: only allow 5 '*' sections in a single pattern | Daniel Stenberg |
2018-01-17 | ftp-wildcard: fix matching an empty string with "*[^a]" | Daniel Stenberg |
2018-01-16 | SMB: fix numeric constant suffix and variable types | Daniel Stenberg |
2018-01-15 | smtp/pop3/imap_get_message: decrease the data length too... | Daniel Stenberg |
2018-01-15 | openssl: enable SSLKEYLOGFILE support by default | Daniel Stenberg |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |