summaryrefslogtreecommitdiffstats
path: root/src/connect.c
Commit message (Expand)AuthorAgeFilesLines
* connect: Don't leak the addressinfo on error.Andreas Schneider2012-10-121-0/+1
* connect: Don't leak the file descriptor on error.Andreas Schneider2012-10-121-0/+1
* connect: Fix a build warning.Andreas Schneider2012-07-171-1/+1
* socket: Move socket function to right location.Andreas Schneider2011-09-181-23/+3
* ssh_select converted to ssh_event, and bugfix to ssh_channel_selectAris Adamantiadis2011-09-021-110/+57
* connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider2011-02-121-58/+8
* ssh_connect_host_nonblocking returns SSH_EINTR, not E_INTR, so update documen...Bernhard R. Link2011-02-121-1/+1
* Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis2011-01-221-13/+16
* connect: Added and improved regex for ip detection.Andreas Schneider2010-12-291-1/+1
* connect: Added missing $ in IPREGEX.Andreas Schneider2010-12-291-1/+1
* connect: Use a better IP regex.Andreas Schneider2010-12-281-1/+3
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-1/+1
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+600