summaryrefslogtreecommitdiffstats
path: root/include/libssh/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ssh_get_poll_flags()Colin Walters2013-11-091-0/+1
| | | | | | | | | | For integration with an external mainloop, we need to know how to replicate libssh's internal poll() calls. We originally through ssh_get_status() was that API, but it's not really - those flags only get updated from the *result* of a poll(), where what we really need is to know how libssh would *start* a poll(). Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* socket: Check if socket (non)blocking is working.Andreas Schneider2013-06-171-2/+2
|
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
| | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
* socket: Move socket function to right location.Andreas Schneider2011-09-181-0/+2
|
* Implement ssh_blocking_flush()Aris Adamantiadis2011-03-221-0/+1
| | | | Based on code from Jan Willamowius
* Fix double-connect testcaseAris Adamantiadis2011-01-151-0/+1
|
* socket: Fixed ssh_socket_fd_set prototype.Andreas Schneider2010-12-301-1/+1
|
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-2/+2
|
* Continue removing old flushing codeAris Adamantiadis2010-07-231-5/+0
|
* Removed obsolete socket functionsAris Adamantiadis2010-07-231-2/+2
|
* Removed dead code in socket.cAris Adamantiadis2010-07-071-3/+2
|
* socket: Fixed prototype of ssh_socket_pollcallback().Andreas Schneider2010-06-171-1/+1
|
* poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-05-171-0/+1
|
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-091-3/+8
|
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-28/+30
|
* Socket connect callback working...Aris Adamantiadis2009-11-301-0/+1
| | | | | Still need to make sure the connect syscall is correctly called
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-301-0/+7
| | | | | | | | | | chapter 1- SSH Socket Connections. I would like to be able to -Have a ssh_poll_ctx object -Add a ssh socket over it -launch the socket connection (using socket functions) -ssh_poll_ctx_dopoll() -Wait for the timeout or have the "connected" callback called
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+55