aboutsummaryrefslogtreecommitdiff
path: root/libssh/socket.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-04Make use of poll() and add a poll-emulation for win32.Andreas Schneider1-96/+3
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-04-16Add a return value to ssh_socket_init().Andreas Schneider1-3/+5
2009-04-14Reformat the remaining socket functions.Andreas Schneider1-17/+22
2009-04-14Add more error checks to ssh_socket_blocking_flush().Andreas Schneider1-28/+41
2009-04-14Add more error checks to ssh_socket_nonblocking_flush().Andreas Schneider1-34/+59
2009-04-14Reformat ssh_socket_poll().Andreas Schneider1-79/+100
2009-04-14Add more error checks to ssh_socket_wait_for_data().Andreas Schneider1-53/+78
2009-04-14Add error checks to ssh_socket_write().Andreas Schneider1-23/+32
2009-04-14Reformat ssh_socket_completewrite() and use const for buffer.Andreas Schneider1-18/+20
2009-04-14Reformat socket functions.Andreas Schneider1-50/+70
2009-04-14Reformat some socket functions.Andreas Schneider1-22/+22
2009-04-05Don't shadow a global variable declaration in unistd.h.Andreas Schneider1-7/+7
2009-04-03Improve ssh_socket_free().Andreas Schneider1-4/+7
2009-04-01More memory error checks for ssh_socket_new().Andreas Schneider1-15/+25
2009-04-01Fix memory error checking in socket functions.Andreas Schneider1-1/+10
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-4/+7
2009-03-28Fix typos.Andreas Schneider1-1/+1
2009-03-11Fix build.Andreas Schneider1-3/+0
2009-03-11Remove ssh_say.Andreas Schneider1-5/+9
2009-03-08Add missing include file.Andreas Schneider1-0/+1
2009-02-02Fix build warnings in socket code.Andreas Schneider1-13/+18
2009-02-02Start with ssh agent implementation.Andreas Schneider1-0/+31
2008-10-29fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis1-3/+3
2008-10-28poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis1-7/+78
2008-06-21Resolved the unitialized data_except member variable in socket.c, thanks Aris Adamantiadis1-0/+3
2008-06-17gcrypt + SSH1 bug resolvedAris Adamantiadis1-0/+1
2008-06-16displaced the data_to_* into socketAris Adamantiadis1-27/+65
2008-06-16Big changes :Aris Adamantiadis1-7/+288
2008-05-22fix #ifdef win32 bugAris Adamantiadis1-1/+1
2008-03-07second part of win32 changesAris Adamantiadis1-1/+12
2008-03-07first part of win32 patchesAris Adamantiadis1-9/+23
2008-03-04added the socket class and created wrappersAris Adamantiadis1-0/+150