Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | ustar: Add function to write header | Patrick McDermott | 2023-04-29 | 2 | -0/+63 |
| | |||||
* | dirent: Remove test code | Patrick McDermott | 2023-04-29 | 1 | -34/+0 |
| | |||||
* | dirent: Implement | Patrick McDermott | 2023-04-29 | 3 | -0/+189 |
| | |||||
* | opk/read: Rename static functions | Patrick McDermott | 2023-04-29 | 1 | -23/+23 |
| | |||||
* | opk: Split reading out into opk/read | Patrick McDermott | 2023-04-29 | 5 | -556/+613 |
| | |||||
* | opk: Strip leading "/" when checking names to print | Patrick McDermott | 2023-04-29 | 1 | -0/+4 |
| | |||||
* | opk: Ensure data file names begin with "/" | Patrick McDermott | 2023-04-29 | 1 | -6/+19 |
| | |||||
* | opk: Extract control files | Patrick McDermott | 2023-04-29 | 3 | -21/+128 |
| | |||||
* | main: Implement new -f, -F, -l, and -L options | Patrick McDermott | 2023-04-29 | 1 | -40/+103 |
| | |||||
* | opk: Print data files | Patrick McDermott | 2023-04-29 | 2 | -21/+99 |
| | |||||
* | opk: List control files | Patrick McDermott | 2023-04-29 | 2 | -3/+37 |
| | |||||
* | opk: Restore list error check | Patrick McDermott | 2023-04-29 | 1 | -2/+9 |
| | |||||
* | main: Free opk on -h and -V | Patrick McDermott | 2023-04-28 | 1 | -0/+2 |
| | |||||
* | opk: List missing control files | Patrick McDermott | 2023-04-28 | 1 | -5/+12 |
| | |||||
* | opk: Merge most of seek func into read func | Patrick McDermott | 2023-04-28 | 1 | -67/+34 |
| | |||||
* | opk: Remove found members from list | Patrick McDermott | 2023-04-28 | 1 | -31/+62 |
| | |||||
* | opk: Improve loop control | Patrick McDermott | 2023-04-28 | 1 | -10/+6 |
| | |||||
* | opk: Ignore leading "./" in requested member names | Patrick McDermott | 2023-04-28 | 1 | -1/+5 |
| | |||||
* | opk: Make version variables local | Patrick McDermott | 2023-04-28 | 1 | -4/+4 |
| | |||||
* | opk: Absorb seek list management from ustar | Patrick McDermott | 2023-04-28 | 3 | -209/+126 |
| | |||||
* | opk: Manage control file list and listing flag | Patrick McDermott | 2023-04-28 | 3 | -161/+184 |
| | | | | Instead of main() doing so. | ||||
* | ustar: Don't read data after finding named header | Patrick McDermott | 2023-04-28 | 1 | -16/+7 |
| | |||||
* | Revert "main: Test gzip writing" | Patrick McDermott | 2023-04-28 | 1 | -58/+222 |
| | | | | This reverts commit 261d5be6b02e73fc0c7973b7319e89af7e574fb0. | ||||
* | main: Test gzip writing | Patrick McDermott | 2023-04-28 | 1 | -222/+58 |
| | |||||
* | gzip: Add write direction | Patrick McDermott | 2023-04-28 | 3 | -19/+150 |
| | |||||
* | opk: Print linkname | Patrick McDermott | 2023-04-25 | 1 | -4/+11 |
| | |||||
* | ustar: Ensure listed linkname is NUL-terminated | Patrick McDermott | 2023-04-25 | 2 | -6/+6 |
| | | | | Also simplify uname and gname copying. | ||||
* | ustar: Eliminate static variables | Patrick McDermott | 2023-04-25 | 1 | -50/+53 |
| | |||||
* | opk: Ignore -Wformat-nonliteral | Patrick McDermott | 2023-04-20 | 1 | -0/+3 |
| | |||||
* | opk: Fix column width calculation | Patrick McDermott | 2023-04-20 | 1 | -3/+6 |
| | | | | Also fix possibly uninitialized list tail. | ||||
* | main: Set text domain and locale | Patrick McDermott | 2023-04-20 | 1 | -2/+14 |
| | |||||
* | src/i18n.h: Handle !ENABLE_NLS | Patrick McDermott | 2023-04-20 | 1 | -0/+8 |
| | |||||
* | main, opk: Translate strings | Patrick McDermott | 2023-04-20 | 2 | -30/+38 |
| | |||||
* | main: Print options help in one puts() call | Patrick McDermott | 2023-04-20 | 1 | -37/+31 |
| | |||||
* | build: gettextize | Patrick McDermott | 2023-04-20 | 2 | -0/+4 |
| | |||||
* | main: Check for at least one option | Patrick McDermott | 2023-04-20 | 1 | -0/+6 |
| | |||||
* | main: Disable getopt's error output | Patrick McDermott | 2023-04-20 | 1 | -0/+1 |
| | |||||
* | main: Add help output and check for operand | Patrick McDermott | 2023-04-20 | 1 | -4/+78 |
| | |||||
* | main: Add version output | Patrick McDermott | 2023-04-20 | 1 | -2/+19 |
| | |||||
* | main: Handle options | Patrick McDermott | 2023-04-20 | 1 | -14/+99 |
| | | | | Missing: -h, -V, and -? | ||||
* | ustar: Add a couple small comments | Patrick McDermott | 2023-04-19 | 1 | -0/+4 |
| | |||||
* | opk: Automatically initialize inner gzip and ustar | Patrick McDermott | 2023-04-19 | 3 | -57/+36 |
| | | | | Simplifies interface to main(). | ||||
* | opk: Fix a leak on error | Patrick McDermott | 2023-04-19 | 1 | -9/+11 |
| | |||||
* | ustar: Make seek names struct opaque | Patrick McDermott | 2023-04-19 | 4 | -52/+80 |
| | | | | Simplify main() a little and fix memory leak on success. | ||||
* | opk: Initialize seek_name.found | Patrick McDermott | 2023-04-19 | 1 | -2/+3 |
| | |||||
* | main: Fix list free loop | Patrick McDermott | 2023-04-19 | 1 | -4/+4 |
| | |||||
* | opk: Document functions | Patrick McDermott | 2023-04-19 | 1 | -0/+55 |
| | |||||
* | opk: Return error if unable to write to stdout | Patrick McDermott | 2023-04-19 | 1 | -6/+17 |
| | |||||
* | ustar: Shorten macro name | Patrick McDermott | 2023-04-18 | 2 | -5/+5 |
| | |||||
* | opk: Print multiple control files | Patrick McDermott | 2023-04-18 | 2 | -15/+26 |
| |