index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libarchive
Commit message (
Expand
)
Author
Age
Files
Lines
*
-mdoc sweep.
ru
2005-11-17
1
-1
/
+1
*
Add missing shared library interdependencies.
ru
2005-11-10
1
-0
/
+2
*
Bump the maximum number of archive formats that can be
kientzle
2005-11-08
1
-1
/
+1
*
Correctly clean up if gzip format gets mis-identified as compress format.
kientzle
2005-11-08
1
-9
/
+17
*
Fine-tune the format detection for CPIO and ISO9660 sub-types.
kientzle
2005-11-08
3
-10
/
+25
*
Portability: Use some autoconf magic to include the
kientzle
2005-11-08
4
-0
/
+28
*
Portability: timegm() isn't standard, so check for timegm() in
kientzle
2005-11-06
3
-3
/
+44
*
Fix installworld breakage. <sigh>
kientzle
2005-10-14
1
-2
/
+2
*
1) Use GNU libtool to build shared libraries on non-FreeBSD
kientzle
2005-10-13
5
-29
/
+86
*
Make some purely internal symbols static to reduce link pollution.
kientzle
2005-10-12
2
-5
/
+5
*
Minor style nit: tab instead of space after #define
kientzle
2005-10-12
1
-1
/
+1
*
When reading GNU-style sparse archive entries, handle
kientzle
2005-10-12
1
-8
/
+18
*
In pax interchange format, use UTF8 for writing
kientzle
2005-10-12
3
-21
/
+70
*
signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...
kientzle
2005-09-24
9
-15
/
+23
*
In archive_read_open(), do not set the internal archive state to
kientzle
2005-09-21
1
-2
/
+4
*
Add a lot of error checks, based on the patches provided by Dan Lukes.
kientzle
2005-09-21
14
-8
/
+90
*
Correct the documentation for archive_read_data_into_buffer()
kientzle
2005-09-20
1
-1
/
+1
*
Style issue: Don't include <wchar.h> where it is not actually needed.
kientzle
2005-09-10
6
-10
/
+49
*
Fix some errors in archive_read_data that caused failures in bsdtar's
kientzle
2005-09-10
1
-12
/
+11
*
Fix fallout from the previous commit:
yar
2005-09-09
1
-4
/
+7
*
Terminate metadata restore early only on failure, not success.
kientzle
2005-09-05
1
-2
/
+4
*
Record an error message if there are write errors when extracting the
kientzle
2005-08-10
1
-1
/
+4
*
Minor configuration fix to disable ACL support on MacOS X (which
kientzle
2005-08-10
2
-4
/
+13
*
Generate default fake "device" and "inode" numbers for entries
kientzle
2005-08-02
1
-0
/
+25
*
When copying time values from the main entry header to be used in the
kientzle
2005-08-02
1
-10
/
+19
*
Correct a few minor mis-statements (libarchive does support reading
kientzle
2005-08-02
1
-5
/
+6
*
Fix all the spelling mistakes I could find in the man pages for words
keramida
2005-07-31
2
-4
/
+4
*
Bump the shared library version number of all libraries that have not
kensmith
2005-07-22
1
-1
/
+1
*
Assorted markup fixes.
ru
2005-06-15
2
-2
/
+3
*
Minor clean up for flags restoration: Use fchflags/lchflags when
kientzle
2005-06-04
4
-13
/
+52
*
Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.
kientzle
2005-06-04
1
-13
/
+13
*
Support libarchive with C++ by adding appropriate conditional
kientzle
2005-06-04
2
-4
/
+25
*
Fix one error in the example usage of the archive_write API and fill
kientzle
2005-06-04
1
-27
/
+52
*
Provide missing implementations for archive_entry_ctime() and
scottl
2005-06-01
1
-0
/
+13
*
Remove the C99-specific __func__ that is one of the few barrier to
kientzle
2005-06-01
7
-37
/
+39
*
<Ooops> Two lines got dropped from the previous commit. Apologies.
kientzle
2005-06-01
1
-0
/
+2
*
A minor refinement to "pax" output: Remove suid/sgid/sticky bits
kientzle
2005-06-01
3
-0
/
+38
*
Start to address the race issue between restoring a file's contents
kientzle
2005-05-21
4
-105
/
+204
*
Correct return values in myopen() and myclose() in Example code.
kientzle
2005-05-21
1
-2
/
+2
*
archive_entry_set_link is supposed to update whichever link field
kientzle
2005-05-08
1
-1
/
+2
*
Fix broken ACL configuration on FreeBSD 4 and Linux.
kientzle
2005-04-23
3
-7
/
+19
*
Certain filenames between 245 and 255 characters long would cause an
kientzle
2005-04-23
1
-71
/
+72
*
Portability enhancement: MS Windows won't restore metadata if the file
kientzle
2005-04-17
1
-1
/
+1
*
Update "make distfile" to use newest automake/autoconf from ports.
kientzle
2005-04-17
1
-2
/
+2
*
A number of improvements to ZIP support.
kientzle
2005-04-06
6
-67
/
+338
*
Clean up the support for extracting very long pathnames.
kientzle
2005-03-29
2
-14
/
+18
*
Support extracting entries with pathnames longer than PATH_MAX. In
kientzle
2005-03-13
4
-27
/
+104
*
When rejecting rediculously large pax attributes (such as pathnames
kientzle
2005-03-13
1
-2
/
+5
*
Correctly pass low-level I/O errors back up to the caller when
kientzle
2005-03-13
1
-1
/
+4
*
Better error messages on read and file-open errors.
kientzle
2005-03-13
2
-6
/
+30
[next]