Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 02:53:42 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive Makefile archive_entry.c archive_entry.h archive_read_extract.c
Message-ID:  <200503130253.j2D2rgeW003339@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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