aboutsummaryrefslogtreecommitdiff
path: root/src/connect.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Add a NODELAY optionAlberto Aguirre1-0/+19
2016-10-22Remove extra newlines from log/error messagesPino Toscano1-3/+3
2015-01-14connect: Fix a memory leak.Andreas Schneider1-0/+1
2015-01-06connect: Fix mingw build.Andreas Schneider1-0/+4
2014-12-25connect: Check that errno is 0 to fix Windows build.Andreas Schneider1-1/+2
2014-10-15connect: Do not fail if the connect is in progress.Andreas Schneider1-1/+1
2014-10-12Check return code of connect(2).William Orr1-1/+9
2014-01-23doc: Document the unit for ssh_select() timeout.Andreas Schneider1-1/+1
2014-01-07update copyright informationAris Adamantiadis1-1/+1
2013-10-31connect: fix memory leak in ssh_selectJon Simons1-2/+9
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