Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-27 | docs: curlinfo_filetime sftp support, new curlopt_quote "statvfs" | marquis-de-muesli | |
Closes #677 | |||
2016-03-27 | SSH: new CURLOPT_QUOTE command "statvfs" | marquis-de-muesli | |
usage: "statvfs path" returns remote file system statistics | |||
2016-03-27 | SSH: support CURLINFO_FILETIME | marquis-de-muesli | |
2016-03-26 | sshserver.pl: use quotes for given options | Karlson2k | |
Fixed failed redirection of stderr with some options. At least on Msys2, perl fails to redirect stderr if $value contains newline or other weird characters. | |||
2016-03-26 | url: don't use bad offset in tld_check_name to show error | Jay Satiro | |
libidn's tld_check_lz returns an error offset of the first character that it failed to process, however that offset is not a byte offset and may not even be in the locale encoding therefore we can't use it to show the user the character that failed to process. Bug: https://github.com/curl/curl/issues/731 Reported-by: Karlson2k | |||
2016-03-26 | http_negotiate: Combine GSS-API and SSPI source files | Steve Holme | |
As the GSS-API and SSPI based source files are no longer library/API specific, following the extraction of that authentication code to the vauth directory, combine these files rather than maintain two separate versions. | |||
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme | |
Part 2 of 2 - Moved the GSS-API based Negotiate authentication code. | |||
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme | |
Part 1 of 2 - Moved the SSPI based Negotiate authentication code. | |||
2016-03-26 | warnless.h: Removed spurious character from commit 696bc6b9c9 | Steve Holme | |
Not picked up by checksrc or Visual Studio but my own code review, this would haven broken Intel based Unix builds - Perhaps I should learn to type on my laptop's keyboard before committing! | |||
2016-03-26 | schannel: Fixed compilation warning from commit f8d88a4913 | Steve Holme | |
warning C4244: '=': conversion from 'int' to 'unsigned short', possible loss of data | |||
2016-03-26 | warnless?: Added some integer based conversion functions | Steve Holme | |
2016-03-25 | docs/TODO: Add feature request for metalink in HTTP headers | Dusty Mabe | |
Closes #729 Closes #728 | |||
2016-03-25 | build: Corrected typos from commit 70e56939aa | Steve Holme | |
2016-03-25 | vauth: Refactored function names after move to new vauth directory | Steve Holme | |
Renamed all the SASL functions that moved to the new vauth directory to include the correct module name. | |||
2016-03-25 | vauth: Updated the copyright year after recent changes | Steve Holme | |
As most of this work was performed in 2015 but not pushed until 2016 updated the copyright year to reflect the public facing changes. | |||
2016-03-25 | vauth: Moved the OAuth 2.0 authentication code to the new vauth directory | Steve Holme | |
2016-03-25 | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme | |
2016-03-25 | vauth: Moved the Kerberos V5 authentication code to the new vauth directory | Steve Holme | |
2016-03-25 | digest.c: Fixed checksrc warnings | Steve Holme | |
2016-03-25 | vauth: Moved the DIGEST authentication code to the new vauth directory | Steve Holme | |
2016-03-25 | vauth: Moved the CRAM-MD5 authentication code to the new vauth directory | Steve Holme | |
2016-03-25 | vauth: Moved the ClearText authentication code to the new vauth directory | Steve Holme | |
2016-03-25 | vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files | Steve Holme | |
2016-03-25 | checksrc.bat: Added support for checking the new vauth directory | Steve Holme | |
2016-03-25 | build: Updated all makefiles and project files for the new vauth directory | Steve Holme | |
Updated the makefiles and Visual Studio project files to support moving the authentication code to the new lib/vauth directory that was started in commit 0d04e859e1. | |||
2016-03-24 | schannel: Add ALPN support | JDepooter | |
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724 | |||
2016-03-24 | http: Minor update based on CODE_STYLE guidelines | Steve Holme | |
2016-03-23 | multi: fix "Operation timed out after" timer | Daniel Stenberg | |
Use the local, reasonably updated, 'now' value when creating the message string to output for the timeout condition. Fixes #619 | |||
2016-03-23 | openssl: boringssl provides the same numbering as openssl | Daniel Stenberg | |
... so we don't need extra boringssl precautions for for HAVE_ERR_REMOVE_THREAD_STATE_NOARG. Pointed-out-by: David Benjamin | |||
2016-03-23 | openssl: fix ERR_remove_thread_state() for boringssl/libressl | Daniel Stenberg | |
The removed arg is only done in OpenSSL Bug: https://twitter.com/xtraemeat/status/712564874098917376 | |||
2016-03-23 | bump: work on 7.48.1 | Daniel Stenberg | |
2016-03-23 | RELEASE-PROCEDURE: mention the github release tag edit | Daniel Stenberg | |
... and update the coming release dates a bit | |||
2016-03-23 | checksrc.bat: Updated the help to be consistent with generate.bat | Steve Holme | |
Follow up to commit a8c7f0fcbf prior to release. | |||
2016-03-23 | RELEASE-NOTES: curl 7.48.0 | Daniel Stenberg | |
2016-03-23 | THANKS: 15 new contributors from 7.48.0 release | Daniel Stenberg | |
2016-03-23 | CURLINFO_TLS_SSL_PTR.3: Warn about limitations | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/685 | |||
2016-03-22 | Revert "sshserver: remove use of AuthorizedKeysFile2" | Daniel Stenberg | |
It seems we may have some autobuild problems after this commit went in. Trying to see if a revert helps to get them back. This reverts commit 2716350d1f3edc8e929f6ceeee05051090f6d642. | |||
2016-03-22 | maketgz: add -j to make dist | Daniel Stenberg | |
... makes it a lot faster | |||
2016-03-22 | libcurl-thread.3: minor nroff format fix | Daniel Stenberg | |
2016-03-22 | CURLINFO_TLS_SSL_PTR.3: minor nroff format fix | Daniel Stenberg | |
2016-03-22 | CODE_STYLE: indend example code | Daniel Stenberg | |
... to make it look nicer in markdown outputa | |||
2016-03-22 | build-wolfssl: Update VS properties for wolfSSL v3.9.0 | Jay Satiro | |
- Do not use wolfSSL's sample user-setting files. wolfSSL starting in v3.9.0 has added their own sample user settings that are applied by default, but we don't use them because we have our own settings. - Do not use wolfSSL's Visual Studio Unicode character setting. wolfSSL Visual Studio projects use the Unicode character set however our settings and options imitate mingw build which does not use the Unicode character set. This does not appear to have any effect at the moment but better safe than sorry. These changes are backwards compatible with earlier versions. | |||
2016-03-22 | hostip6: Fixed compilation warnings when verbose strings disabled | Steve Holme | |
warning C4189: 'data': local variable is initialized but not referenced ...and some minor formatting/spacing changes. | |||
2016-03-21 | sshserver: remove use of AuthorizedKeysFile2 | Daniel Stenberg | |
Support for the (undocumented) AuthorizedKeysFile2 was removed in OpenSSH 5.9, released in September 2011 Closes #715 | |||
2016-03-20 | connect/ntlm/http: Fixed compilation warnings when verbose strings disabled | Steve Holme | |
warning C4189: 'data': local variable is initialized but not referenced | |||
2016-03-20 | openssl: Fixed compilation warning when /Wall enabled | Steve Holme | |
warning C4706: assignment within conditional expression | |||
2016-03-20 | CODE_STYLE: Use boolean conditions | Steve Holme | |
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions. Additionally, corrected some example code to adhere to the recommended coding style. | |||
2016-03-20 | inet_pton.c: Fixed compilation warnings | Steve Holme | |
warning: conversion to 'unsigned char' from 'int' may alter its value | |||
2016-03-19 | RELEASE-NOTES: synced with 80851028efc2fa9 | Daniel Stenberg | |
2016-03-19 | mbedtls: fix compiler warning | Daniel Stenberg | |
vtls/mbedtls.h:67:36: warning: implicit declaration of function ‘mbedtls_sha256’ [-Wimplicit-function-declaration] |