Age | Commit message (Expand) | Author |
2018-01-30 | curl: add --proxy-pinnedpubkey | Daniel Stenberg |
2018-01-30 | configure: set PATH_SEPARATOR to colon for PATH w/o separator | Daniel Stenberg |
2018-01-29 | curl_ctype: private is*() type macros and functions | Daniel Stenberg |
2018-01-29 | build: open VC15 projects with VS 2017 | Marcel Raad |
2018-01-29 | RELEASE-NOTES: synced with 094647fca | Daniel Stenberg |
2018-01-28 | TODO: UTF-8 filenames in Content-Disposition | Daniel Stenberg |
2018-01-28 | KNOWN_BUGS: DICT responses show the underlying protocol | Daniel Stenberg |
2018-01-27 | docs: fix typos in man pages | Alessandro Ghedini |
2018-01-26 | lib555: drop text conversion and encode data as ascii codes | Patrick Monnerat |
2018-01-26 | lib517: make variable static to avoid compiler warning | Daniel Stenberg |
2018-01-26 | lib544: sync ascii code data with textual data | Patrick Monnerat |
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 | configure: fix the check for unsigned time_t | Daniel Stenberg |
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 | bump: towards 7.58.1 | Daniel Stenberg |
2018-01-25 | cookies: remove verbose "cookie size:" output | Daniel Stenberg |
2018-01-25 | TODO: hardcode the "localhost" addresses | Daniel Stenberg |
2018-01-25 | TODO: CURL_REFUSE_CLEARTEXT | Daniel Stenberg |
2018-01-24 | progress-bar: don't use stderr explicitly, use bar->out | Daniel Stenberg |
2018-01-24 | Fixes for MSDOS etc. | Gisle Vanem |
2018-01-24 | Fix small typo. | Gisle Vanem |
2018-01-23 | RELEASE: 7.58.0 | Daniel Stenberg |
2018-01-23 | progress-bar: get screen width on windows | Gisle Vanem |
2018-01-23 | test1454: --connect-to with IPv6 address w/o IPv6 support! | Daniel Stenberg |
2018-01-23 | CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 support | Daniel Stenberg |
2018-01-23 | docs: fix man page syntax to make test 1140 OK again | Daniel Stenberg |
2018-01-22 | http: prevent custom Authorization headers in redirects | Daniel Stenberg |
2018-01-22 | curl: progress bar refresh, get width using ioctl() | Daniel Stenberg |
2018-01-20 | RELEASE-NOTES: synced with bb0ffcc36 | Daniel Stenberg |
2018-01-20 | libcurl-env.3: first take | Daniel Stenberg |
2018-01-20 | TODO: two possible name resolver improvements | Daniel Stenberg |
2018-01-18 | http2: don't close connection when single transfer is stopped | Kartik Mahajan |
2018-01-18 | test558: fix for multissl builds | Daniel Stenberg |
2018-01-18 | examples/url2file.c: add missing curl_global_cleanup() call | Daniel Stenberg |
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 | unit1307: test many wildcards too | 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 | CURLOPT_TCP_NODELAY.3: fix typo | rouzier |
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 |
2018-01-14 | docs: comment about CURLE_READ_ERROR returned by curl_mime_filedata | Patrick Monnerat |