index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: Rename libssh/ to src/
Andreas Schneider
2010-09-06
1
-719
/
+0
*
Added missing /** in doxygen @}'s
Aris Adamantiadis
2010-08-28
1
-1
/
+1
*
Log Proxycommand command executed
Aris Adamantiadis
2010-08-10
1
-0
/
+1
*
socket: Make sure we only transmit data if we have some.
milo
2010-08-09
1
-2
/
+5
*
Continue removing old flushing code
Aris Adamantiadis
2010-07-23
1
-106
/
+2
*
Removed obsolete socket functions
Aris Adamantiadis
2010-07-23
1
-54
/
+54
*
Removed dead code in socket.c
Aris Adamantiadis
2010-07-07
1
-181
/
+0
*
Fixed more fd checks.
Andreas Schneider
2010-06-17
1
-2
/
+2
*
socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.
Andreas Schneider
2010-06-17
1
-8
/
+8
*
socket: Fixed checks for max fd.
Andreas Schneider
2010-06-17
1
-13
/
+16
*
socket: According to execle(2) environ shouldn't be const.
Andreas Schneider
2010-06-01
1
-1
/
+1
*
poll: Added a cleanup function to free the ws2_32 library.
Andreas Schneider
2010-05-17
1
-1
/
+11
*
Sanitize libssh namespace + legacy wrappers
Aris Adamantiadis
2010-05-14
1
-5
/
+5
*
win: Added missing includes with newer MSCV.
Andreas Schneider
2010-05-12
1
-2
/
+14
*
proxycommand: check the return values of pipe().
Andreas Schneider
2010-05-12
1
-2
/
+11
*
Added runtime detection of WSAPoll().
Andreas Schneider
2010-05-12
1
-0
/
+2
*
Fixed Windows build warnings.
Andreas Schneider
2010-05-12
1
-0
/
+1
*
Fix crash in testcase proxycommand
Aris Adamantiadis
2010-05-10
1
-3
/
+8
*
Fix doc and actually make the test run :)
Aris Adamantiadis
2010-05-09
1
-4
/
+11
*
ssh_socket support for 2 fd + Proxyhost command
Aris Adamantiadis
2010-05-09
1
-71
/
+198
*
Fixed warnings with clang
Aris Adamantiadis
2010-04-28
1
-1
/
+1
*
Fixed documentation of socket functions.
Andreas Schneider
2010-04-04
1
-5
/
+13
*
Fix closesocket() portbug for win32
Aris Adamantiadis
2010-02-11
1
-1
/
+5
*
Fix poll not waking up on connect on win32
Aris Adamantiadis
2010-01-25
1
-0
/
+7
*
Set socket blocking after connexion
Aris Adamantiadis
2010-01-08
1
-0
/
+1
*
Documentation callbacks.h + standardization
Aris Adamantiadis
2009-12-18
1
-6
/
+6
*
Async connection + banner fetch is working
Aris Adamantiadis
2009-12-11
1
-32
/
+10
*
More doxygen stuff
Aris Adamantiadis
2009-12-09
1
-10
/
+10
*
Resolving doxygen errors in internal mode
Aris Adamantiadis
2009-12-09
1
-9
/
+11
*
struct socket -> struct ssh_socket_struct +typedef
Aris Adamantiadis
2009-12-06
1
-35
/
+35
*
Asynchronous sockets work !
Aris Adamantiadis
2009-12-01
1
-4
/
+31
*
More logging
Aris Adamantiadis
2009-11-30
1
-0
/
+1
*
Socket connect callback working...
Aris Adamantiadis
2009-11-30
1
-5
/
+72
*
Some brain surgery to add event-based sockets
Aris Adamantiadis
2009-11-30
1
-0
/
+14
*
Standardize callbacks style and add documentation
Aris Adamantiadis
2009-11-29
1
-3
/
+4
*
Squashed commit of the following:
Aris Adamantiadis
2009-11-27
1
-44
/
+95
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-0
/
+4
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-9
/
+9
*
Fix typedef collisons on Solaris.
Andreas Schneider
2009-08-25
1
-1
/
+1
*
Fix build with MSVC.
Andreas Schneider
2009-07-30
1
-3
/
+2
*
Switch completly to stdint types.
Andreas Schneider
2009-07-25
1
-8
/
+8
*
Changed all occurences of BUFFER * to ssh_buffer
Aris Adamantiadis
2009-07-24
1
-2
/
+2
*
Make use of poll() and add a poll-emulation for win32.
Andreas Schneider
2009-06-04
1
-96
/
+3
*
Fix the vim modeline and place it at the end of the file.
Andreas Schneider
2009-05-12
1
-2
/
+1
*
Add a return value to ssh_socket_init().
Andreas Schneider
2009-04-16
1
-3
/
+5
*
Reformat the remaining socket functions.
Andreas Schneider
2009-04-14
1
-17
/
+22
*
Add more error checks to ssh_socket_blocking_flush().
Andreas Schneider
2009-04-14
1
-28
/
+41
*
Add more error checks to ssh_socket_nonblocking_flush().
Andreas Schneider
2009-04-14
1
-34
/
+59
*
Reformat ssh_socket_poll().
Andreas Schneider
2009-04-14
1
-79
/
+100
*
Add more error checks to ssh_socket_wait_for_data().
Andreas Schneider
2009-04-14
1
-53
/
+78
[next]