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
*
Two minor nits:
kientzle
2007-07-31
1
-0
/
+7
*
Fix a strict aliasing warning from GCC 4.1.
kientzle
2007-07-20
1
-1
/
+4
*
archive_string_ensure() used to call exit(3) if it
kientzle
2007-07-15
5
-10
/
+27
*
Add archive_entry_copy_gname() and archive_entry_copy_uname()
kientzle
2007-07-15
4
-0
/
+22
*
Clarify one test.
kientzle
2007-07-15
1
-1
/
+1
*
Use an uncompressed test archive for gtar sparse format 1.0 format,
kientzle
2007-07-14
1
-20
/
+6
*
Report each failed test once, but keep a count and report that count
kientzle
2007-07-14
3
-22
/
+111
*
Restore the 'break' that was inadvertently removed in 1.57 of this file.
kientzle
2007-07-14
1
-0
/
+1
*
Extend the basic tar reading test to exercise most types of
kientzle
2007-07-14
1
-49
/
+388
*
Make the test for reading gtar sparse entries more robust;
kientzle
2007-07-13
1
-35
/
+198
*
New test suite test_read_pax_truncated probes libarchive
kientzle
2007-07-13
2
-0
/
+282
*
New file "read_open_memory.c" is a custom variant of
kientzle
2007-07-13
3
-1
/
+153
*
Fix running individual tests via "libarchive_test <number> <number> ..."
kientzle
2007-07-13
1
-1
/
+2
*
Correct multiple security issues in how libarchive handles corrupt
cperciva
2007-07-12
2
-41
/
+104
*
Fix installworld: /usr/bin/printf isn't available then,
kientzle
2007-07-07
1
-1
/
+3
*
Make test suite work with libarchive 1.3.1: Take advantage of
kientzle
2007-07-06
17
-25
/
+289
*
New "version stamp" simplifies determining the exact version
kientzle
2007-07-06
4
-23
/
+70
*
Fix 'bsdtar -t' on tape drives. Libarchive uses the
kientzle
2007-06-26
3
-12
/
+45
*
Ouch. I partially screwed up the last commit by
kientzle
2007-06-22
1
-1
/
+0
*
Support for writing the 'newc' cpio format, plus a minimal test harness
kientzle
2007-06-22
7
-0
/
+393
*
Track whether the current read stream supports seek(). For now, we
kientzle
2007-06-18
2
-0
/
+22
*
Make 'ar' write test a tad more portable.
kientzle
2007-06-13
1
-3
/
+3
*
Read support for the new GNU tar sparse formats added in gtar 1.15 and
kientzle
2007-06-13
3
-84
/
+570
*
Add some options to libarchive_test:
kientzle
2007-06-13
1
-12
/
+50
*
Fix a broken function declaration.
kientzle
2007-06-13
1
-1
/
+1
*
Options spring cleanup:
sepotvin
2007-06-13
1
-1
/
+0
*
Don't lose leading '/' for pathnames exactly 101 bytes long.
kientzle
2007-06-11
2
-8
/
+25
*
libarchive 2.2.3
kientzle
2007-05-29
73
-1372
/
+3889
*
Replace "sizeof(struct bucket[cache_size])" with
cperciva
2007-05-22
1
-4
/
+4
*
Don't test for NULL when it is both unnecessary (the pointer is checked
cperciva
2007-05-21
1
-1
/
+1
*
Remove pointless code: Don't assign a value to a variable when we're
cperciva
2007-05-21
1
-1
/
+0
*
Don't forget to free a string allocated by strdup where necessary.
cperciva
2007-05-19
1
-2
/
+9
*
s/@VERSION@/@ARCHIVE_VERSION@/
cperciva
2007-05-02
2
-3
/
+3
*
Fix a memory leak in the uname/gname lookup cache.
kientzle
2007-04-20
1
-11
/
+11
*
In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors which
cperciva
2007-04-16
1
-0
/
+6
*
Properly cleanup the UID/GID lookup data.
kientzle
2007-04-15
1
-0
/
+4
*
Don't free a NULL pointer.
kientzle
2007-04-15
1
-1
/
+2
*
Clean up a lot of memory leaks in the libarchive test harness.
kientzle
2007-04-15
12
-0
/
+29
*
Thanks to Colin for catching my mixup. The original problem wasn't
kientzle
2007-04-15
1
-3
/
+8
*
Consolidate numeric limit macros in one place; include them
kientzle
2007-04-15
6
-49
/
+44
*
Pass through error message if any operation fails, not just the last one.
kientzle
2007-04-14
1
-1
/
+1
*
Overhaul of 'ar' support:
kientzle
2007-04-14
7
-228
/
+235
*
Invoke utime(2) properly. (It's only used on platforms
kientzle
2007-04-14
1
-2
/
+2
*
Fix the build by temporarily disabling 'ar' support until
kientzle
2007-04-14
1
-1
/
+0
*
Fix the build.
kientzle
2007-04-14
2
-2
/
+2
*
Fixes from Joerg Sonnenberger, reviewed by Kai Wang.
kientzle
2007-04-14
1
-49
/
+81
*
Conventionally, tar archives have always included a trailing '/'
kientzle
2007-04-14
5
-74
/
+261
*
Portability: Don't use mkdtemp() when mkdir() will suffice.
kientzle
2007-04-14
1
-2
/
+2
*
More portability improvements from Martin Koeppe:
kientzle
2007-04-14
3
-11
/
+75
*
Portability.
kientzle
2007-04-13
1
-0
/
+2
[next]