aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-28FAQ: 4.20 curl doesn't return error for HTTP non-200 responsesDaniel Stenberg
2014-08-28CURLOPT_NOBODY.3: clarify this option is for downloadsDaniel Stenberg
2014-08-26INTERNALS: nghttp2 must be 0.6.0 or laterDaniel Stenberg
2014-08-26Compile with latest nghttp2Tatsuhiro Tsujikawa
2014-08-26THANKS: removed a few more duplicatesDan Fandrich
2014-08-26RELEASE-NOTES: synced with 007242257683aDaniel Stenberg
2014-08-25THANKS: added 52 missing contributorsDaniel Stenberg
2014-08-25contributors: grep and sort case insensitivelyDaniel Stenberg
2014-08-25configure.ac: Add support for recent GSS-API implementations for HP-UXMichael Osipov
2014-08-25CONNECT: close proxy connections that fail to CONNECTDaniel Stenberg
2014-08-25RELEASE-NOTES: added two missing HTTP/2 bug fixesDaniel Stenberg
2014-08-25RELEASE-NOTES: synced with f646e9075f47Daniel Stenberg
2014-08-25Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windowsJakub Zakrzewski
2014-08-25Cmake: Removed repeated content from ending blocksJakub Zakrzewski
2014-08-25Cmake: Removed some useless empty SET statements.Jakub Zakrzewski
2014-08-25Cmake: Removed useless comments from CMakeLists.txtJakub Zakrzewski
2014-08-25Cmake: Don't check for all headers each timeJakub Zakrzewski
2014-08-25Cmake: Append OpenSSL include directory to search pathJakub Zakrzewski
2014-08-25Cmake: Search for liblber, LDAP SSL headers, swith for using OpenLDAP code.Jakub Zakrzewski
2014-08-25Cmake: LibSSH2 detection and use.Jakub Zakrzewski
2014-08-25Cmake: Moved macros out of the main CMakeLists.txtJakub Zakrzewski
2014-08-25Cmake: Added missing protocol-disable switchesJakub Zakrzewski
2014-08-25Cmake: Made boolean defines be defined to "1" instead of "ON"Jakub Zakrzewski
2014-08-25Cmake: Require at least CMake 2.8.Jakub Zakrzewski
2014-08-25disconnect: don't touch easy-related state on disconnectsDaniel Stenberg
2014-08-23curl.1: clarify --limit-rate's effect on both directionsDaniel Stenberg
2014-08-23curl.1: mention the --post30x options within the --location descDaniel Stenberg
2014-08-22sasl: Fixed a memory leak on OOMDan Fandrich
2014-08-22NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP authFrank Meier
2014-08-22openssl.c: Fixed longer than 79 columnsSteve Holme
2014-08-21openssl.c: Fixed compilation warningSteve Holme
2014-08-21win32: Fixed WinSock 2 #ifHaris Okanovic
2014-08-20Curl_disconnect: don't free the URLDaniel Stenberg
2014-08-19help output: minor whitespace editsDaniel Stenberg
2014-08-19help output: use ≥2 spaces between option and descriptionZearin
2014-08-18FAQ: some actually sometimes get paid...Daniel Stenberg
2014-08-17sasl_sspi: Fixed a memory leak with the GSSAPI base-64 decoded challengeSteve Holme
2014-08-17sasl_sspi: Renamed GSSAPI mutual authentication parameterSteve Holme
2014-08-17sasl_sspi: Corrected some of the GSSAPI security message error codesSteve Holme
2014-08-16docs: Escaped single backslashSteve Holme
2014-08-16TODO: Updated following GSSAPI (Kerberos V5) additionsSteve Holme
2014-08-16CURLOPT_USERNAME.3: Added Kerberos V5 and NTLM domain informationSteve Holme
2014-08-16CURLOPT_USERPWD.3: Updated following Kerberos V5 SSPI changesSteve Holme
2014-08-16docs: Added Kerberos V5 and NTLM domain information to --userSteve Holme
2014-08-16docs: Added Kerberos V5 to the --user SSPI current credentials usageSteve Holme
2014-08-16sasl_sspi: Tell the server we don't support a GSSAPI receive bufferSteve Holme
2014-08-15smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme
2014-08-15pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme
2014-08-15imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme
2014-08-15email: Added mutual authentication flagSteve Holme