aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/socket.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Add ssh_get_poll_flags()Colin Walters1-0/+1
2013-06-17socket: Check if socket (non)blocking is working.Andreas Schneider1-2/+2
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2011-09-18socket: Move socket function to right location.Andreas Schneider1-0/+2
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis1-0/+1
2011-01-15Fix double-connect testcaseAris Adamantiadis1-0/+1
2010-12-30socket: Fixed ssh_socket_fd_set prototype.Andreas Schneider1-1/+1
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-2/+2
2010-07-23Continue removing old flushing codeAris Adamantiadis1-5/+0
2010-07-23Removed obsolete socket functionsAris Adamantiadis1-2/+2
2010-07-07Removed dead code in socket.cAris Adamantiadis1-3/+2
2010-06-17socket: Fixed prototype of ssh_socket_pollcallback().Andreas Schneider1-1/+1
2010-05-17poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider1-0/+1
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-3/+8
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-28/+30
2009-11-30Socket connect callback working...Aris Adamantiadis1-0/+1
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis1-0/+7
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+55