summaryrefslogtreecommitdiffstats
path: root/libssh/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-10/+10
* Fixed the documentation of buffer.cAndreas Schneider2010-04-041-121/+237
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-1/+1
* First lines of experimental pcap output supportAris Adamantiadis2009-11-081-0/+15
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-4/+4
* Fix an integer overflow in buffer_get_data().Andreas Schneider2009-09-031-2/+7
* Switch completly to stdint types.Andreas Schneider2009-07-251-27/+27
* Fixed namespace problem in public structuresAris Adamantiadis2009-07-241-29/+29
* Fixed copyright noticesAris Adamantiadis2009-07-131-1/+1
* Added a macro to test buffer_struct integrityAris Adamantiadis2009-06-211-9/+50
* Fix build warnings.Andreas Schneider2009-06-091-0/+5
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+1
* Rename buffer_add_data_begin() to buffer_prepend_data().Andreas Schneider2009-04-221-1/+2
* Fix a memory leak in realloc_buffer.Andreas Schneider2009-04-071-2/+5
* Use memset cause something is wrong with the macro.Andreas Schneider2009-04-011-1/+1
* Add NULL check to buffer free.Andreas Schneider2009-04-011-0/+4
* Add error checking to buffer functions.Andreas Schneider2009-04-011-96/+162
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-18/+23
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-021-4/+4
* Fix compiler warnings in buffer implementation.Andreas Schneider2009-02-021-4/+4
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-041-8/+63
* small changes in doxyfile.Aris Adamantiadis2008-11-011-7/+7
* more efficient allocation algorithm for buffer.cAris Adamantiadis2008-06-161-7/+15
* Big changes :Aris Adamantiadis2008-06-161-3/+3
* begin fixing the ssh_say everywhereAris Adamantiadis2008-06-121-1/+1
* Doxygen changesAris Adamantiadis2008-05-121-4/+2
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis2006-11-121-1/+75
* resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis2005-10-261-0/+4
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-1/+1
* first importAris Adamantiadis2005-07-051-0/+181