Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a global poll context | Aris Adamantiadis | 2009-12-11 | 1 | -0/+31 |
* | struct socket -> struct ssh_socket_struct +typedef | Aris Adamantiadis | 2009-12-06 | 1 | -1/+1 |
* | Some brain surgery to add event-based sockets | Aris Adamantiadis | 2009-11-30 | 1 | -0/+32 |
* | Always use the poll-emulation on Windows. | Andreas Schneider | 2009-11-09 | 1 | -1/+2 |
* | Update structures name to new convention | Aris Adamantiadis | 2009-11-06 | 1 | -28/+28 |
* | Fixed including of config.h. | Andreas Schneider | 2009-09-25 | 1 | -1/+2 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+1 |
* | Fix poll sturct, ISO C doesn't allow unnamed unions. | Andreas Schneider | 2009-08-25 | 1 | -13/+13 |
* | Fix typedef collisons on Solaris. | Andreas Schneider | 2009-08-25 | 1 | -9/+9 |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -0/+1 |
* | Fix build on windows, missing include. | Andreas Schneider | 2009-07-13 | 1 | -0/+2 |
* | Fixed copyright notices | Aris Adamantiadis | 2009-07-13 | 1 | -1/+2 |
* | fix int -> socket_t in SSH_POLL | Aris Adamantiadis | 2009-07-04 | 1 | -1/+1 |
* | Move doxygen tags into C files | Aris Adamantiadis | 2009-07-04 | 1 | -1/+114 |
* | Add a generic way to handle sockets asynchronously. | Aleksandar Kanchev | 2009-07-03 | 1 | -0/+226 |
* | Make use of poll() and add a poll-emulation for win32. | Andreas Schneider | 2009-06-04 | 1 | -0/+204 |