| Commit message (Expand) | Author | Age | Files | Lines |
| * | libarchive 2.2.3 | Tim Kientzle | 2007-05-29 | 1 | -2/+23 |
| * | s/@VERSION@/@ARCHIVE_VERSION@/ | Colin Percival | 2007-05-02 | 1 | -1/+1 |
| * | Consolidate numeric limit macros in one place; include them | Tim Kientzle | 2007-04-15 | 1 | -1/+1 |
| * | Overhaul of 'ar' support: | Tim Kientzle | 2007-04-14 | 1 | -0/+1 |
| * | Fix the build by temporarily disabling 'ar' support until | Tim Kientzle | 2007-04-14 | 1 | -1/+0 |
| * | Fix the build. | Tim Kientzle | 2007-04-14 | 1 | -1/+1 |
| * | Conventionally, tar archives have always included a trailing '/' | Tim Kientzle | 2007-04-14 | 1 | -1/+1 |
| * | Now that libarchive is being built in more environments, | Tim Kientzle | 2007-04-12 | 1 | -1/+2 |
| * | Enable 'ar' support; hook it up to the build and | Tim Kientzle | 2007-04-07 | 1 | -1/+3 |
| * | Move archive_read_data_into_buffer into archive_read.c, simplify its | Colin Percival | 2007-04-05 | 1 | -1/+0 |
| * | Notice when mkdir() fails. | Tim Kientzle | 2007-03-24 | 1 | -1/+1 |
| * | When ARCHIVE_EXTRACT_UNLINK is requested: | Tim Kientzle | 2007-03-13 | 1 | -1/+1 |
| * | Libarchive 2.0.23: | Tim Kientzle | 2007-03-11 | 1 | -1/+1 |
| * | libarchive 2.0 | Tim Kientzle | 2007-03-03 | 1 | -2/+16 |
| * | Add support for a new archive format "empty" that reads empty files. | Tim Kientzle | 2007-02-01 | 1 | -0/+1 |
| * | Bump the libarchive version number, correct the shell hackery to break | Tim Kientzle | 2006-11-26 | 1 | -5/+6 |
| * | Write-blocking cleanup, largely thanks to Colin Percival (cperciva@). | Tim Kientzle | 2006-11-26 | 1 | -1/+3 |
| * | Unbreak libarchive on arm. Two parts of libarchive relied on a | Tim Kientzle | 2006-11-26 | 1 | -5/+0 |
| * | Connect four new files to the build. | Tim Kientzle | 2006-11-24 | 1 | -1/+9 |
| * | Officially rename archive_{read,write}_open_file() to | Tim Kientzle | 2006-11-20 | 1 | -2/+4 |
| * | Eliminate documentation references to a non-existent function. | Tim Kientzle | 2006-11-06 | 1 | -1/+0 |
| * | Computing SHLIB_MAJOR is not a good idea. It's really a FreeBSD | Tim Kientzle | 2006-11-06 | 1 | -6/+3 |
| * | Some minor corrections: | Tim Kientzle | 2006-09-05 | 1 | -0/+4 |
| * | Simplify some of the wide-character handling, inspired | Tim Kientzle | 2006-05-01 | 1 | -1/+1 |
| * | POSIX.1e-style Extended Attribute support | Tim Kientzle | 2006-03-21 | 1 | -1/+1 |
| * | The idea of supporting 'tp' was a fun one, but it is | Tim Kientzle | 2006-03-11 | 1 | -1/+0 |
| * | Remove configure.ac.in and reorganize a few other things. This is | Tim Kientzle | 2006-03-08 | 1 | -91/+27 |
| * | Fix an aliasing error in the new TP support and reenable it in the build. | Tim Kientzle | 2006-01-26 | 1 | -0/+1 |
| * | Disable "tp" support until I figure out why it's breaking the build. <sigh> | Tim Kientzle | 2006-01-18 | 1 | -1/+0 |
| * | Add support for "tp" format. tp was the standard system | Tim Kientzle | 2006-01-17 | 1 | -1/+2 |
| * | Add missing shared library interdependencies. | Ruslan Ermilov | 2005-11-10 | 1 | -0/+2 |
| * | Fix installworld breakage. <sigh> | Tim Kientzle | 2005-10-14 | 1 | -2/+2 |
| * | 1) Use GNU libtool to build shared libraries on non-FreeBSD | Tim Kientzle | 2005-10-13 | 1 | -21/+65 |
| * | Add a lot of error checks, based on the patches provided by Dan Lukes. | Tim Kientzle | 2005-09-21 | 1 | -1/+1 |
| * | Style issue: Don't include <wchar.h> where it is not actually needed. | Tim Kientzle | 2005-09-10 | 1 | -1/+1 |
| * | Bump the shared library version number of all libraries that have not | Ken Smith | 2005-07-22 | 1 | -1/+1 |
| * | Minor clean up for flags restoration: Use fchflags/lchflags when | Tim Kientzle | 2005-06-04 | 1 | -1/+1 |
| * | Start to address the race issue between restoring a file's contents | Tim Kientzle | 2005-05-21 | 1 | -1/+1 |
| * | Fix broken ACL configuration on FreeBSD 4 and Linux. | Tim Kientzle | 2005-04-23 | 1 | -2/+3 |
| * | Update "make distfile" to use newest automake/autoconf from ports. | Tim Kientzle | 2005-04-17 | 1 | -2/+2 |
| * | Clean up the support for extracting very long pathnames. | Tim Kientzle | 2005-03-29 | 1 | -1/+1 |
| * | Support extracting entries with pathnames longer than PATH_MAX. In | Tim Kientzle | 2005-03-13 | 1 | -1/+1 |
| * | Fix a buffer overflow in the "none" decompression handler that | Tim Kientzle | 2005-02-13 | 1 | -1/+1 |
| * | Basic support for ZIP archives. | Tim Kientzle | 2005-01-25 | 1 | -1/+3 |
| * | Documentation improvements. In particular, | Tim Kientzle | 2005-01-08 | 1 | -0/+1 |
| * | First cut support for extracting from ISO9660 disk images. | Tim Kientzle | 2005-01-02 | 1 | -1/+2 |
| * | Makefile tweaks: | Tim Kientzle | 2004-11-05 | 1 | -2/+3 |
| * | Revert 1.24: Brain glitch. <sigh> | Tim Kientzle | 2004-11-05 | 1 | -1/+1 |
| * | archive.h gets built in ${.OBJDIR} | Tim Kientzle | 2004-11-05 | 1 | -1/+1 |
| * | Build as a shared lib again. | David E. O'Brien | 2004-10-11 | 1 | -4/+0 |