aboutsummaryrefslogtreecommitdiff
path: root/src/socket.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-14src: Remove enter_function() and leave_function().Andreas Schneider1-16/+8
2013-07-14src: Migrate to SSH_LOG.Andreas Schneider1-5/+5
2013-06-17socket: Check if socket (non)blocking is working.Andreas Schneider1-9/+12
2013-06-17socket: Check return value of getsockopt().Andreas Schneider1-1/+4
2013-01-29socket: Call data handler as long as handler takes data.Johannes Krude1-4/+6
2012-10-09socket: Check return value of buffer function.Andreas Schneider1-1/+4
2012-07-17socket: Add a SSH_WRITE_PENDING socket status.Andreas Schneider1-0/+4
2011-09-18socket: Move socket function to right location.Andreas Schneider1-1/+22
2011-08-06channels: Fix checking for fatal errors.rofl0r1-18/+20
2011-05-20Fix "connecting to closed port" on MacosXAris Adamantiadis1-1/+1
2011-05-17socket: Fixed use-after-free.Oliver Stöneberg1-0/+6
2011-05-02[socket] fix a segfault at disconnectmilo1-4/+15
2011-05-01init: Some initialization fixes.Oliver Stöneberg1-6/+18
2011-05-01socket: Fixed poll input event.Oliver Stöneberg1-1/+1
2011-04-15poll: Fix poll input events.Andreas Schneider1-1/+1
2011-04-11build: Fixed some VS2010 problems.Oliver Stöneberg1-1/+1
2011-03-22Implement ssh_blocking_flush()Aris Adamantiadis1-0/+12
2011-02-14socket: Set errors on return.Bernhard R. Link1-1/+16
2011-01-19Fix use-after-free when socket is closed in a callback handlerAris Adamantiadis1-2/+15
2011-01-15Fix double-connect testcaseAris Adamantiadis1-0/+19
2010-09-30Removed the extern char *environAris Adamantiadis1-3/+0
2010-09-29Remove extern environ from the requirementsAris Adamantiadis1-1/+1
2010-09-26Fixed outgoing flow control + writes behavioursAris Adamantiadis1-24/+28
2010-09-20socket.c: Fixed setting max_fd which breaks ssh_select().Vic Lee1-2/+6
2010-09-07socket: Make code easier to read and debug.Andreas Schneider1-8/+10
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+719