Commit History

Author SHA1 Message Date
  Daniel Stenberg 59cc0234e5 ssh: fix 'left' may be used uninitialized 7 years ago
  Daniel Stenberg f31760e63b ssh: ignore timeouts during disconnect 7 years ago
  Daniel Stenberg 31b39c40cf multi: use a fixed array of timers instead of malloc 7 years ago
  Daniel Stenberg eab6732fde ssh: fix compiler warning from e40e9d7f0de 7 years ago
  Daniel Stenberg e40e9d7f0d buffer: use data->set.buffer_size instead of BUFSIZE 7 years ago
  Marcel Raad e358a626f8 ssh: fix narrowing conversion warning 7 years ago
  Sylvestre Ledru 66de563482 Improve code readbility 7 years ago
  Jean Gressmann af30f1152d sftp: improved checks for create dir failures 7 years ago
  Daniel Stenberg f44cf7914f ssh: inhibit coverity warning with (void) 7 years ago
  Daniel Stenberg 1c3e8bbfed checksrc: warn for assignments within if() expressions 7 years ago
  Daniel Stenberg b228d2952b checksrc: stricter no-space-before-paren enforcement 7 years ago
  Alex Rousskov cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 7 years ago
  Daniel Stenberg 0649433da5 realloc: use Curl_saferealloc to avoid common mistakes 7 years ago
  Daniel Stenberg 50aded1cd4 ssh: check md5 fingerprints case insensitively (regression) 7 years ago
  Daniel Stenberg 811a693b80 strcasecompare: all case insensitive string compares ignore locale now 8 years ago
  Daniel Stenberg 502acba2af strcasecompare: is the new name for strequal() 8 years ago
  Daniel Stenberg ce8d09483e SSH: check md5 fingerprint case sensitively 8 years ago
  Daniel Stenberg 46133aa536 escape: avoid using curl_easy_unescape() internally 8 years ago
  Daniel Stenberg 8a6e89a9eb select: switch to macros in uppercase 8 years ago
  Jay Satiro 2c36cb1cbb http2: Remove incorrect comments 8 years ago
  Daniel Stenberg bde2f09d5e multi: make Curl_expire() work with 0 ms timeouts 8 years ago
  Daniel Stenberg 6655e30691 conn: don't free easy handle data in handler->disconnect 8 years ago
  Daniel Stenberg b6ddc0ac07 SFTP: set a generic error when no SFTP one exists... 8 years ago
  Daniel Stenberg 80388edefc typedefs: use the full structs in internal code... 8 years ago
  Daniel Stenberg 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
  Daniel Stenberg ddf25f6b28 ssh: fix version number check typo 8 years ago
  Daniel Stenberg e51798d002 ssh: fix build for libssh2 before 1.2.6 8 years ago
  Daniel Stenberg 4f45240bc8 lib: include curl_printf.h as one of the last headers 8 years ago
  Daniel Stenberg a71012c03e code: style updates 8 years ago
  Daniel Stenberg 575e885db0 multi: turn Curl_done into file local multi_done 8 years ago