Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2009 02:47:04 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive archive.h archive_read_private.h archive_read_support_compression_program.c archive_write_set_compression_program.c
Message-ID:  <200903070247.n272lJv4024130@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-03-07 02:47:04 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive.h archive_read_private.h 
                         archive_read_support_compression_program.c 
                         archive_write_set_compression_program.c 
  Log:
  SVN rev 189476 on 2009-03-07 02:47:04Z by kientzle
  
  Merge r550,584,587,609,647,674 from libarchive.googlecode.com:
  Refactor the read_compression_program to add two new abilities:
   * Public API:  You can now include a signature string when you
     register a program; the program will run only on input that
     matches the signature string.
   * Internal API: You can use the init() function to instantiate
     an external program as part of a filter pipeline.  This
     can be used for graceful fallback (if zlib is unavailable, use
     external gzip instead) and to use external programs with
     bidders that are more sophisticated than a static signature check.
  
  Revision  Changes    Path
  1.27      +3 -0      src/lib/libarchive/archive.h
  1.10      +1 -0      src/lib/libarchive/archive_read_private.h
  1.10      +164 -120  src/lib/libarchive/archive_read_support_compression_program.c
  1.4       +2 -2      src/lib/libarchive/archive_write_set_compression_program.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903070247.n272lJv4024130>