summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-2415-20/+242
* Revert "repository: ignore patch files generated by git"Kamil Dudka2014-11-241-1/+0
* multi.c: Fixed compilation warnings when no verbose string supportSteve Holme2014-11-231-4/+8
* RELEASE-NOTES: Synced with 1450712e76Steve Holme2014-11-231-4/+11
* sasl: Tidied up some parameter commentsSteve Holme2014-11-232-16/+15
* sasl: Reduced the need for two sets of NTLM functionsSteve Holme2014-11-233-123/+22
* ntlm: Moved NSS initialisation to base decode functionSteve Holme2014-11-232-14/+10
* http_ntlm: Fixed additional NSS initialisation call when decoding type-2Steve Holme2014-11-231-6/+0
* ntlm: Fixed static'ness of local decode functionSteve Holme2014-11-232-12/+6
* ntlm: Corrected some parameter names and commentsSteve Holme2014-11-231-10/+10
* runtests.pl: Re-aligned feature support commentsSteve Holme2014-11-221-34/+34
* runtests.pl: Use Kerberos and SPNEGO as proxies for the crypto featureSteve Holme2014-11-221-1/+8
* runtests.pl: Added support for SPNEGOSteve Holme2014-11-222-0/+16
* runtests.pl: Added Kerberos detectionSteve Holme2014-11-221-0/+15
* runtests.pl: Added GSS-API detectionSteve Holme2014-11-221-0/+15
* FILEFORMAT: Added SSPI, GSS-API and Kerberos to the features listSteve Holme2014-11-211-0/+3
* FILEFORMAT: Added test requires feature not present informationSteve Holme2014-11-211-2/+8
* http.c: log if it notices HTTP 1.1 after a upgrade to http2Daniel Stenberg2014-11-201-0/+6
* test1801: first real http2 test caseDaniel Stenberg2014-11-202-1/+67
* sws: initial tiny steps toward http2 supportDaniel Stenberg2014-11-201-1/+30
* FILEFORMAT: mention the new upgrade supportDaniel Stenberg2014-11-201-1/+2
* test1800: first plain-text http2 test caseDaniel Stenberg2014-11-204-0/+75
* http: Disable pipelining for HTTP/2 and upgraded connectionsTatsuhiro Tsujikawa2014-11-201-0/+10
* CURLOPT_POSTFIELDS.3: mention the COPYPOSTFIELDS optionBrad Harder2014-11-201-0/+2
* multi-uv.c: Updated for curl coding standardsSteve Holme2014-11-191-18/+19
* conncache: Fixed specifiers in infof() for long and size_t variablesSteve Holme2014-11-191-5/+6
* cmake: add Kerberos to the supported featuresPeter Wu2014-11-191-0/+2
* cmake: fix NTLM detection when CURL_DISABLE_HTTP definedPeter Wu2014-11-191-2/+2
* RELEASE-NOTES: synced with cb13fad733eDaniel Stenberg2014-11-191-6/+26
* examples: Wait recommended 100ms when no file descriptors are readyJay Satiro2014-11-199-72/+108
* multi-uv.c: close the file handle after downloadWaldek Kozba2014-11-191-0/+6
* multi: inform about closed sockets before they are closedJon Spencer2014-11-193-3/+4
* build: in Makefile.m32 moved target autodetection.Guenter Knauf2014-11-192-20/+20
* build: in Makefile.m32 simplify platform flags.Guenter Knauf2014-11-192-18/+14
* build: in Makefile.m32 try to detect 64bit target.Guenter Knauf2014-11-192-4/+14
* CMake: Simplify if() conditions on check result variablesBrad King2014-11-191-4/+4
* TODO-RELEASE: removedDaniel Stenberg2014-11-191-4/+0
* debug: added new connection cache output, plus fixupsCarlo Wood2014-11-183-3/+7
* multi: move the ending condition into the loop as wellDaniel Stenberg2014-11-181-12/+13
* multi: Prefer we don't use CURLE_OK and NULL in comparisonsSteve Holme2014-11-181-5/+6
* multi_runsingle: use 'result' for local CURLcode storageDaniel Stenberg2014-11-181-79/+79
* multi_runsingle: rename result to rcDaniel Stenberg2014-11-181-29/+29
* multi: make multi_runsingle loop internallyDaniel Stenberg2014-11-181-13/+6
* multi: when leaving for timeout, close accordinglyCarlo Wood2014-11-181-10/+13
* build: in Makefile.m32 add -m32 flag for 32bit.Guenter Knauf2014-11-182-0/+4
* mk-ca-bundle.vbs: update copyright year.Guenter Knauf2014-11-181-1/+1
* build: in Makefile.m32 pass -F flag to windres.Guenter Knauf2014-11-182-4/+15
* config-win32: Fixed build targets for the VS2012+ Windows XP toolsetSteve Holme2014-11-171-5/+18
* sasl_sspi: Removed note about the NTLM functions being a wrapperSteve Holme2014-11-161-3/+0
* connect.c: Fixed compilation warning when no verbose string supportSteve Holme2014-11-161-0/+5