summaryrefslogtreecommitdiff
path: root/lib/gnutls_compress_int.c
Commit message (Expand)AuthorAgeFilesLines
* fixed a memory copy that caused crashes.Nikos Mavrogiannopoulos2005-12-171-0/+3
* Use GNU coding style.Simon Josefsson2005-11-071-238/+274
* This is the initial commit in the 1.3 branch. Ported from the PSK branch:Nikos Mavrogiannopoulos2005-11-071-0/+9
* Fix LZO 1.x vs 2.x header file #include mess.Simon Josefsson2005-07-151-1/+3
* Move MiniLZO to separate directory.Simon Josefsson2005-07-121-4/+5
* Updated to minilzo 2.0 and corrected stuff pointed out byNikos Mavrogiannopoulos2005-06-081-3/+5
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up license templates.Simon Josefsson2005-01-221-13/+15
* Indent.Simon Josefsson2004-10-281-2/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-1/+1
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-253/+268
* updated gnutls-cli-debug to print DHE and RSA-EXPORT information if verbose i...Nikos Mavrogiannopoulos2004-06-061-3/+2
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-6/+6
* added function to access the DH (peer's) public key.Nikos Mavrogiannopoulos2004-06-041-2/+5
* some fixes in the compilation system.Nikos Mavrogiannopoulos2004-05-131-7/+16
* *** empty log message ***Nikos Mavrogiannopoulos2004-04-031-4/+4
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-4/+4
* minor cleanups.Nikos Mavrogiannopoulos2003-08-211-4/+4
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-9/+10
* some more cleanups.Nikos Mavrogiannopoulos2003-08-111-4/+4
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-31/+22
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-2/+0
* 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