Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix regression in pre-connected socket setting. | Werner Koch | 2012-09-21 | 1 | -0/+1 |
| | | | | | | | | | | | * src/socket.c (ssh_socket_pollcallback): Factor some code out to ... (ssh_socket_set_connecting): New. * include/libssh/socket.h (ssh_socket_set_connecting): Add prototype. * src/client.c (ssh_connect): Use new function for a socket set by SSH_OPTIONS_FD. Signed-off-by: Werner Koch <wk@gnupg.org> Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | Implement ssh_blocking_flush() | Aris Adamantiadis | 2011-03-23 | 1 | -0/+1 |
| | | | | | Based on code from Jan Willamowius (cherry picked from commit dff4e4e6d3a56123b00df48fdcd7a6de0a275aef) | ||||
* | Fix double-connect testcase | Aris Adamantiadis | 2011-01-15 | 1 | -0/+1 |
| | |||||
* | socket: Fixed ssh_socket_fd_set prototype. | Andreas Schneider | 2010-12-30 | 1 | -1/+1 |
| | |||||
* | Fixed outgoing flow control + writes behaviours | Aris Adamantiadis | 2010-09-26 | 1 | -2/+2 |
| | |||||
* | Continue removing old flushing code | Aris Adamantiadis | 2010-07-23 | 1 | -5/+0 |
| | |||||
* | Removed obsolete socket functions | Aris Adamantiadis | 2010-07-23 | 1 | -2/+2 |
| | |||||
* | Removed dead code in socket.c | Aris Adamantiadis | 2010-07-07 | 1 | -3/+2 |
| | |||||
* | socket: Fixed prototype of ssh_socket_pollcallback(). | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | poll: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | ssh_socket support for 2 fd + Proxyhost command | Aris Adamantiadis | 2010-05-09 | 1 | -3/+8 |
| | |||||
* | struct socket -> struct ssh_socket_struct +typedef | Aris Adamantiadis | 2009-12-06 | 1 | -28/+30 |
| | |||||
* | Socket connect callback working... | Aris Adamantiadis | 2009-11-30 | 1 | -0/+1 |
| | | | | | Still need to make sure the connect syscall is correctly called | ||||
* | Some brain surgery to add event-based sockets | Aris Adamantiadis | 2009-11-30 | 1 | -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.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+55 |