summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix comment edit in vms/backup_gnv_curl_src.comJohn Malmberg2014-12-221-3/+3
* curl: show size of inhibited data when using -vDaniel Stenberg2014-12-221-1/+1
* openssl: fix SSL/TLS versions in verbose outputDaniel Stenberg2014-12-221-9/+32
* openssl: make it compile against openssl 1.1.0-DEV master branchDaniel Stenberg2014-12-221-2/+11
* sshserver.pl: clarify and streamline variable namesMarc Hoersken2014-12-221-6/+7
* openssl: warn for SRP set if SSLv3 is used, not for TLS versionDaniel Stenberg2014-12-211-5/+5
* smb: use memcpy() instead of strncpy()Daniel Stenberg2014-12-211-1/+1
* VMS: Updates for 0740-0D1220John E. Malmberg2014-12-219-265/+273
* sockfilt.c: use non-Ex functions that are available before WinXPMarc Hoersken2014-12-211-2/+10
* tests: use Cygwin-style paths in SSH, SSHD and SFTP config filesMarc Hoersken2014-12-211-7/+37
* tests: support spaces in paths to SSH, SSHD and SFTP binariesMarc Hoersken2014-12-213-15/+15
* non-ascii: Reduce variable usageSteve Holme2014-12-201-3/+1
* non-ascii: Prefer while loop rather than a do loopSteve Holme2014-12-201-6/+6
* non-ascii: Reduce variable scopeSteve Holme2014-12-201-9/+6
* non-ascii: We prefer 'CURLcode result'Steve Holme2014-12-191-19/+19
* secureserver.pl: clean up formatting of config and fix verbose outputMarc Hoersken2014-12-191-18/+21
* secureserver.pl: update Windows detection and fix path conversionMarc Hoersken2014-12-191-2/+14
* secureserver.pl: make OpenSSL CApath and cert absolute path valuesMarc Hoersken2014-12-191-2/+6
* if2ip: dummy scope parameter for Curl_if2ip() call in SIOCGIFADDR-enabled code.Patrick Monnerat2014-12-181-1/+1
* parseurlandfillconn(): fix improper non-numeric scope_id stripping.Kyle J. McKay2014-12-171-3/+3
* IPV6: address scope != scope idPatrick Monnerat2014-12-169-29/+84
* connect: singleipconnect(): properly try other address families after failurePatrick Monnerat2014-12-161-1/+1
* SFTP: work-around servers that return zero size on STATDaniel Stenberg2014-12-161-1/+5
* glob_next_url: make the loop count upwardsDaniel Stenberg2014-12-161-2/+2
* tool_operate: we prefer 'CURLcode result'Daniel Stenberg2014-12-162-86/+86
* tool_urlglob: unify return codes to use CURLcodeDaniel Stenberg2014-12-163-41/+38
* tool_urlglob.c: partly reverse dc19789444Daniel Stenberg2014-12-161-3/+3
* KNOWN_BUGS: the SFTP code doesn't support CURLINFO_FILETIMEDaniel Stenberg2014-12-151-0/+3
* opts: Warn CURLOPT_TIMEOUT overrides when set after CURLOPT_TIMEOUT_MSJay Satiro2014-12-151-0/+3
* darwinssl: fix incorrect usage of aprintf()Nick Zitzmann2014-12-151-1/+1
* copyright: Updated the copyright year following recent updatesSteve Holme2014-12-144-4/+4
* tool_urlglob.c: reverse two loopsDaniel Stenberg2014-12-141-10/+8
* tool_urlglob.c: Added braces to clarify the conditionsMarc Hoersken2014-12-141-2/+2
* tool_urlglob.c: Silence warning C6293: Ill-defined for-loopMarc Hoersken2014-12-141-2/+2
* tool_binmode.c: Explicitly ignore the return code of setmodeMarc Hoersken2014-12-141-1/+1
* lib: Fixed multiple code analysis warnings if SAL are availableMarc Hoersken2014-12-142-3/+33
* smb.c: Fixed code analysis warningSteve Holme2014-12-141-1/+1
* tool_util.c: Use GetTickCount64 if it is availableMarc Hoersken2014-12-141-1/+10
* smb: Use HAVE_PROCESS_H for process.h inclusionSteve Holme2014-12-141-1/+1
* darwinssl: aprintf() to allocate the session keyDaniel Stenberg2014-12-141-5/+4
* curl_schannel: Improvements to memory re-allocation strategyMarc Hoersken2014-12-142-17/+42
* asyn-ares: We prefer use of 'CURLcode result'Steve Holme2014-12-141-8/+8
* curl_schannel.c: Data may be available before connection shutdownMarc Hoersken2014-12-141-2/+3
* http2: Use 'CURLcode result' for curl result codesSteve Holme2014-12-141-15/+14
* asyn-thread: We prefer 'CURLcode result'Steve Holme2014-12-141-10/+12
* smb: Fixed unnecessary initialisation of struct member variablesSteve Holme2014-12-141-3/+0
* ntlm: Fixed return code for bad type-2 Target InfoSteve Holme2014-12-141-1/+1
* ntlm: Remove unnecessary casts in readshort_le()Steve Holme2014-12-141-2/+2
* curl_ntlm_msgs.c: Another attempt to fix compilation warningSteve Holme2014-12-131-2/+2
* synctime.c: added own user-agent string.Guenter Knauf2014-12-131-4/+3