summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* smb.h: fixed picky compiler warningDaniel Stenberg2014-11-291-1/+1
* smb: Added SMB protocol and port definitionsBill Nagel2014-11-291-0/+3
* smb: Added internal SMB definitions and structuresBill Nagel2014-11-292-0/+214
* smb: Added SMB connection structureBill Nagel2014-11-291-0/+22
* smb: Added initial source files for SMBBill Nagel2014-11-294-2/+61
* http.c: Fixed compilation warnings from features being disabledSteve Holme2014-11-271-5/+11
* smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()Steve Holme2014-11-262-7/+5
* smtp: Added support for the conversion of Unix newlines during mail sendSteve Holme2014-11-262-18/+29
* select.c: fix compilation for VxWorksDaniel Stenberg2014-11-251-0/+4
* SSL: Add PEM format support for public key pinningmoparisthebest2014-11-242-12/+104
* multi.c: Fixed compilation warnings when no verbose string supportSteve Holme2014-11-231-4/+8
* 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
* http.c: log if it notices HTTP 1.1 after a upgrade to http2Daniel Stenberg2014-11-201-0/+6
* http: Disable pipelining for HTTP/2 and upgraded connectionsTatsuhiro Tsujikawa2014-11-201-0/+10
* conncache: Fixed specifiers in infof() for long and size_t variablesSteve Holme2014-11-191-5/+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-191-10/+10
* build: in Makefile.m32 simplify platform flags.Guenter Knauf2014-11-191-8/+6
* build: in Makefile.m32 try to detect 64bit target.Guenter Knauf2014-11-191-2/+7
* 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-181-0/+2
* 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-181-2/+7
* 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
* easy.c: Fixed compilation warning when no verbose string supportSteve Holme2014-11-161-0/+4
* win32: Updated some legacy APIs to use the newer extended versionsSteve Holme2014-11-163-4/+22
* config-win32: Introduce build targets for VS2012+Steve Holme2014-11-161-14/+31
* sasl_sspi: Fixed compilation warnings when no verbose string supportSteve Holme2014-11-161-1/+5
* sasl_sspi: Added base64 decoding debug failure messagesSteve Holme2014-11-161-3/+12
* ntlm: Moved the SSPI based Type-3 message generation into the SASL moduleSteve Holme2014-11-162-69/+53
* ntlm: Moved the SSPI based Type-2 message decoding into the SASL moduleSteve Holme2014-11-162-13/+26
* ntlm: Moved the SSPI based Type-1 message generation into the SASL moduleSteve Holme2014-11-162-100/+88
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-169-21/+21
* http2: Don't send Upgrade headers when we already do HTTP/2Tatsuhiro Tsujikawa2014-11-151-0/+1
* sasl: Corrected Curl_sasl_build_spn() function descriptionSteve Holme2014-11-152-2/+2
* urldata: Don't define sec_complete when no GSS-API support presentSteve Holme2014-11-151-1/+1
* docs: Use consistent naming for KerberosMichael Osipov2014-11-151-2/+2