cvs commit: src/lib/libarchive Makefile archive_entry.c archive_entry.h archive_read_extract.c

Tim Kientzle kientzle at FreeBSD.org
Sat Mar 12 18:53:43 PST 2005


kientzle    2005-03-13 02:53:42 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       Makefile archive_entry.c archive_entry.h 
                         archive_read_extract.c 
  Log:
  Support extracting entries with pathnames longer than PATH_MAX.  In
  testing, I've archived and restored dir trees with ~1MB pathnames.
  Most formats, of course, have much smaller limits.
  
  Revision  Changes    Path
  1.31      +1 -1      src/lib/libarchive/Makefile
  1.25      +6 -0      src/lib/libarchive/archive_entry.c
  1.13      +1 -0      src/lib/libarchive/archive_entry.h
  1.37      +96 -26    src/lib/libarchive/archive_read_extract.c


More information about the cvs-src mailing list