Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | session: Fix return code of ssh_blocking_flush(). | Andreas Schneider | 2011-05-28 | 1 | -2/+2 |
| | |||||
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-24 | 1 | -9/+22 |
| | | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard. | ||||
* | connect: Set timeout on connect | Oliver Stöneberg | 2011-05-17 | 1 | -1/+2 |
| | | | | | This also fixes error handling in ssh_poll_ctx_dopoll() and ssh_handle_packets(), so it won't loop forever on an actual timeout. | ||||
* | poll: Fix poll input events. | Andreas Schneider | 2011-04-15 | 1 | -1/+1 |
| | | | | bug#38 | ||||
* | Change session state after receiving a Disconnect | Aris Adamantiadis | 2011-03-28 | 1 | -0/+1 |
| | |||||
* | Implement ssh_blocking_flush() | Aris Adamantiadis | 2011-03-22 | 1 | -0/+25 |
| | | | | Based on code from Jan Willamowius | ||||
* | Reverse commit 076dfb82 for the server side | milo | 2011-02-10 | 1 | -0/+2 |
| | |||||
* | session: Added ssh_is_connected(). | Andreas Schneider | 2011-02-06 | 1 | -0/+15 |
| | |||||
* | session: Fixed possible uninitialized return of ret. | Andreas Schneider | 2011-02-05 | 1 | -1/+1 |
| | |||||
* | Use termination functions for event polling | Aris Adamantiadis | 2011-01-12 | 1 | -0/+37 |
| | |||||
* | Change blocking parameter to a flag | Aris Adamantiadis | 2011-01-10 | 1 | -3/+13 |
| | |||||
* | Fix connection callbacks called at wrong time | Aris Adamantiadis | 2011-01-10 | 1 | -1/+0 |
| | |||||
* | Fix leak when key exchange fails. | Aris Adamantiadis | 2011-01-09 | 1 | -0/+4 |
| | |||||
* | Added compression options and allow "yes/no" setting | Aris Adamantiadis | 2010-12-27 | 1 | -0/+1 |
| | | | | SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it. | ||||
* | Removed the global poll ctx in fav. of /session ctx | Aris Adamantiadis | 2010-10-12 | 1 | -1/+4 |
| | |||||
* | Fixed outgoing flow control + writes behaviours | Aris Adamantiadis | 2010-09-26 | 1 | -3/+3 |
| | |||||
* | session: Fixed a memory leak with session->bindaddr. | Andreas Schneider | 2010-09-07 | 1 | -0/+1 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+520 |