summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAMEhttp2-mutiplexDaniel Stenberg2015-04-281-11/+13
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-2817-5/+185
* http2: unify http_conn variable names to 'c'Daniel Stenberg2015-04-271-10/+10
* ConnectionExists: call it multi-use instead of pipeliningDaniel Stenberg2015-04-271-1/+1
* nss: fix compilation failure with old versions of NSSPaul Howarth2015-04-271-2/+4
* sws: init http2 state properlyDaniel Stenberg2015-04-271-0/+2
* curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSIONDaniel Stenberg2015-04-271-1/+21
* runtests: use a DISABLED.local file tooDaniel Stenberg2015-04-263-10/+23
* schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken2015-04-261-1/+1
* schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL errorMarc Hoersken2015-04-261-2/+3
* schannel: re-indented file to follow curl style betterDaniel Stenberg2015-04-261-91/+96
* Curl_ossl_init: load builtin modulesDaniel Stenberg2015-04-261-0/+2
* configure: follow-up fix for krb5-configDaniel Stenberg2015-04-261-2/+0
* openssl: fix serial number outputDaniel Stenberg2015-04-261-14/+8
* sasl_sspi: Populate domain from the realm in the challengeGrant Pannell2015-04-264-6/+95
* tool: New option --data-raw to HTTP POST data, '@' allowed.Anthony Avina2015-04-253-7/+15
* test2039: fixed line endings that caused a test failureDan Fandrich2015-04-251-7/+7
* netrc: add unit tests for 'default' supportViktor Szakats2015-04-243-1/+65
* netrc: support 'default' tokenViktor Szakats2015-04-241-0/+4
* ROADMAP.md: extended the HTTP/2 section, reformattedDaniel Stenberg2015-04-241-27/+101
* curl -z: do not write empty file on unmet conditionKamil Dudka2015-04-233-7/+88
* tool: fixed a comment typoDan Fandrich2015-04-231-1/+1
* README: convert to UTF-8Dan Fandrich2015-04-231-1/+1
* cyassl: Implement public key pinningJay Satiro2015-04-227-12/+64
* curl.1: fix typoAlessandro Ghedini2015-04-221-1/+1
* docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, tooKamil Dudka2015-04-221-3/+6
* tests/unit/.gitignore: hide unit1601 and above, tooKamil Dudka2015-04-221-2/+1
* connectionexists: follow-up to fd9d3a1ef1fDaniel Stenberg2015-04-221-4/+7
* connectionexists: fix build without NTLMDaniel Stenberg2015-04-221-2/+4
* bump: start working toward 7.43.0Daniel Stenberg2015-04-222-172/+9
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-225-3/+58
* dist: include {src,lib}/checksrc.whitelistDaniel Stenberg2015-04-222-8/+8
* RELEASE-NOTES: updated for 7.42.0curl-7_42_0Daniel Stenberg2015-04-221-6/+16
* THANKS: added contributors from 7.42.0 release notesDaniel Stenberg2015-04-221-0/+21
* THANKS-filter: a few more alterations to squashDaniel Stenberg2015-04-221-1/+3
* contrithanks.sh: helper script for maintaining THANKSDaniel Stenberg2015-04-221-0/+57
* http_done: close Negotiate connections when doneDaniel Stenberg2015-04-211-1/+7
* fix_hostname: zero length host name caused -1 index offsetDaniel Stenberg2015-04-211-1/+1
* cookie: cookie parser out of boundary memory accessDaniel Stenberg2015-04-211-5/+7
* ConnectionExists: for NTLM re-use, require credentials to matchDaniel Stenberg2015-04-211-1/+1
* openssl: add OPENSSL_NO_SSL3_METHOD checkbyronhe2015-04-211-0/+5
* CURLOPT_HEADERFUNCTION.3: match parameter name in synopsis and descDaniel Stenberg2015-04-201-1/+1
* configure --with-nss: remove unneeded libs from the fallbackMostyn Bramley-Moore2015-04-201-1/+1
* contributors.sh: fix help output, filter out (-prefix from namesDaniel Stenberg2015-04-201-3/+4
* RELEASE-NOTES: synced with cc0e7ebc3be0Daniel Stenberg2015-04-201-2/+13
* CURLMOPT_TIMERFUNCTION.3: Clarify, add an exampleMichael Stapelberg2015-04-191-9/+47
* vtls/openssl: use https in URLs and a comment typo fixedViktor Szakáts2015-04-191-8/+8
* curl_version_info.3: fixed the 'protocols' variable typeDaniel Stenberg2015-04-181-2/+2
* test1423: added missing "file" to server sectionDan Fandrich2015-04-181-0/+1
* TheArtOfHttpScripting: Multiple URLs + Multiple HTTP methodsDaniel Stenberg2015-04-171-3/+54