| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq; | bms | 2009-04-29 | 1 | -2/+3 |
* | Change the test at the beginning of strncmp(), from being if (len - 1) < 0 | cognet | 2009-04-28 | 1 | -4/+4 |
* | Document the liblzma support. | kientzle | 2009-04-27 | 1 | -0/+3 |
* | Symlink some additional man page entries. | kientzle | 2009-04-27 | 1 | -0/+7 |
* | Merge r991 from libarchive.googlecode.com: Various updates | kientzle | 2009-04-27 | 1 | -8/+55 |
* | Merge r990,r1044 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 7 | -2/+292 |
* | Merge r1061,r1062,r1063 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 4 | -1/+70 |
* | Merge r1034 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -25/+25 |
* | Merge r1058 from libarchive.googlecode.com: Require that each | kientzle | 2009-04-27 | 2 | -7/+13 |
* | ino_t varies across platforms; casting (int) here avoids | kientzle | 2009-04-27 | 1 | -2/+3 |
* | Merge r1032 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -12/+16 |
* | Merge r1054,r1060 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -6/+19 |
* | Merge r1021 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -2/+14 |
* | Merge r1052,r1055 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 4 | -0/+5 |
* | Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 6 | -48/+314 |
* | Merge r988,r1064 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 2 | -12/+24 |
* | Reading an mtree file is supposed to provide | kientzle | 2009-04-26 | 2 | -2/+15 |
* | Various improvements to the tar.5 manpage, including | kientzle | 2009-04-26 | 1 | -18/+105 |
* | Exit with ARCHIVE_FATAL if the ISO image is truncated. | kientzle | 2009-04-26 | 1 | -1/+1 |
* | Remove an unused variable. | kientzle | 2009-04-26 | 1 | -2/+1 |
* | Fix typo. | trasz | 2009-04-26 | 1 | -1/+1 |
* | Correct the information about when the respective functionality first | brueffer | 2009-04-23 | 2 | -2/+2 |
* | Implement low-level Bluetooth HCI API. | emax | 2009-04-22 | 4 | -19/+836 |
* | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | rwatson | 2009-04-19 | 1 | -2/+0 |
* | Merge OpenBSM 1.1 from OpenBSM vendor branch to head. | rwatson | 2009-04-19 | 1 | -0/+4 |
* | Rely on OpenSSL bits only if we're building a system with OpenSSL. | kientzle | 2009-04-18 | 3 | -20/+22 |
* | Correct and update the manpage to include | kientzle | 2009-04-18 | 1 | -13/+47 |
* | Disabling the crypto bits should quiet tinderbox while I | kientzle | 2009-04-17 | 1 | -0/+8 |
* | Publicize a handful of new functions and bump the version number | kientzle | 2009-04-17 | 1 | -5/+17 |
* | Merge lots of test suite updates from libarchive.googlecode.com. | kientzle | 2009-04-17 | 42 | -349/+2236 |
* | FreeBSD has a lot of crypto functions used by the recent mtree writer updates. | kientzle | 2009-04-17 | 1 | -1/+7 |
* | Ensure that the option setters return OK (option used) even | kientzle | 2009-04-17 | 1 | -3/+9 |
* | Fix a memory leak: Release the current list of /set keywords | kientzle | 2009-04-17 | 1 | -3/+9 |
* | Document the new read options interface and the new read_header2() call. | kientzle | 2009-04-17 | 1 | -0/+62 |
* | Dynamically size the buffer we pass to getgrgid_r() and getpwuid_r(). | kientzle | 2009-04-17 | 1 | -16/+57 |
* | Don't match an empty file on a read error. | kientzle | 2009-04-17 | 1 | -6/+5 |
* | When pulling metadata from disk, lookup the user and group name at the same t... | kientzle | 2009-04-17 | 1 | -1/+12 |
* | LZW bugfix: when we hit end-of-file, return an invalid code. | kientzle | 2009-04-17 | 1 | -2/+2 |
* | Minor fix: some platforms require both inttypes.h and stdint.h. | kientzle | 2009-04-17 | 1 | -1/+2 |
* | Implement command-line fallbacks for gzip and bzip2 decompression as well. | kientzle | 2009-04-17 | 3 | -14/+41 |
* | Merge new xz/lzma support from libarchive.googlecode.com. | kientzle | 2009-04-17 | 3 | -0/+1083 |
* | Don't use the open callback, which is deprecated (because it's | kientzle | 2009-04-17 | 3 | -142/+84 |
* | Accept empty options, add a new read_next_header2() which is more | kientzle | 2009-04-17 | 1 | -5/+22 |
* | Properly clone and free the recently-added "sourcepath" field. | kientzle | 2009-04-17 | 1 | -0/+2 |
* | Use thread-safe getgrnam_r() and getpwnam_r(); dynamically size | kientzle | 2009-04-17 | 1 | -6/+50 |
* | Fix a minor memory leak. | kientzle | 2009-04-17 | 1 | -0/+2 |
* | Merge from libarchive.googlecode.com: Numerous fixes to the | kientzle | 2009-04-17 | 4 | -232/+360 |
* | Merge from libarchive.googlecode.com: If we're | kientzle | 2009-04-17 | 1 | -32/+15 |
* | There is no way for strmode(3) to append '+' if the file has ACL, | trasz | 2009-04-14 | 2 | -4/+2 |
* | Re-enable backing up extended attributes, as the ZFS bug this | kientzle | 2009-04-13 | 1 | -4/+0 |