Commit History

Author SHA1 Message Date
  Daniel Stenberg 9bc897f380 Andre Guibert de Bruet improved the libssh2 error code translation 14 years ago
  Daniel Stenberg d17416190b ssh_statemach_act() is now modified to loop over the switch() to perform as 14 years ago
  Yang Tse 3184a91ec8 VMS specific preprocessor symbol checking adjustments 14 years ago
  Yang Tse 59939313f8 Make usage of calloc()'s arguments consistent with rest of code base 15 years ago
  Daniel Stenberg a76f4ab7dd - Liza Alenchery mentioned a problem with re-used SCP connection when a bad 15 years ago
  Daniel Stenberg 86cec97b22 - Fixed memory leak in the SCP/SFTP code as it never freed the knownhosts 15 years ago
  Kamil Dudka 66fcebdc9e - Implemented a protocol independent way to specify blocking direction, used by 15 years ago
  Yang Tse d006efebc0 fix compiler warning: conversion to 'size_t' from 'curl_off_t' may alter its value 15 years ago
  Daniel Stenberg 7a642c8bf1 - Daniel Johnson founded a flaw in the code convering sftp-errors to libcurl 15 years ago
  Gunter Knauf 2f6ff57d96 blocked sshkeycallback() with HAVE_LIBSSH2_KNOWNHOST_API to avoid compiler warnings. 15 years ago
  Daniel Stenberg 47c392e135 - Added CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION, CURLOPT_SSH_KEYDATA. 15 years ago
  Dan Fandrich a9a89c604a Fixed a compiler warning. 15 years ago
  Yang Tse 2c16681225 Adjusted to take in account that... 15 years ago
  Gunter Knauf 1bb68cbcfa changed ssh.c to use HAVE_LIBSSH2_SESSION_BLOCK_DIRECTION define provided by libssh2.h; removed related define block from ssh.h. 15 years ago
  Daniel Stenberg 3aa3d7e629 Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and 15 years ago
  Daniel Stenberg e01b7c1ede - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim 15 years ago
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 years ago
  Yang Tse 9cc6ab3922 use HAVE_LIMITS_H symbol to protect limits.h inclusion 15 years ago
  Gunter Knauf 122b0bfe82 silent 'unused' warnings. 16 years ago
  Daniel Stenberg eab8c0d754 libssh2_sftp_seek2 was just renamed to libssh2_sftp_seek64 ... 16 years ago
  Daniel Stenberg 7ffe62d901 - Given a recent enough libssh2, libcurl can now seek/resume with SFTP even 16 years ago
  Daniel Stenberg 460459e8db oops, removing debug output that wasn't supposed to be there 16 years ago
  Daniel Stenberg 07416b61e3 - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl 16 years ago
  Daniel Stenberg 03ca98b0df - SCP and SFTP with the multi interface had the same flaw: the 'DONE' 16 years ago
  Daniel Stenberg 008b848dcc - libssh2_sftp_last_error() was wrongly used at some places in libcurl which 16 years ago
  Yang Tse c036f6ae2d Adjust some libssh2 preprocessor symbol definition checks 16 years ago
  Daniel Stenberg 53a8a6e5a6 - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19 16 years ago
  Dan Fandrich bab5183820 Created Curl_raw_nequal() which does a C-locale string case comparison. 16 years ago
  Dan Fandrich 7fc4e8af0a Changed some arrays of char* to arrays of char[] to reduce data size and 16 years ago
  Dan Fandrich 7ff38c14a9 Fixed some problems with SFTP range support to fix test cases 634 through 637. 16 years ago