aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22connect: Fix a build warning on Windows.Andreas Schneider1-7/+12
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-17/+7
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-10/+10
2013-06-18connect: Use the correct close function.Andreas Schneider1-1/+1
2013-06-18connect: Correctly fail in ssh_connect_host_nonblocking().Andreas Schneider1-0/+2
2013-06-17socket: Check if socket (non)blocking is working.Andreas Schneider1-3/+22
2013-06-17connect: Check return value of getsockopt().Andreas Schneider1-3/+4
2012-10-12connect: Don't leak the addressinfo on error.Andreas Schneider1-0/+1
2012-10-12connect: Don't leak the file descriptor on error.Andreas Schneider1-0/+1
2012-07-17connect: Fix a build warning.Andreas Schneider1-1/+1
2011-09-18socket: Move socket function to right location.Andreas Schneider1-23/+3
2011-09-02ssh_select converted to ssh_event, and bugfix to ssh_channel_selectAris Adamantiadis1-110/+57
2011-02-12connect: Use ssh_is_ipaddr instead of regex.Andreas Schneider1-58/+8
2011-02-12ssh_connect_host_nonblocking returns SSH_EINTR, not E_INTR, so update documen...Bernhard R. Link1-1/+1
2011-01-22Fix problem with ssh_connect w/ timeout &fd > 1024Aris Adamantiadis1-13/+16
2010-12-29connect: Added and improved regex for ip detection.Andreas Schneider1-1/+1
2010-12-29connect: Added missing $ in IPREGEX.Andreas Schneider1-1/+1
2010-12-28connect: Use a better IP regex.Andreas Schneider1-1/+3
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-1/+1
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+600