summaryrefslogtreecommitdiffstats
path: root/libssh/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add error checks to ssh_socket_write().Andreas Schneider2009-04-141-23/+32
* Reformat ssh_socket_completewrite() and use const for buffer.Andreas Schneider2009-04-141-18/+20
* Reformat socket functions.Andreas Schneider2009-04-141-50/+70
* Reformat some socket functions.Andreas Schneider2009-04-141-22/+22
* Don't shadow a global variable declaration in unistd.h.Andreas Schneider2009-04-051-7/+7
* Improve ssh_socket_free().Andreas Schneider2009-04-031-4/+7
* More memory error checks for ssh_socket_new().Andreas Schneider2009-04-011-15/+25
* Fix memory error checking in socket functions.Andreas Schneider2009-04-011-1/+10
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-4/+7
* Fix typos.Andreas Schneider2009-03-281-1/+1
* Fix build.Andreas Schneider2009-03-111-3/+0
* Remove ssh_say.Andreas Schneider2009-03-111-5/+9
* Add missing include file.Andreas Schneider2009-03-081-0/+1
* Fix build warnings in socket code.Andreas Schneider2009-02-021-13/+18
* Start with ssh agent implementation.Andreas Schneider2009-02-021-0/+31
* fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis2008-10-291-3/+3
* poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis2008-10-281-7/+78
* Resolved the unitialized data_except member variable in socket.c, thanks Aris Adamantiadis2008-06-211-0/+3
* gcrypt + SSH1 bug resolvedAris Adamantiadis2008-06-171-0/+1
* displaced the data_to_* into socketAris Adamantiadis2008-06-161-27/+65
* Big changes :Aris Adamantiadis2008-06-161-7/+288
* fix #ifdef win32 bugAris Adamantiadis2008-05-221-1/+1
* second part of win32 changesAris Adamantiadis2008-03-071-1/+12
* first part of win32 patchesAris Adamantiadis2008-03-071-9/+23
* added the socket class and created wrappersAris Adamantiadis2008-03-041-0/+150