Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 |