aboutsummaryrefslogtreecommitdiffstats
path: root/g10/compress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted all m_free to xfree etc.Werner Koch2005-07-271-10/+10
|
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* * getkey.c: Set MAX_PK_CACHE_ENTRIES and MAX_UID_CACHE_ENTRIES toDavid Shaw2004-01-281-2/+2
| | | | | | | | | | | | | | | PK_UID_CACHE_SIZE (set in ./configure). * getkey.c (get_pubkey): When reading key data into the cache, properly handle keys that are partially (pk, no UIDs) cached already. This is Debian bug #176425 and #229549. * compress.c (init_compress, push_compress_filter2): Do the right thing (i.e. nothing) with compress algo 0. * main.h, decrypt.c (decrypt_messages): Accept filenames to decrypt on stdin. This is bug #253.
* Only use ZLib module on RISC OS when configuredStefan Bellon2004-01-031-2/+2
|
* * compress.c (init_compress): Remove compress level 10 trick, since it isDavid Shaw2003-11-151-3/+0
| | | | | | | | | | no longer needed. * g10.c: Fix typoed option name. * compress-bz2.c (init_compress): Compression level 0 is not meaningful for bzip2.
* * options.h, g10.c (main), compress.c (init_compress), compress-bz2.cDavid Shaw2003-11-151-5/+8
| | | | | | (init_compress): Add --compress-level and --bzip2-compress-level. -z sets them both. Change various callers.
* * misc.c (compress_algo_to_string, string_to_compress_algo,David Shaw2003-10-311-10/+50
| | | | | | | | | | | | | | | | | | | | | | | | check_compress_algo): Add bzip2. * compress.c (compress_filter): Make static to help force the use of push_compress_filter. Remove default algorithm setting since that is done in push_compress_filter now. * main.h: Use named algorithm. * filter.h, compress.c (push_compress_filter, push_compress_filter2): New. Figure out which is the appropriate compression filter to use, and push it into place. * compress.c (handle_compressed), encode.c (encode_simple, encode_crypt), sign.c (sign_file, sign_symencrypt_file), import.c (read_block), export.c (do_export): Use push_compress_filter instead of pushing the compression filter ourselves. * compress-bz2.c: New. Bzlib versions of the compression filter routines. * Makefile.am: Include compress-bz2.c if bz2lib is available.
* * compress.c (init_uncompress): Use a 15 bit window size so thatWerner Koch2003-03-101-1/+6
| | | | | | the output of implementations which don't run for PGP 2 compatibility won't get garbled.
* added RISC OS module loading supportStefan Bellon2002-10-311-1/+10
|
* * pkclist.c (do_we_trust_pre): Changed the wording of a warning.Werner Koch2002-08-301-3/+3
| | | | | | | | | | | | | | | | * encode.c (encode_simple,encode_crypt): Use new style CTB for compressssed packets when using MDC. We need to do this so that concatenated messages are properly decrypted. Old style compression assumes that it is the last packet; given that we can't determine the length in advance, the uncompressor does not know where to start. Actually we should use the new CTB always but this would break PGP 2 compatibility. * parse-packet.c (parse): Special treatment for new style CTB compressed packets. * build-packet.c (do_mdc): Removed. Was not used. (do_encrypted_mdc): Count the version number and the MDC packet.
* Update head to match stable 1.0David Shaw2002-06-291-25/+50
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-2/+2
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-2/+2
|
* See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch2000-01-241-9/+9
|
* See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner KochWerner Koch1999-05-311-12/+12
|
* See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner KochWerner Koch1999-04-261-2/+2
|
* See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1999-01-191-2/+8
|
* See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner KochWerner Koch1999-01-071-1/+1
|
* See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner KochWerner Koch1998-12-231-3/+3
|
* See ChangeLog: Wed Dec 9 13:41:06 CET 1998 Werner KochWerner Koch1998-12-091-9/+14
|
* bug fix releaseV0-3-4Werner Koch1998-08-111-2/+6
|
* add-key worksWerner Koch1998-05-261-0/+6
|
* new releaseV0-2-18Werner Koch1998-05-151-8/+12
|
* new releaseV0-2-17Werner Koch1998-05-041-2/+2
|
* applied Mathews typo and grammar fixesWerner Koch1998-04-141-1/+1
|
* release 0.2.14Werner Koch1998-04-021-1/+1
|
* partial DSA supportWerner Koch1998-03-091-3/+8
|
* Renamed to GNUPGV-0-2-8Werner Koch1998-02-241-4/+4
|
* added zlib and reorgnaized some stuffWerner Koch1998-02-121-32/+1
|
* Fixed a few bugsWerner Koch1998-02-031-1/+0
|
* added some trust model stuffWerner Koch1998-01-161-5/+1
|
* changed configuration stuff, replaced some Makefile.am by distfiles.Werner Koch1997-12-231-1/+1
|
* added option file handlingWerner Koch1997-12-121-2/+10
|
* List and check sigs worksWerner Koch1997-12-011-2/+2
|
* How with some assembly supportWerner Koch1997-11-261-3/+30
|
* IDEA removed, signing worksWerner Koch1997-11-241-2/+5
|
* compress stuff implementedWerner Koch1997-11-231-0/+253