Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | opk: Restore list error check | Patrick McDermott | 2023-04-29 | 1 | -2/+9 |
| | |||||
* | 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 | 1 | -39/+126 |
| | |||||
* | opk: Manage control file list and listing flag | Patrick McDermott | 2023-04-28 | 1 | -87/+136 |
| | | | | Instead of main() doing so. | ||||
* | gzip: Add write direction | Patrick McDermott | 2023-04-28 | 1 | -2/+3 |
| | |||||
* | opk: Print linkname | Patrick McDermott | 2023-04-25 | 1 | -4/+11 |
| | |||||
* | 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, opk: Translate strings | Patrick McDermott | 2023-04-20 | 1 | -15/+17 |
| | |||||
* | opk: Automatically initialize inner gzip and ustar | Patrick McDermott | 2023-04-19 | 1 | -11/+27 |
| | | | | 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 | 1 | -14/+5 |
| | | | | Simplify main() a little and fix memory leak on success. | ||||
* | opk: Initialize seek_name.found | Patrick McDermott | 2023-04-19 | 1 | -2/+3 |
| | |||||
* | opk: Return error if unable to write to stdout | Patrick McDermott | 2023-04-19 | 1 | -6/+17 |
| | |||||
* | opk: Print multiple control files | Patrick McDermott | 2023-04-18 | 1 | -15/+21 |
| | |||||
* | ustar: Use linked list instead of varargs in seek | Patrick McDermott | 2023-04-18 | 1 | -9/+16 |
| | | | | Also indicate when all sought member files are found. | ||||
* | opk: Separate output with newline, so main needn't | Patrick McDermott | 2023-04-18 | 1 | -0/+15 |
| | |||||
* | opk: Split from main | Patrick McDermott | 2023-04-18 | 1 | -0/+280 |