summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test1902: attempt to make the test more reliableDaniel Stenberg2015-07-261-5/+5
* comment: fix comment about adding new option supportDaniel Stenberg2015-07-261-1/+1
* build-openssl.bat: Show syntax if required args are missingJay Satiro2015-07-251-0/+6
* TODO: improve how curl works in a windows console windowDaniel Stenberg2015-07-261-15/+22
* 1.11 minimize dependencies with dynamicly loaded modulesDaniel Stenberg2015-07-261-0/+8
* tool_operate: Fix CURLOPT_SSL_OPTIONS for builds without HTTPSJay Satiro2015-07-251-3/+6
* configure: check if OpenSSL linking wants -ldlDaniel Stenberg2015-07-251-0/+40
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-254-14/+0
* openssl: work around MSVC warningMarcel Raad2015-07-241-1/+1
* configure: add --disable-rt optionMichaƂ Fita2015-07-243-14/+54
* http2: verify success of strchr() in http2_send()Kamil Dudka2015-07-231-3/+16
* Windows: Fix VerifyVersionInfo callsJay Satiro2015-07-222-19/+20
* schannel: Replace deprecated GetVersion with VerifyVersionInfoMarcel Raad2015-07-221-5/+14
* makefile: Added support for VC14Steve Holme2015-07-214-4/+15
* os400: ebcdic wrappers for new functions. Upgrade ILE/RPG bindings.Patrick Monnerat2015-07-215-5/+110
* libcurl: VERSIONINFO updatePatrick Monnerat2015-07-211-2/+2
* http2: satisfy external references even if http2 is not compiled in.Patrick Monnerat2015-07-211-1/+22
* http2: add stream != NULL checks for reliabilityDaniel Stenberg2015-07-201-0/+25
* symbols-in-versions: Add new CURLSSLOPT_NO_REVOKE symbolJay Satiro2015-07-181-0/+1
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-1715-23/+129
* runtests: Allow for spaces in curl custom pathJay Satiro2015-07-162-9/+10
* ntlm_wb: Fix theoretical memory leakDavid Woodhouse2015-07-161-1/+1
* strerror: Add CRYPT_E_REVOKED to SSPI error stringsJay Satiro2015-07-151-0/+3
* libtest: call PR_Cleanup() on exit if NSPR is usedKamil Dudka2015-07-142-3/+16
* openssl: VMS support for SHA256John Malmberg2015-07-143-3/+15
* examples: Fix typo in multi-single.cJay Satiro2015-07-111-1/+1
* http2: Fix memory leak in push header arrayTatsuhiro Tsujikawa2015-07-071-0/+6
* test2041: fixed line endings in protocol partDan Fandrich2015-07-021-4/+4
* cyassl: fixed mismatched sha256sum function prototypeDan Fandrich2015-07-021-1/+1
* SSL: Pinned public key hash supportmoparisthebest2015-07-0116-11/+275
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-0118-29/+89
* OpenVMS: VMS Software, Inc now the supplier.John Malmberg2015-07-012-2/+10
* multi: Move http2 push function declarations to header endJay Satiro2015-06-302-24/+27
* symbols-in-versions: Add new http2 push symbolsJay Satiro2015-06-301-0/+4
* RELEASE-NOTES: synced with e6749055d653Daniel Stenberg2015-06-301-5/+27
* configure: disable libidn by defaultDaniel Stenberg2015-06-291-2/+2
* SSL-PROBLEMS: mention WinSSL problems in WinXPDaniel Stenberg2015-06-291-2/+8
* CODE_OF_CONDUCT.md: addedDaniel Stenberg2015-06-292-1/+33
* tool_header_cb: fflush the header streamDaniel Stenberg2015-06-251-0/+2
* tests: Distribute CMakeLists.txt files in subdirectoriesRoger Leigh2015-06-253-3/+3
* CURLOPT_FAILONERROR.3: mention that it closes the connectionDaniel Stenberg2015-06-241-1/+4
* curl_multi_setopt.3: alpha sort the optionsDaniel Stenberg2015-06-241-18/+18
* curl_multi_setopt.3: add the new push optionsDaniel Stenberg2015-06-241-1/+5
* http2: Use nghttp2 library error code for error return valueTatsuhiro Tsujikawa2015-06-241-1/+1
* http2: Harden header validation for curl_pushheader_bynameTatsuhiro Tsujikawa2015-06-241-3/+8
* CURLMOPT_PUSHFUNCTION.3: Remove unused variableTatsuhiro Tsujikawa2015-06-241-1/+0
* CURLMOPT_PUSHFUNCTION.3: added exampleDaniel Stenberg2015-06-241-1/+32
* http2: curl_pushheader_byname now takes a const char *Daniel Stenberg2015-06-243-10/+10
* http2-serverpush.c: example codeDaniel Stenberg2015-06-242-1/+314
* http2: free all header memory after the push callbackDaniel Stenberg2015-06-241-1/+4