| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | socket: Check if socket (non)blocking is working. | Andreas Schneider | 2013-06-17 | 1 | -2/+2 |
| | | |||||
| * | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 1 | -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 Schneider | 2011-09-18 | 1 | -0/+2 |
| | | |||||
| * | Implement ssh_blocking_flush() | Aris Adamantiadis | 2011-03-22 | 1 | -0/+1 |
| | | | | | Based on code from Jan Willamowius | ||||
| * | 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 |
