summaryrefslogtreecommitdiffstats
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* socket: Fix connect if we pass in a fd.Andreas Schneider2013-11-151-9/+13
* Add ssh_get_poll_flags()Colin Walters2013-11-091-0/+11
* socket: Fix check for pending data.Aris Adamantiadis2013-11-031-3/+3
* src: Remove enter_function() and leave_function().Andreas Schneider2013-07-141-16/+8
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-5/+5
* socket: Check if socket (non)blocking is working.Andreas Schneider2013-06-171-9/+12
* socket: Check return value of getsockopt().Andreas Schneider2013-06-171-1/+4
* socket: Call data handler as long as handler takes data.Johannes Krude2013-01-291-4/+6
* socket: Check return value of buffer function.Andreas Schneider2012-10-091-1/+4
* socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider2012-07-171-0/+4
* socket: Move socket function to right location.Andreas Schneider2011-09-181-1/+22
* channels: Fix checking for fatal errors.rofl0r2011-08-061-18/+20
* Fix "connecting to closed port" on MacosXAris Adamantiadis2011-05-201-1/+1
* socket: Fixed use-after-free.Oliver Stöneberg2011-05-171-0/+6
* [socket] fix a segfault at disconnectmilo2011-05-021-4/+15
* init: Some initialization fixes.Oliver Stöneberg2011-05-011-6/+18
* socket: Fixed poll input event.Oliver Stöneberg2011-05-011-1/+1
* poll: Fix poll input events.Andreas Schneider2011-04-151-1/+1
* build: Fixed some VS2010 problems.Oliver Stöneberg2011-04-111-1/+1
* Implement ssh_blocking_flush()Aris Adamantiadis2011-03-221-0/+12
* socket: Set errors on return.Bernhard R. Link2011-02-141-1/+16
* Fix use-after-free when socket is closed in a callback handlerAris Adamantiadis2011-01-191-2/+15
* Fix double-connect testcaseAris Adamantiadis2011-01-151-0/+19
* Removed the extern char *environAris Adamantiadis2010-09-301-3/+0
* Remove extern environ from the requirementsAris Adamantiadis2010-09-291-1/+1
* Fixed outgoing flow control + writes behavioursAris Adamantiadis2010-09-261-24/+28
* socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee2010-09-201-2/+6
* socket: Make code easier to read and debug.Andreas Schneider2010-09-071-8/+10
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+719