| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
