aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
2014-12-26ip2ip.c: Fixed compilation warning when IPv6 Scope ID not supportedSteve Holme
2014-12-26vtls: Don't set cert info count until memory allocation is successfulSteve Holme
2014-12-26vtls: Use CURLcode for Curl_ssl_init_certinfo() return typeSteve Holme
2014-12-26configure: Use camel case for UNIX sockets feature outputSteve Holme
2014-12-26sockfilt.c: Reduce the number of individual memory allocationsMarc Hoersken
2014-12-26sockfilt.c: Replace 100ms sleep with thread throttleMarc Hoersken
2014-12-25tool_help: Use camel case for UNIX sockets feature outputSteve Holme
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-25tool_xattr: Use 'CURLcode result' for curl result codesSteve Holme
2014-12-24curl_ntlm_core.c: Fixed compilation warningsSteve Holme
2014-12-24RELEASE-NOTES: Synced with 8830df8b66Steve 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-24build: Removed WIN32 definition from the Visual Studio projectsSteve Holme
2014-12-24build: Removed WIN64 definition from the libcurl Visual Studio projectsSteve Holme
2014-12-23openssl.c Fix for compilation errors with older versions of OpenSSLSteve Holme
2014-12-22Fix comment edit in vms/backup_gnv_curl_src.comJohn Malmberg
2014-12-22curl: show size of inhibited data when using -vDaniel Stenberg
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-22sshserver.pl: clarify and streamline variable namesMarc Hoersken
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-21sockfilt.c: use non-Ex functions that are available before WinXPMarc Hoersken
2014-12-21tests: use Cygwin-style paths in SSH, SSHD and SFTP config filesMarc Hoersken
2014-12-21tests: support spaces in paths to SSH, SSHD and SFTP binariesMarc Hoersken
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-19secureserver.pl: clean up formatting of config and fix verbose outputMarc Hoersken
2014-12-19secureserver.pl: update Windows detection and fix path conversionMarc Hoersken
2014-12-19secureserver.pl: make OpenSSL CApath and cert absolute path valuesMarc Hoersken
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-16glob_next_url: make the loop count upwardsDaniel Stenberg
2014-12-16tool_operate: we prefer 'CURLcode result'Daniel Stenberg
2014-12-16tool_urlglob: unify return codes to use CURLcodeDaniel Stenberg