summaryrefslogtreecommitdiffstats
path: root/libssh/socket.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-719/+0
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-281-1/+1
* Log Proxycommand command executedAris Adamantiadis2010-08-101-0/+1
* socket: Make sure we only transmit data if we have some.milo2010-08-091-2/+5
* Continue removing old flushing codeAris Adamantiadis2010-07-231-106/+2
* Removed obsolete socket functionsAris Adamantiadis2010-07-231-54/+54
* Removed dead code in socket.cAris Adamantiadis2010-07-071-181/+0
* Fixed more fd checks.Andreas Schneider2010-06-171-2/+2
* socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider2010-06-171-8/+8
* socket: Fixed checks for max fd.Andreas Schneider2010-06-171-13/+16
* socket: According to execle(2) environ shouldn't be const.Andreas Schneider2010-06-011-1/+1
* poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-05-171-1/+11
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-5/+5
* win: Added missing includes with newer MSCV.Andreas Schneider2010-05-121-2/+14
* proxycommand: check the return values of pipe().Andreas Schneider2010-05-121-2/+11
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-121-0/+2
* Fixed Windows build warnings.Andreas Schneider2010-05-121-0/+1
* Fix crash in testcase proxycommandAris Adamantiadis2010-05-101-3/+8
* Fix doc and actually make the test run :)Aris Adamantiadis2010-05-091-4/+11
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-091-71/+198
* Fixed warnings with clangAris Adamantiadis2010-04-281-1/+1
* Fixed documentation of socket functions.Andreas Schneider2010-04-041-5/+13
* Fix closesocket() portbug for win32Aris Adamantiadis2010-02-111-1/+5
* Fix poll not waking up on connect on win32Aris Adamantiadis2010-01-251-0/+7
* Set socket blocking after connexionAris Adamantiadis2010-01-081-0/+1
* Documentation callbacks.h + standardizationAris Adamantiadis2009-12-181-6/+6
* Async connection + banner fetch is workingAris Adamantiadis2009-12-111-32/+10
* More doxygen stuffAris Adamantiadis2009-12-091-10/+10
* Resolving doxygen errors in internal modeAris Adamantiadis2009-12-091-9/+11
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-35/+35
* Asynchronous sockets work !Aris Adamantiadis2009-12-011-4/+31
* More loggingAris Adamantiadis2009-11-301-0/+1
* Socket connect callback working...Aris Adamantiadis2009-11-301-5/+72
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-301-0/+14
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-3/+4
* Squashed commit of the following:Aris Adamantiadis2009-11-271-44/+95
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+4
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-9/+9
* Fix typedef collisons on Solaris.Andreas Schneider2009-08-251-1/+1
* Fix build with MSVC.Andreas Schneider2009-07-301-3/+2
* Switch completly to stdint types.Andreas Schneider2009-07-251-8/+8
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-2/+2
* Make use of poll() and add a poll-emulation for win32.Andreas Schneider2009-06-041-96/+3
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Add a return value to ssh_socket_init().Andreas Schneider2009-04-161-3/+5
* Reformat the remaining socket functions.Andreas Schneider2009-04-141-17/+22
* Add more error checks to ssh_socket_blocking_flush().Andreas Schneider2009-04-141-28/+41
* Add more error checks to ssh_socket_nonblocking_flush().Andreas Schneider2009-04-141-34/+59
* Reformat ssh_socket_poll().Andreas Schneider2009-04-141-79/+100
* Add more error checks to ssh_socket_wait_for_data().Andreas Schneider2009-04-141-53/+78