summaryrefslogtreecommitdiffstats
path: root/src/connect.c
Commit message (Expand)AuthorAgeFilesLines
* connect: fix memory leak in ssh_selectJon Simons2013-10-311-2/+9
* connect: Fix a build warning on Windows.Andreas Schneider2013-07-221-7/+12
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-17/+7
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-10/+10
* connect: Use the correct close function.Andreas Schneider2013-06-181-1/+1
* connect: Correctly fail in ssh_connect_host_nonblocking().Andreas Schneider2013-06-181-0/+2
* socket: Check if socket (non)blocking is working.Andreas Schneider2013-06-171-3/+22
* connect: Check return value of getsockopt().Andreas Schneider2013-06-171-3/+4
* 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