Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-25 | 1 | -1/+4 |
| | | | | | | | | 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. (cherry picked from commit 59f7647cd97c62ab7a26725e5a166dcb54b27bc6) | ||||
* | connect: Set timeout on connect | Oliver Stöneberg | 2011-05-17 | 1 | -3/+1 |
| | | | | | | This also fixes error handling in ssh_poll_ctx_dopoll() and ssh_handle_packets(), so it won't loop forever on an actual timeout. (cherry picked from commit 671a9827394714cfc90d75c8a8fb2ccd86f80abf) | ||||
* | poll: Removed WSAPoll() support. | Oliver Stöneberg | 2011-05-17 | 1 | -43/+0 |
| | | | | | It was causing too many issues and the poll emulation is quite stable. (cherry picked from commit f4f4ce37f058748489b195e976b577465864e914) | ||||
* | [poll] avoid infinite loop in ssh_poll_ctx_free() | milo | 2011-05-02 | 1 | -2/+7 |
| | | | | (cherry picked from commit 809254160308289fdcddf8a5eabad0c85a35bce7) | ||||
* | poll: Fix poll input events. | Andreas Schneider | 2011-04-15 | 1 | -1/+2 |
| | | | | bug#38 | ||||
* | poll: Use WSAPoll() on Windows. | Andreas Schneider | 2011-02-09 | 1 | -1/+3 |
| | |||||
* | Revert "poll: Remove obsolete win_poll functions." | Andreas Schneider | 2011-02-09 | 1 | -0/+8 |
| | | | | This reverts commit c950ed3b4c2c9a84ae9e94ffc81eb815249f81cb. | ||||
* | poll: Remove obsolete win_poll functions. | Andreas Schneider | 2011-02-09 | 1 | -8/+0 |
| | | | | Thanks for the hint Milo ;) | ||||
* | poll: Ensure that the poll handle and ctx is zeroed. | Andreas Schneider | 2011-01-03 | 1 | -19/+24 |
| | |||||
* | poll: Fixed a build warning on Windows. | Andreas Schneider | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Removed the global poll ctx in fav. of /session ctx | Aris Adamantiadis | 2010-10-12 | 1 | -29/+14 |
| | |||||
* | misc: Rename libssh/ to src/ | Andreas Schneider | 2010-09-06 | 1 | -0/+692 |