aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-02-02configure: update the copyright year range in outputDaniel Stenberg
2016-02-02dotdot: allow an empty input string tooDaniel Stenberg
2016-02-02HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg
2016-02-01AppVeyor: updated to handle OpenSSL/WinSSL buildsSergei Nikulov
2016-02-01tool_operate: Don't sanitize --output path (Windows)Jay Satiro
2016-01-29curl.1: Explain remote-name behavior if file already existsJay Satiro
2016-01-29urldata: Error on missing SSL backend-specific connect infoGisle Vanem
2016-01-28bump: towards the next (7.47.1 ?)Daniel Stenberg
2016-01-28cmake: fixed when OpenSSL enabled on Windows and schannel detectedSergei Nikulov
2016-01-28urldata: moved common variable out of ifdefSergei Nikulov
2016-01-28tool_doswin: silence unused function warningViktor Szakats
2016-01-27getredirect.c: fix variable nameDaniel Stenberg
2016-01-27examples/Makefile.inc: specify programs without .c!Daniel Stenberg
2016-01-26THANKS: 6 new contributors from 7.47.0 release notesDaniel Stenberg
2016-01-26NTLM: Fix ConnectionExists to compare Proxy credentialsIsaac Boukris
2016-01-26curl: avoid local drive traversal when saving file (Windows)Ray Satiro
2016-01-26RELEASE-NOTES: 7.47.0Daniel Stenberg
2016-01-25FAQ: language fix in 4.19Daniel Stenberg
2016-01-24FAQ: Update to point to GitHubpaulehoffman
2016-01-24maketgz: generate date stamp with LC_TIME=CDaniel Stenberg
2016-01-24curl_multi_socket_action.3: line wrapDaniel Stenberg
2016-01-24RELEASE-NOTES: synced with d58ba66eecebDaniel Stenberg
2016-01-21TODO: "Create remote directories" for SMBSteve Holme
2016-01-18mbedtls: Fix pinned key return value on failJay Satiro
2016-01-18tests: Add a test for pinnedpubkey fail even when insecureJay Satiro
2016-01-16CURLINFO_RESPONSE_CODE.3: add exampleDaniel Schauenberg
2016-01-15ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULLKamil Dudka
2016-01-14RELEASE-NOTES: synced with 35083ca60ed035aDaniel Stenberg
2016-01-14openssl: improved error detection/reportingDaniel Stenberg
2016-01-14openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg
2016-01-13CURLOPT_RESOLVE.3: minor language polishDaniel Stenberg
2016-01-12configure: assume IPv6 works when cross-compiledDaniel Stenberg
2016-01-12TODO: "Try to URL encode given URL"Daniel Stenberg
2016-01-11ConnectionExists: only do pipelining/multiplexing when askedDaniel Stenberg
2016-01-11lib: Prefix URLs with lower-case protocol names/schemesMohammad AlSaleh
2016-01-11scripts: don't generate and install zsh completion when cross-compilingAlessandro Ghedini
2016-01-11scripts: fix zsh completion generationAlessandro Ghedini
2016-01-11zsh.pl: fail if no curl is foundAlessandro Ghedini
2016-01-11IDN host names: Remove the port number before converting to ACEMichael Kaufmann
2016-01-10runtests: Add mbedTLS to the SSL backendsJay Satiro
2016-01-10mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann
2016-01-09url: Fix compile error with --enable-werrorTatsuhiro Tsujikawa
2016-01-08http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa
2016-01-08http2: handle the received SETTINGS frameDaniel Stenberg
2016-01-08Revert "multiplex: allow only once HTTP/2 is actually used"Daniel Stenberg
2016-01-08http2: Fix PUSH_PROMISE headers being treated as trailersTatsuhiro Tsujikawa
2016-01-08connection reuse: IDN host names fixedMichael Kaufmann
2016-01-07tests: mark IPv6 FTP and FTPS tests with the FTP keywordDaniel Stenberg
2016-01-07mbedtls: Fix ALPN supportJay Satiro