summaryrefslogtreecommitdiffstats
path: root/src/opk.c
Commit message (Collapse)AuthorAgeFilesLines
* opk/write: Build mode (WIP)Patrick McDermott2023-04-301-0/+7
|
* opk: Split reading out into opk/readPatrick McDermott2023-04-291-556/+1
|
* opk: Strip leading "/" when checking names to printPatrick McDermott2023-04-291-0/+4
|
* opk: Ensure data file names begin with "/"Patrick McDermott2023-04-291-6/+19
|
* opk: Extract control filesPatrick McDermott2023-04-291-18/+103
|
* opk: Print data filesPatrick McDermott2023-04-291-21/+86
|
* opk: List control filesPatrick McDermott2023-04-291-2/+26
|
* opk: Restore list error checkPatrick McDermott2023-04-291-2/+9
|
* opk: List missing control filesPatrick McDermott2023-04-281-5/+12
|
* opk: Merge most of seek func into read funcPatrick McDermott2023-04-281-67/+34
|
* opk: Remove found members from listPatrick McDermott2023-04-281-31/+62
|
* opk: Improve loop controlPatrick McDermott2023-04-281-10/+6
|
* opk: Ignore leading "./" in requested member namesPatrick McDermott2023-04-281-1/+5
|
* opk: Make version variables localPatrick McDermott2023-04-281-4/+4
|
* opk: Absorb seek list management from ustarPatrick McDermott2023-04-281-39/+126
|
* opk: Manage control file list and listing flagPatrick McDermott2023-04-281-87/+136
| | | | Instead of main() doing so.
* gzip: Add write directionPatrick McDermott2023-04-281-2/+3
|
* opk: Print linknamePatrick McDermott2023-04-251-4/+11
|
* opk: Ignore -Wformat-nonliteralPatrick McDermott2023-04-201-0/+3
|
* opk: Fix column width calculationPatrick McDermott2023-04-201-3/+6
| | | | Also fix possibly uninitialized list tail.
* main, opk: Translate stringsPatrick McDermott2023-04-201-15/+17
|
* 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