summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031026-1270/+1270
* configure: update the copyright year range in outputDaniel Stenberg2016-02-021-1/+1
* dotdot: allow an empty input string tooDaniel Stenberg2016-02-022-2/+12
* HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg2016-02-0220-93/+93
* AppVeyor: updated to handle OpenSSL/WinSSL buildsSergei Nikulov2016-02-011-2/+18
* tool_operate: Don't sanitize --output path (Windows)Jay Satiro2016-02-011-11/+0
* curl.1: Explain remote-name behavior if file already existsJay Satiro2016-01-291-5/+17
* urldata: Error on missing SSL backend-specific connect infoGisle Vanem2016-01-291-20/+13
* bump: towards the next (7.47.1 ?)Daniel Stenberg2016-01-282-111/+14
* cmake: fixed when OpenSSL enabled on Windows and schannel detectedSergei Nikulov2016-01-281-7/+14
* urldata: moved common variable out of ifdefSergei Nikulov2016-01-281-10/+1
* tool_doswin: silence unused function warningViktor Szakats2016-01-281-0/+4
* getredirect.c: fix variable nameDaniel Stenberg2016-01-271-1/+1
* examples/Makefile.inc: specify programs without .c!curl-7_47_0Daniel Stenberg2016-01-271-1/+1
* THANKS: 6 new contributors from 7.47.0 release notesDaniel Stenberg2016-01-261-0/+6
* NTLM: Fix ConnectionExists to compare Proxy credentialsIsaac Boukris2016-01-261-22/+40
* curl: avoid local drive traversal when saving file (Windows)Ray Satiro2016-01-264-58/+187
* RELEASE-NOTES: 7.47.0Daniel Stenberg2016-01-261-3/+9
* FAQ: language fix in 4.19Daniel Stenberg2016-01-251-1/+1
* FAQ: Update to point to GitHubpaulehoffman2016-01-241-4/+7
* maketgz: generate date stamp with LC_TIME=CDaniel Stenberg2016-01-241-2/+2
* curl_multi_socket_action.3: line wrapDaniel Stenberg2016-01-241-2/+3
* RELEASE-NOTES: synced with d58ba66eecebDaniel Stenberg2016-01-241-6/+7
* TODO: "Create remote directories" for SMBSteve Holme2016-01-211-0/+6
* mbedtls: Fix pinned key return value on failJay Satiro2016-01-181-49/+66
* tests: Add a test for pinnedpubkey fail even when insecureJay Satiro2016-01-182-1/+42
* CURLINFO_RESPONSE_CODE.3: add exampleDaniel Schauenberg2016-01-161-1/+13
* ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULLKamil Dudka2016-01-153-6/+11
* RELEASE-NOTES: synced with 35083ca60ed035aDaniel Stenberg2016-01-141-5/+36
* openssl: improved error detection/reportingDaniel Stenberg2016-01-141-25/+18
* openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg2016-01-141-2/+1
* CURLOPT_RESOLVE.3: minor language polishDaniel Stenberg2016-01-131-8/+7
* configure: assume IPv6 works when cross-compiledDaniel Stenberg2016-01-121-3/+3
* TODO: "Try to URL encode given URL"Daniel Stenberg2016-01-121-0/+9
* ConnectionExists: only do pipelining/multiplexing when askedDaniel Stenberg2016-01-111-3/+18
* lib: Prefix URLs with lower-case protocol names/schemesMohammad AlSaleh2016-01-112-1/+6
* scripts: don't generate and install zsh completion when cross-compilingAlessandro Ghedini2016-01-111-0/+8
* scripts: fix zsh completion generationAlessandro Ghedini2016-01-111-1/+1
* zsh.pl: fail if no curl is foundAlessandro Ghedini2016-01-111-2/+13
* IDN host names: Remove the port number before converting to ACEMichael Kaufmann2016-01-111-7/+7
* runtests: Add mbedTLS to the SSL backendsJay Satiro2016-01-101-1/+9
* mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann2016-01-103-3/+57
* url: Fix compile error with --enable-werrorTatsuhiro Tsujikawa2016-01-091-0/+2
* http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa2016-01-081-1/+12
* http2: handle the received SETTINGS frameDaniel Stenberg2016-01-081-29/+25
* Revert "multiplex: allow only once HTTP/2 is actually used"Daniel Stenberg2016-01-081-4/+3
* http2: Fix PUSH_PROMISE headers being treated as trailersTatsuhiro Tsujikawa2016-01-081-17/+17
* connection reuse: IDN host names fixedMichael Kaufmann2016-01-084-27/+222
* tests: mark IPv6 FTP and FTPS tests with the FTP keywordDaniel Stenberg2016-01-0714-0/+14
* mbedtls: Fix ALPN supportJay Satiro2016-01-071-13/+23