aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-30libcurl: Enable support for the SMB protocolBill Nagel
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Renamed SMB command message variables to avoid compiler warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb.c: Fixed compilation warningsSteve Holme
2014-11-30smb: Added initial SMB functionalityBill Nagel
2014-11-30smb: Added SMB handler interfacesBill Nagel
2014-11-30transfer: Code style policingSteve Holme
2014-11-30transfer: Fixed existing scratch buffer being checked for NULL twiceSteve Holme
2014-11-30smtp: Fixed dot stuffing being performed when no new data readSteve Holme
2014-11-29smb.h: fixed picky compiler warningDaniel Stenberg
2014-11-29smb: Added SMB protocol and port definitionsBill Nagel
2014-11-29smb: Added internal SMB definitions and structuresBill Nagel
2014-11-29smb: Added SMB connection structureBill Nagel
2014-11-29smb: Added initial source files for SMBBill Nagel
2014-11-27http.c: Fixed compilation warnings from features being disabledSteve Holme
2014-11-26smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()Steve Holme
2014-11-26smtp: Added support for the conversion of Unix newlines during mail sendSteve Holme
2014-11-25select.c: fix compilation for VxWorksDaniel Stenberg
2014-11-24SSL: Add PEM format support for public key pinningmoparisthebest
2014-11-23multi.c: Fixed compilation warnings when no verbose string supportSteve Holme
2014-11-23sasl: Tidied up some parameter commentsSteve Holme
2014-11-23sasl: Reduced the need for two sets of NTLM functionsSteve Holme
2014-11-23ntlm: Moved NSS initialisation to base decode functionSteve Holme
2014-11-23http_ntlm: Fixed additional NSS initialisation call when decoding type-2Steve Holme
2014-11-23ntlm: Fixed static'ness of local decode functionSteve Holme
2014-11-23ntlm: Corrected some parameter names and commentsSteve Holme
2014-11-20http.c: log if it notices HTTP 1.1 after a upgrade to http2Daniel Stenberg
2014-11-20http: Disable pipelining for HTTP/2 and upgraded connectionsTatsuhiro Tsujikawa
2014-11-19conncache: Fixed specifiers in infof() for long and size_t variablesSteve Holme
2014-11-19multi: inform about closed sockets before they are closedJon Spencer
2014-11-19build: in Makefile.m32 moved target autodetection.Guenter Knauf
2014-11-19build: in Makefile.m32 simplify platform flags.Guenter Knauf
2014-11-19build: in Makefile.m32 try to detect 64bit target.Guenter Knauf
2014-11-18debug: added new connection cache output, plus fixupsCarlo Wood
2014-11-18multi: move the ending condition into the loop as wellDaniel Stenberg
2014-11-18multi: Prefer we don't use CURLE_OK and NULL in comparisonsSteve Holme
2014-11-18multi_runsingle: use 'result' for local CURLcode storageDaniel Stenberg
2014-11-18multi_runsingle: rename result to rcDaniel Stenberg
2014-11-18multi: make multi_runsingle loop internallyDaniel Stenberg
2014-11-18multi: when leaving for timeout, close accordinglyCarlo Wood
2014-11-18build: in Makefile.m32 add -m32 flag for 32bit.Guenter Knauf
2014-11-18mk-ca-bundle.vbs: update copyright year.Guenter Knauf
2014-11-18build: in Makefile.m32 pass -F flag to windres.Guenter Knauf
2014-11-17config-win32: Fixed build targets for the VS2012+ Windows XP toolsetSteve Holme
2014-11-16sasl_sspi: Removed note about the NTLM functions being a wrapperSteve Holme
2014-11-16connect.c: Fixed compilation warning when no verbose string supportSteve Holme
2014-11-16easy.c: Fixed compilation warning when no verbose string supportSteve Holme
2014-11-16win32: Updated some legacy APIs to use the newer extended versionsSteve Holme