aboutsummaryrefslogtreecommitdiff
path: root/libssh/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-4/+4
2009-09-03Fix an integer overflow in buffer_get_data().Andreas Schneider1-2/+7
2009-07-25Switch completly to stdint types.Andreas Schneider1-27/+27
2009-07-24Fixed namespace problem in public structuresAris Adamantiadis1-29/+29
2009-07-13Fixed copyright noticesAris Adamantiadis1-1/+1
2009-06-21Added a macro to test buffer_struct integrityAris Adamantiadis1-9/+50
2009-06-09Fix build warnings.Andreas Schneider1-0/+5
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+1
2009-04-22Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider1-1/+2
2009-04-07Fix a memory leak in realloc_buffer.Andreas Schneider1-2/+5
2009-04-01Use memset cause something is wrong with the macro.Andreas Schneider1-1/+1
2009-04-01Add NULL check to buffer free.Andreas Schneider1-0/+4
2009-04-01Add error checking to buffer functions.Andreas Schneider1-96/+162
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-18/+23
2009-02-02Use unsigned values for length in buffer functions.Andreas Schneider1-4/+4
2009-02-02Fix compiler warnings in buffer implementation.Andreas Schneider1-4/+4
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-8/+63
2008-11-01small changes in doxyfile.Aris Adamantiadis1-7/+7
2008-06-16more efficient allocation algorithm for buffer.cAris Adamantiadis1-7/+15
2008-06-16Big changes :Aris Adamantiadis1-3/+3
2008-06-12begin fixing the ssh_say everywhereAris Adamantiadis1-1/+1
2008-05-12Doxygen changesAris Adamantiadis1-4/+2
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2006-11-12good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis1-1/+75
2005-10-26resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis1-0/+4
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-1/+1
2005-07-05first importAris Adamantiadis1-0/+181