| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 222a0d78ca5c272ea109e847d62cf12674dd875f)
|
|
|
|
|
|
|
| |
This code was weird in the first place. I suspect my change will break something else
(probably the appcode that needed it). ssh_poll_ctx_free is not a good
place to send exception callbacks imho.
(cherry picked from commit b5351f2809140921076ef54cc6092b543b5199d2)
|
|
|
|
|
|
|
|
|
| |
We need this that we don't end up in and infinite poll loop.
(cherry picked from commit 563fbe4de8ee090b40b50415a86f9a3da16f46b0)
Conflicts:
src/poll.c
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
It was causing too many issues and the poll emulation is quite stable.
(cherry picked from commit f4f4ce37f058748489b195e976b577465864e914)
|
|
|
|
| |
(cherry picked from commit 809254160308289fdcddf8a5eabad0c85a35bce7)
|
|
|
|
| |
bug#38
|
| |
|
|
|
|
| |
This reverts commit c950ed3b4c2c9a84ae9e94ffc81eb815249f81cb.
|
|
|
|
| |
Thanks for the hint Milo ;)
|
| |
|
| |
|
| |
|
|
|