summaryrefslogtreecommitdiff
path: root/lib/ssh.c
Commit message (Expand)AuthorAgeFilesLines
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-1/+1
* compiler warning: fixYang Tse2011-05-231-2/+2
* compiler warning: fixYang Tse2011-05-231-1/+2
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+2
* SSH: set non-blocking earlierDaniel Stenberg2011-05-011-6/+11
* SSH: move knownhost logic to separate functionDaniel Stenberg2011-04-271-112/+126
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-12/+10
* SFTP: close file before postquoteDaniel Stenberg2011-04-201-9/+35
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-2/+0
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-7/+7
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-7/+9
* SSH: add protocol lock directionDaniel Stenberg2011-03-131-4/+11
* ssh_statemach_act: set cselect for sftp uploadDaniel Stenberg2011-03-131-0/+5
* SFTP: gracefully handle shutdown earlyDaniel Stenberg2011-03-131-4/+8
* sftp upload: expire to advance state machineDaniel Stenberg2011-03-121-0/+5
* ssh_connect: treat libssh2 return code betterDaniel Stenberg2011-02-261-2/+1
* SSH: speedcheck clobbered existing errorDaniel Stenberg2011-01-061-1/+3
* SSH: acknowledge speedcheckDaniel Stenberg2011-01-051-0/+6
* Curl_timeleft: s/conn/data in first argumentDaniel Stenberg2011-01-041-1/+1
* SSH: avoid PATH_MAX with allocDaniel Stenberg2011-01-031-4/+8
* SFTP: make pwd output result to header callbackDaniel Stenberg2011-01-011-5/+9
* ssh: honour the CURLINFO_FTP_ENTRY_PATH curl_getinfo optionLuke Amery2010-12-301-0/+3
* url: provide dead_connection flag in Curl_handler::disconnectKamil Dudka2010-12-061-4/+6
* ssh: fix a download resume point calculationYang Tse2010-12-061-5/+5
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-041-11/+8
* s/isspace/ISSPACEYang Tse2010-11-261-1/+1
* SSH: use libssh2_session_handshake()Daniel Stenberg2010-10-201-0/+7
* SSH: avoid using the libssh2_ prefixDaniel Stenberg2010-10-201-8/+9
* SFTP: more ignoring negative file sizesDaniel Stenberg2010-10-121-0/+5
* SFTP: avoid downloading negative sizes!Daniel Stenberg2010-09-301-2/+5
* build: fix libssh2_scp_send64() availabilityYang Tse2010-08-051-1/+1
* SCP: send large files properly with new enough libssh2Daniel Stenberg2010-08-041-3/+13
* ssh: Fix compile error on 64-bit systems.Ben Greear2010-07-211-1/+1
* SSH: corrected the inability to respect the timeoutDaniel Stenberg2010-06-021-8/+22
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-4/+4
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-12/+34
* Curl_setup_transfer: no longer returns anythingDaniel Stenberg2010-04-161-10/+8
* sftp range: remove unnecessary check for NULL pointerDaniel Stenberg2010-04-161-1/+1
* Fix compile warnings in ssh.cBen Greear2010-03-291-50/+87
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix compiler warningYang Tse2010-02-241-3/+3
* corected a comment and wrapped a few longish linesDaniel Stenberg2010-02-201-13/+18
* fix printf-style format stringsYang Tse2010-02-041-2/+3
* Andre Guibert de Bruet improved the libssh2 error code translationDaniel Stenberg2010-01-261-2/+30
* ssh_statemach_act() is now modified to loop over the switch() to perform asDaniel Stenberg2010-01-111-1464/+1469
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* - Liza Alenchery mentioned a problem with re-used SCP connection when a badDaniel Stenberg2009-10-301-0/+1