aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-25vtls: Use bool for Curl_ssl_getsessionid() return typeSteve Holme
2014-12-25schannel: Minor code style policing for castsSteve Holme
2014-12-25schannel: Prefer 'CURLcode result' for curl result codesSteve Holme
2014-12-25cyassl: Prefer 'CURLcode result' for curl result codesSteve Holme
2014-12-24curl_ntlm_core.c: Fixed compilation warningsSteve Holme
2014-12-24gtls: Use preferred 'CURLcode result'Steve Holme
2014-12-24openldap: Use standard naming for setup connection functionSteve Holme
2014-12-24rtmp: Use standard naming for setup connection functionSteve Holme
2014-12-24smb: Use standard naming for setup connection functionSteve Holme
2014-12-24config-win32.h: Fixed line length > 79 columnsSteve Holme
2014-12-24openssl: Prefer we don't use NULL in comparisonsSteve Holme
2014-12-23openssl.c Fix for compilation errors with older versions of OpenSSLSteve Holme
2014-12-22openssl: fix SSL/TLS versions in verbose outputDaniel Stenberg
2014-12-22openssl: make it compile against openssl 1.1.0-DEV master branchDaniel Stenberg
2014-12-21openssl: warn for SRP set if SSLv3 is used, not for TLS versionDaniel Stenberg
2014-12-21smb: use memcpy() instead of strncpy()Daniel Stenberg
2014-12-21VMS: Updates for 0740-0D1220John E. Malmberg
2014-12-20non-ascii: Reduce variable usageSteve Holme
2014-12-20non-ascii: Prefer while loop rather than a do loopSteve Holme
2014-12-20non-ascii: Reduce variable scopeSteve Holme
2014-12-19non-ascii: We prefer 'CURLcode result'Steve Holme
2014-12-18if2ip: dummy scope parameter for Curl_if2ip() call in SIOCGIFADDR-enabled code.Patrick Monnerat
2014-12-17parseurlandfillconn(): fix improper non-numeric scope_id stripping.Kyle J. McKay
2014-12-16IPV6: address scope != scope idPatrick Monnerat
2014-12-16connect: singleipconnect(): properly try other address families after failurePatrick Monnerat
2014-12-16SFTP: work-around servers that return zero size on STATDaniel Stenberg
2014-12-15darwinssl: fix incorrect usage of aprintf()Nick Zitzmann
2014-12-14copyright: Updated the copyright year following recent updatesSteve Holme
2014-12-14lib: Fixed multiple code analysis warnings if SAL are availableMarc Hoersken
2014-12-14smb.c: Fixed code analysis warningSteve Holme
2014-12-14smb: Use HAVE_PROCESS_H for process.h inclusionSteve Holme
2014-12-14darwinssl: aprintf() to allocate the session keyDaniel Stenberg
2014-12-14curl_schannel: Improvements to memory re-allocation strategyMarc Hoersken
2014-12-14asyn-ares: We prefer use of 'CURLcode result'Steve Holme
2014-12-14curl_schannel.c: Data may be available before connection shutdownMarc Hoersken
2014-12-14http2: Use 'CURLcode result' for curl result codesSteve Holme
2014-12-14asyn-thread: We prefer 'CURLcode result'Steve Holme
2014-12-14smb: Fixed unnecessary initialisation of struct member variablesSteve Holme
2014-12-14ntlm: Fixed return code for bad type-2 Target InfoSteve Holme
2014-12-14ntlm: Remove unnecessary casts in readshort_le()Steve Holme
2014-12-13curl_ntlm_msgs.c: Another attempt to fix compilation warningSteve Holme
2014-12-13smb.c: Fixed line longer than 79 columnsSteve Holme
2014-12-13curl_ntlm_msgs.c: Fixed compilation warning from commit 783b5c3b11Steve Holme
2014-12-13mk-ca-bundle.pl: restored forced run again.Guenter Knauf
2014-12-13ftp.c: Fixed compilation warning when no verbose string supportSteve Holme
2014-12-13smb: Added state change functions to assist with debuggingSteve Holme
2014-12-13ntlm: Use short integer when decoding 16-bit valuesSteve Holme
2014-12-12smtp.c: Fixed compilation warningsSteve Holme
2014-12-12smb: Disable SMB when 64-bit integers are not supportedSteve Holme
2014-12-12ntlm: Disable NTLM v2 when 64-bit integers are not supportedSteve Holme