aboutsummaryrefslogtreecommitdiff
path: root/src/gzip.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio1-5/+5
As ssh_buffer_get_len() actually calls ssh_buffer_get_rest_len(), let's just use the first one. This is a preparatory step for removing ssh_buffer_get_rest_len(). Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio1-4/+4
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio1-7/+7
Having "ssh_" prefix in the functions' name will avoid possible clashes when compiling libssh statically. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-4/+4
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider1-2/+2
2014-01-07src: Update my mail address.Andreas Schneider1-1/+1
2012-02-05session: Use a struct for all options.Andreas Schneider1-1/+1
2011-09-18gzip: Fix zlib support.Andreas Schneider1-4/+1
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-3/+5
2011-08-09Fix "status -5 inflating zlib packet"Mark Riordan1-1/+1
Signed-off-by: Mark Riordan <mriordan@ipswitch.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis1-1/+1
SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it.
2010-10-03Removed references to ssh_buffer_get_beginAris Adamantiadis1-3/+3
2010-10-01First step getting rid of ssh_buffer_get_beginAris Adamantiadis1-3/+3
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+222