summaryrefslogtreecommitdiffstats
path: root/src/opk.c
Commit message (Collapse)AuthorAgeFilesLines
* opk: Automatically initialize inner gzip and ustarPatrick McDermott2023-04-191-11/+27
| | | | Simplifies interface to main().
* opk: Fix a leak on errorPatrick McDermott2023-04-191-9/+11
|
* ustar: Make seek names struct opaquePatrick McDermott2023-04-191-14/+5
| | | | Simplify main() a little and fix memory leak on success.
* opk: Initialize seek_name.foundPatrick McDermott2023-04-191-2/+3
|
* opk: Return error if unable to write to stdoutPatrick McDermott2023-04-191-6/+17
|
* opk: Print multiple control filesPatrick McDermott2023-04-181-15/+21
|
* ustar: Use linked list instead of varargs in seekPatrick McDermott2023-04-181-9/+16
| | | | Also indicate when all sought member files are found.
* opk: Separate output with newline, so main needn'tPatrick McDermott2023-04-181-0/+15
|
* opk: Split from mainPatrick McDermott2023-04-181-0/+280