Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | poll: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-08-25 | 1 | -0/+1 |
| | |||||
* | poll: Added poll constants for Windows. | Andreas Schneider | 2010-07-09 | 1 | -2/+40 |
| | | | | | WSAPoll uses different constanst values as the POSIX implementation, what else ... | ||||
* | poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET. | Andreas Schneider | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | Added runtime detection of WSAPoll(). | Andreas Schneider | 2010-05-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Added a select(2) based poll-emulation if poll(2) is not available. | Andreas Schneider | 2010-05-12 | 1 | -1/+15 |
| | |||||
* | Update structures name to new convention | Aris Adamantiadis | 2009-11-06 | 1 | -17/+17 |
| | | | | | SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx | ||||
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+41 |
| | |||||
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+61 |