summaryrefslogtreecommitdiff
path: root/lib/gnutls_compress_int.c
Commit message (Expand)AuthorAgeFilesLines
* Added ability to send some messages back to the application usingNikos Mavrogiannopoulos2003-01-231-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* If liblzo is found in the system then libgnutls-extra will depend on it, inst...Nikos Mavrogiannopoulos2003-01-011-2/+6
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-5/+8
* Added support for the LZO compression library in gnutls-extra. Some fixes in ...Nikos Mavrogiannopoulos2002-09-171-23/+116
* Improved support for zlib.Nikos Mavrogiannopoulos2002-09-121-8/+25
* Some fixes for the used realloc() function. Now we have gnutls_realloc_fast()...Nikos Mavrogiannopoulos2002-09-091-1/+1
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-1/+1
* Fixes in zlib compression code. gnutls_global_init_extra() in libgnutls-extra...Nikos Mavrogiannopoulos2002-07-151-11/+17
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+2
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Optimized memory handling in the record protocol.Nikos Mavrogiannopoulos2002-04-211-1/+1
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-4/+4
* *** empty log message ***Nikos Mavrogiannopoulos2002-03-281-1/+1
* Optimizations and fixes in compressionNikos Mavrogiannopoulos2002-03-201-99/+105
* Improved compression support. Corrected several bugs in emptyNikos Mavrogiannopoulos2002-03-201-51/+148
* cleanups againNikos Mavrogiannopoulos2001-12-061-4/+4
* several fixes.Nikos Mavrogiannopoulos2001-11-101-1/+1
* corrected memory leaksNikos Mavrogiannopoulos2001-07-211-1/+4
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+4
* several cleanupsNikos Mavrogiannopoulos2001-06-241-2/+2
* more checks for zlibNikos Mavrogiannopoulos2000-12-181-0/+4
* added check for zlib.hNikos Mavrogiannopoulos2000-12-171-0/+2
* some minor updatesNikos Mavrogiannopoulos2000-12-141-2/+2
* changes in compression handlingNikos Mavrogiannopoulos2000-12-101-3/+15
* added compression (ZLIB)gnutls0-0-5Nikos Mavrogiannopoulos2000-12-071-0/+89