Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | crypt: Rename to packet_crypt. | Andreas Schneider | 2011-09-18 | 1 | -0/+2 |
| | |||||
* | Removed the global poll ctx in fav. of /session ctx | Aris Adamantiadis | 2010-10-12 | 1 | -3/+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: Added a cleanup function to free the ws2_32 library. | Andreas Schneider | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | Added runtime detection of WSAPoll(). | Andreas Schneider | 2010-05-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Andreas Schneider <mail@cynapses.org> | ||||
* | Some grammarnazi things + fix int->socket_t | Aris Adamantiadis | 2010-05-10 | 1 | -3/+4 |
| | |||||
* | Added a select(2) based poll-emulation if poll(2) is not available. | Andreas Schneider | 2010-04-04 | 1 | -1/+15 |
| | |||||
* | Added a global poll context | Aris Adamantiadis | 2009-12-11 | 1 | -1/+2 |
| | |||||
* | 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/+2 |
| | | | | | | | | | | 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 | ||||
* | 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 |