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
*
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
*
Add error checks to ssh_socket_write().
Andreas Schneider
2009-04-14
1
-23
/
+32
*
Reformat ssh_socket_completewrite() and use const for buffer.
Andreas Schneider
2009-04-14
1
-18
/
+20
*
Reformat socket functions.
Andreas Schneider
2009-04-14
1
-50
/
+70
*
Reformat some socket functions.
Andreas Schneider
2009-04-14
1
-22
/
+22
*
Don't shadow a global variable declaration in unistd.h.
Andreas Schneider
2009-04-05
1
-7
/
+7
*
Improve ssh_socket_free().
Andreas Schneider
2009-04-03
1
-4
/
+7
*
More memory error checks for ssh_socket_new().
Andreas Schneider
2009-04-01
1
-15
/
+25
*
Fix memory error checking in socket functions.
Andreas Schneider
2009-04-01
1
-1
/
+10
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-4
/
+7
*
Fix typos.
Andreas Schneider
2009-03-28
1
-1
/
+1
*
Fix build.
Andreas Schneider
2009-03-11
1
-3
/
+0
*
Remove ssh_say.
Andreas Schneider
2009-03-11
1
-5
/
+9
*
Add missing include file.
Andreas Schneider
2009-03-08
1
-0
/
+1
*
Fix build warnings in socket code.
Andreas Schneider
2009-02-02
1
-13
/
+18
*
Start with ssh agent implementation.
Andreas Schneider
2009-02-02
1
-0
/
+31
*
fixed a bug where channel_poll could wait forever for a packet already in soc...
Aris Adamantiadis
2008-10-29
1
-3
/
+3
*
poll(2) support for channel_poll. Not yet for channel_select.
Aris Adamantiadis
2008-10-28
1
-7
/
+78
*
Resolved the unitialized data_except member variable in socket.c, thanks
Aris Adamantiadis
2008-06-21
1
-0
/
+3
*
gcrypt + SSH1 bug resolved
Aris Adamantiadis
2008-06-17
1
-0
/
+1
*
displaced the data_to_* into socket
Aris Adamantiadis
2008-06-16
1
-27
/
+65
*
Big changes :
Aris Adamantiadis
2008-06-16
1
-7
/
+288
*
fix #ifdef win32 bug
Aris Adamantiadis
2008-05-22
1
-1
/
+1
*
second part of win32 changes
Aris Adamantiadis
2008-03-07
1
-1
/
+12
*
first part of win32 patches
Aris Adamantiadis
2008-03-07
1
-9
/
+23
*
added the socket class and created wrappers
Aris Adamantiadis
2008-03-04
1
-0
/
+150