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