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
*
Simplify some of the wide-character handling, inspired
kientzle
2006-05-01
3
-62
/
+40
*
Whitespace cleanup.
kientzle
2006-05-01
1
-2
/
+2
*
Even if a system does not support restoring extended attributes,
kientzle
2006-03-22
1
-2
/
+4
*
POSIX.1e-style Extended Attribute support
kientzle
2006-03-21
10
-37
/
+628
*
Remove automake source from FreeBSD tree.
kientzle
2006-03-12
1
-72
/
+0
*
The idea of supporting 'tp' was a fun one, but it is
kientzle
2006-03-11
3
-621
/
+0
*
Remove configure.ac.in and reorganize a few other things. This is
kientzle
2006-03-08
5
-232
/
+38
*
Minor fixes to the code that generates an internal ustar filename
kientzle
2006-02-14
1
-21
/
+22
*
Extract device number information from SVR4 CPIO archives.
kientzle
2006-02-14
1
-0
/
+6
*
Fix an aliasing error in the new TP support and reenable it in the build.
kientzle
2006-01-26
2
-3
/
+5
*
Disable "tp" support until I figure out why it's breaking the build. <sigh>
kientzle
2006-01-18
1
-1
/
+0
*
If the attempt to open the archive fails (either the client open
kientzle
2006-01-17
2
-14
/
+38
*
Add support for "tp" format. tp was the standard system
kientzle
2006-01-17
4
-1
/
+631
*
[mdoc] add missing space before a punctuation type argument.
ru
2005-12-13
1
-1
/
+1
*
Portability: Remove AC_CHECK_MALLOC from configure.ac.in.
kientzle
2005-11-27
1
-1
/
+0
*
Fix prototypes.
ru
2005-11-24
4
-14
/
+14
*
-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
[next]