aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-26build-openssl.bat: Added support for VC14Steve Holme
2015-07-26RELEASE-NOTES: synced with 0f645adc95390e8Daniel Stenberg
2015-07-26test1902: attempt to make the test more reliableDaniel Stenberg
2015-07-26comment: fix comment about adding new option supportDaniel Stenberg
2015-07-25build-openssl.bat: Show syntax if required args are missingJay Satiro
2015-07-26TODO: improve how curl works in a windows console windowDaniel Stenberg
2015-07-261.11 minimize dependencies with dynamicly loaded modulesDaniel Stenberg
2015-07-25tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPSJay Satiro
2015-07-25configure: check if OpenSSL linking wants -ldlDaniel Stenberg
2015-07-25HTTP: ignore "Content-Encoding: compress"Michael Kaufmann
2015-07-24openssl: work around MSVC warningMarcel Raad
2015-07-24configure: add --disable-rt optionMichaƂ Fita
2015-07-23http2: verify success of strchr() in http2_send()Kamil Dudka
2015-07-22Windows: Fix VerifyVersionInfo callsJay Satiro
2015-07-22schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad
2015-07-21makefile: Added support for VC14Steve Holme
2015-07-21os400: ebcdic wrappers for new functions. Upgrade ILE/RPG bindings.Patrick Monnerat
2015-07-21libcurl: VERSIONINFO updatePatrick Monnerat
2015-07-21http2: satisfy external references even if http2 is not compiled in.Patrick Monnerat
2015-07-20http2: add stream != NULL checks for reliabilityDaniel Stenberg
2015-07-18symbols-in-versions: Add new CURLSSLOPT_NO_REVOKE symbolJay Satiro
2015-07-17SSL: Add an option to disable certificate revocation checksJay Satiro
2015-07-16runtests: Allow for spaces in curl custom pathJay Satiro
2015-07-16ntlm_wb: Fix theoretical memory leakDavid Woodhouse
2015-07-15strerror: Add CRYPT_E_REVOKED to SSPI error stringsJay Satiro
2015-07-14libtest: call PR_Cleanup() on exit if NSPR is usedKamil Dudka
2015-07-14openssl: VMS support for SHA256John Malmberg
2015-07-11examples: Fix typo in multi-single.cJay Satiro
2015-07-07http2: Fix memory leak in push header arrayTatsuhiro Tsujikawa
2015-07-02test2041: fixed line endings in protocol partDan Fandrich
2015-07-02cyassl: fixed mismatched sha256sum function prototypeDan Fandrich
2015-07-01SSL: Pinned public key hash supportmoparisthebest
2015-07-01examples: provide <DESC> sectionsDaniel Stenberg
2015-07-01OpenVMS: VMS Software, Inc now the supplier.John Malmberg
2015-06-30multi: Move http2 push function declarations to header endJay Satiro
2015-06-30symbols-in-versions: Add new http2 push symbolsJay Satiro
2015-06-30RELEASE-NOTES: synced with e6749055d653Daniel Stenberg
2015-06-29configure: disable libidn by defaultDaniel Stenberg
2015-06-29SSL-PROBLEMS: mention WinSSL problems in WinXPDaniel Stenberg
2015-06-29CODE_OF_CONDUCT.md: addedDaniel Stenberg
2015-06-25tool_header_cb: fflush the header streamDaniel Stenberg
2015-06-25tests: Distribute CMakeLists.txt files in subdirectoriesRoger Leigh
2015-06-24CURLOPT_FAILONERROR.3: mention that it closes the connectionDaniel Stenberg
2015-06-24curl_multi_setopt.3: alpha sort the optionsDaniel Stenberg
2015-06-24curl_multi_setopt.3: add the new push optionsDaniel Stenberg
2015-06-24http2: Use nghttp2 library error code for error return valueTatsuhiro Tsujikawa
2015-06-24http2: Harden header validation for curl_pushheader_bynameTatsuhiro Tsujikawa
2015-06-24CURLMOPT_PUSHFUNCTION.3: Remove unused variableTatsuhiro Tsujikawa
2015-06-24CURLMOPT_PUSHFUNCTION.3: added exampleDaniel Stenberg
2015-06-24http2: curl_pushheader_byname now takes a const char *Daniel Stenberg