aboutsummaryrefslogtreecommitdiff
path: root/libssh/socket.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-719/+0
2010-08-28Added missing /** in doxygen @}'sAris Adamantiadis1-1/+1
2010-08-10Log Proxycommand command executedAris Adamantiadis1-0/+1
2010-08-09socket: Make sure we only transmit data if we have some.milo1-2/+5
2010-07-23Continue removing old flushing codeAris Adamantiadis1-106/+2
2010-07-23Removed obsolete socket functionsAris Adamantiadis1-54/+54
2010-07-07Removed dead code in socket.cAris Adamantiadis1-181/+0
2010-06-17Fixed more fd checks.Andreas Schneider1-2/+2
2010-06-17socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider1-8/+8
2010-06-17socket: Fixed checks for max fd.Andreas Schneider1-13/+16
2010-06-01socket: According to execle(2) environ shouldn't be const.Andreas Schneider1-1/+1
2010-05-17poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider1-1/+11
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-5/+5
2010-05-12win: Added missing includes with newer MSCV.Andreas Schneider1-2/+14
2010-05-12proxycommand: check the return values of pipe().Andreas Schneider1-2/+11
2010-05-12Added runtime detection of WSAPoll().Andreas Schneider1-0/+2
2010-05-12Fixed Windows build warnings.Andreas Schneider1-0/+1
2010-05-10Fix crash in testcase proxycommandAris Adamantiadis1-3/+8
2010-05-09Fix doc and actually make the test run :)Aris Adamantiadis1-4/+11
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-71/+198
2010-04-28Fixed warnings with clangAris Adamantiadis1-1/+1
2010-04-04Fixed documentation of socket functions.Andreas Schneider1-5/+13
2010-02-11Fix closesocket() portbug for win32Aris Adamantiadis1-1/+5
2010-01-25Fix poll not waking up on connect on win32Aris Adamantiadis1-0/+7
2010-01-08Set socket blocking after connexionAris Adamantiadis1-0/+1
2009-12-18Documentation callbacks.h + standardizationAris Adamantiadis1-6/+6
2009-12-11Async connection + banner fetch is workingAris Adamantiadis1-32/+10
2009-12-09More doxygen stuffAris Adamantiadis1-10/+10
2009-12-09Resolving doxygen errors in internal modeAris Adamantiadis1-9/+11
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-35/+35
2009-12-01Asynchronous sockets work !Aris Adamantiadis1-4/+31
2009-11-30More loggingAris Adamantiadis1-0/+1
2009-11-30Socket connect callback working...Aris Adamantiadis1-5/+72
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis1-0/+14
2009-11-29Standardize callbacks style and add documentationAris Adamantiadis1-3/+4
2009-11-27Squashed commit of the following:Aris Adamantiadis1-44/+95
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+4
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-9/+9
2009-08-25Fix typedef collisons on Solaris.Andreas Schneider1-1/+1
2009-07-30Fix build with MSVC.Andreas Schneider1-3/+2
2009-07-25Switch completly to stdint types.Andreas Schneider1-8/+8
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-2/+2
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