aboutsummaryrefslogtreecommitdiff
path: root/src/poll.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-27ssh_event_dopoll can also return SSH_AGAINTill Wimmer1-0/+1
2019-01-09poll: Return early for timeout and count every reventAndreas Schneider1-1/+5
2019-01-09poll: Do not generate SIGPIPE with recv() in bsd_poll()Andreas Schneider1-1/+6
2019-01-09poll: Improve checks for POLLHUP and POLLERRAndreas Schneider1-14/+55
2019-01-09poll: Zero (read|write|expect)fds in bsd_poll()Andreas Schneider1-0/+3
2019-01-09poll: Reformat bsd_poll()Andreas Schneider1-96/+112
2019-01-09poll: Fix size typeAndreas Schneider1-1/+1
2019-01-09poll: Reformat ssh_poll_ctx_dopoll()Andreas Schneider1-50/+55
2018-10-25socket: Undouble socket fdsSanne Raymaekers1-12/+10
2018-08-30poll: Fix size types in ssh_event_free()Andreas Schneider1-1/+1
2018-08-30poll: Reformat ssh_event_free()Andreas Schneider1-7/+10
2018-06-28Remove vim modelines from all filesAndreas Schneider1-4/+0
2018-04-10Fix ssh_event_add_session() when session socket has two pollhandlersMeng Tan1-5/+18
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis1-5/+33
2016-05-02events: Add functions for poll objectsAris Adamantiadis1-0/+27
2015-06-24misc: Correctly guard the sys/time.h includeAndreas Schneider1-1/+5
2015-04-02poll: Fix compilation with struct ssh_timestampAndreas Schneider1-1/+1
2015-02-23Locally restart ssh_poll() upon EINTR.Seb Boving1-1/+7
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2014-01-07update copyright informationAris Adamantiadis1-2/+2
2014-01-05poll: fix poll_handles ownershipsAris Adamantiadis1-5/+27
2013-12-22poll: Correctly free ssh_event_fd_wrapper.Andreas Schneider1-3/+9
2013-11-09poll: Fix realloc in ssh_poll_ctx_resize().Andreas Schneider1-2/+6
2013-10-31poll: fix leak in ssh_poll_ctx_freeJon Simons1-1/+5
2013-07-23cmake: Check for unistd.h.Andreas Schneider1-1/+4
2013-07-13events: don't poll handles busy handling callbacksAris Adamantiadis1-3/+8
2013-02-26poll: return error on poll() when pollset is emptyAris Adamantiadis1-1/+1
2012-10-12poll: Fix sizeof in ssh_poll_ctx_resize().Andreas Schneider1-2/+2
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-0/+1
2011-09-02poll: resolve use-after-free + inconsistent callbacks callAris Adamantiadis1-18/+3
2011-08-23poll: Just make the code a bit more readable.Andreas Schneider1-4/+6
2011-08-06channels: Fix checking for fatal errors.rofl0r1-1/+6
2011-05-24Introduced ssh_timeout_elapsed functionsAris Adamantiadis1-1/+4
2011-05-17poll: Removed WSAPoll() support.Oliver Stöneberg1-43/+0
2011-05-17connect: Set timeout on connectOliver Stöneberg1-3/+1
2011-05-02[event] don't use sessions in event anymoremilo1-14/+0
2011-05-02[poll] avoid infinite loop in ssh_poll_ctx_free()milo1-1/+6
2011-04-15poll: Fix poll input events.Andreas Schneider1-2/+2
2011-04-14Fix a memleak on event poll contextsmilo1-0/+2
2011-04-14Bug fix in ssh_poll_ctx_remove()milo1-0/+4
2011-02-20poll: Added a function to poll the events.milo1-0/+38
2011-02-20poll: Added function to remove fd from the event context.milo1-0/+30
2011-02-20poll: Added function to add an fd to the events.milo1-0/+64
2011-02-20poll: Added function to remove session from event loop.milo1-0/+47
2011-02-20poll: Added function to add session to an event.milo1-0/+44
2011-02-20poll: Added a function to free an event.milo1-0/+23
2011-02-20poll: Started to add a poll based event loop.milo1-0/+49
2011-02-10Fix NULL pointer checks in pollmilo1-8/+7
2011-02-09poll: Use WSAPoll() on Windows.Andreas Schneider1-1/+3
2011-02-09Revert "poll: Remove obsolete win_poll functions."Andreas Schneider1-0/+8