| 2010-03-12 |
Tim Kientzle | Provide format names that allow explicit setting of... |
commit | commitdiff | tree | snapshot |
| 2010-03-12 |
Tim Kientzle | On systems that can't read symlink ACLs, don't read... |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tim Kientzle | Put the libarchive source directory at the beginning... |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tim Kientzle | Issue 70: Consistently use O_BINARY when opening files. |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tim Kientzle | Include archive_crc32.h in the distribution. |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tim Kientzle | Style: remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tim Kientzle | Set version to 2.8.900a for testing pre-3.0. |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tim Kientzle | Rework archive_write_set_options: |
commit | commitdiff | tree | snapshot |
| 2010-03-06 |
Tim Kientzle | Clean up a missing case. |
commit | commitdiff | tree | snapshot |
| 2010-03-05 |
Tim Kientzle | If we need iconv.h to do a test build, then we'll need... |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Tim Kientzle | Correct the error message printed for a state failure. |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Tim Kientzle | Support test specifications of the form 7-18 for runnin... |
commit | commitdiff | tree | snapshot |
| 2010-03-04 |
Tim Kientzle | Fix a memory leak by invoking the client closer at the |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Tim Kientzle | Rename 'finish' to 'close' and 'destroy' to 'free'... |
commit | commitdiff | tree | snapshot |
| 2010-03-01 |
Tim Kientzle | Open a door to changing the current abort-on-state... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Tim Kientzle | On second thought, since this new man page basically... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Tim Kientzle | Following Joerg's lead, split out the archive_write... |
commit | commitdiff | tree | snapshot |
| 2010-02-28 |
Tim Kientzle | Correct the comment to match the real spelling of these... |
commit | commitdiff | tree | snapshot |
| 2010-02-27 |
Tim Kientzle | Minor fixups for the raw handler: Use "raw" as the... |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Michihiro NAKAJIMA | Unbreak build on msys; further portability. |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Michihiro NAKAJIMA | Add aliases "iso" and "cd9660" to iso9660. |
commit | commitdiff | tree | snapshot |
| 2010-02-26 |
Tim Kientzle | Use archive_clear_error() to wipe the error info. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | Do not break for-loop even if there is a wrong entry. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | Portability. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | On Windows, use _mkgmtime64() which is like timegm... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Tim Kientzle | archive_write_disk uses a series of chdir() operations... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Tim Kientzle | Use st_size to size the buffer for reading a symbolic... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Tim Kientzle | Set archive_error_number to zero here. I'm a little... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Joerg Sonnenberger | Sort out the remaining format string vs argument types... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Joerg Sonnenberger | Add __LA_PRINTF to enable format-string checks for... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Joerg Sonnenberger | Support z for (s)size_t. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Joerg Sonnenberger | Add missing argument for archive_set_error to match... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Joerg Sonnenberger | Fix some types for printf-like functions. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | Explicit cast to intmax_t for uid and gid in archive_wr... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | Introduce ISO writer. |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | Simplify the handling of the MSDOS style dates, which... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | Eliminate the cause of segfault at test_write_disk_perm... |
commit | commitdiff | tree | snapshot |
| 2010-02-25 |
Michihiro NAKAJIMA | Eliminate warnings, which are singed/unsigned mismatch... |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Michihiro NAKAJIMA | Unbreak build on mingw. |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Michihiro NAKAJIMA | MSDOS-style date/time can handle only dates between... |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Tim Kientzle | Clarify that archive_errno() cannot be reliably used... |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Tim Kientzle | svn:ignore update |
commit | commitdiff | tree | snapshot |
| 2010-02-24 |
Tim Kientzle | svn:ignore updates. |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Michihiro NAKAJIMA | Avoid failing some libarchive_test on Windows and some... |
commit | commitdiff | tree | snapshot |
| 2010-02-23 |
Tim Kientzle | Oops. Forgot to initialize the is_disk_like variable... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Be consistent and complete and document all available... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Document the various long options and use consistent... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Fix a typo. Annotate that archive_entry_mode is the... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | archive_entry_set_XXX is an alias for archive_entry_cop... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Reduce to the basic creation/destroy functions and... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Add description of archive_entry_perm/archive_entry_set... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Hook up the remaining man pages. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | The majority of the stat(2) like interface. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Simplify birthtime handling and ensure that it is unset... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Add archive_entry_strmode. Spaces around em-dash. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Split functions related to Unix permission model from... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Tim Kientzle | Remove a stray comment. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Joerg Sonnenberger | Mention difference between _set and _copy. |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Tim Kientzle | Fix libarchive tests to work correctly with the candida... |
commit | commitdiff | tree | snapshot |
| 2010-02-22 |
Tim Kientzle | Rework the file handling here to explicitly probe the... |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Tim Kientzle | Fill in archive_entry_perm() as the read counterpart to |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Joerg Sonnenberger | Man page for the path name related functions. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Tim Kientzle | Prepare for the 3.0 ABI by switching a bunch of uses... |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Tim Kientzle | GCC on Mac OS is picky about pointer arithmetic. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Tim Kientzle | Macs don't have tape drives, but they do define _PATH_D... |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Tim Kientzle | Remove an old debugging printf. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Joerg Sonnenberger | Kill a trailing comma at the end of the .Nm list. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Joerg Sonnenberger | Improve detection of SHA2 functions in OpenSSL to deal... |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Joerg Sonnenberger | Install archive_entry_acl.3 and archive_entry_time.3. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Joerg Sonnenberger | Fix the description of ctime as noticed by Tim. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Tim Kientzle | Remove calls to set_compression_none(), since it does... |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Tim Kientzle | The only place blocking is really needed is just before... |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Michihiro NAKAJIMA | Unbreak build on Visual Studio. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Joerg Sonnenberger | mdoclint. |
commit | commitdiff | tree | snapshot |
| 2010-02-21 |
Joerg Sonnenberger | First draft of a man page for the ACL functions. |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Kill some trailing whitespace. |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Split time field documentation into a separate man... |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Spell my own name :) |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Simplify the line reader: |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Add a basic man page for the linkresolver code. |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Tim Kientzle | Remove some debugging printfs |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Provide a sane default strategy for the various formats. |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Make sure that len is initialised even if no filters... |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Fix spacing |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Tim Kientzle | Correct the spelling of 'hierarchy' |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | The second argument for lafe_line_reader has been chang... |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Tim Kientzle | Improve the detection of seekable devices so we can... |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Tim Kientzle | Stackable write filter support. This ended up touching... |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Tim Kientzle | Returning ARCHIVE_WARN when someone tries to write... |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Tim Kientzle | Use the non-deprecated archive_version_string() |
commit | commitdiff | tree | snapshot |
| 2010-02-20 |
Joerg Sonnenberger | Do not leak setup_xattr into the global name space. |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Michihiro NAKAJIMA | Remove unused macros in archive_windows.h. |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | In libarchive 3.0, archive_entry_ino() returns int64_t... |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | Starting with libarchive 3.0, archive_entry_set_ino... |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | Use archive_version_string() instead of archive_version(). |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | Don't use archive_version(), which is going away in... |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | Modernize this test. Add additional assertions to... |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | Verify the correct formats are being reported when... |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | Break a long line. |
commit | commitdiff | tree | snapshot |
| 2010-02-17 |
Tim Kientzle | Modernize this test a bit. |
commit | commitdiff | tree | snapshot |
| next |