summaryrefslogtreecommitdiffstats
path: root/src/opk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* main, opk: Translate stringsPatrick McDermott2023-04-201-15/+17
* opk: Automatically initialize inner gzip and ustarPatrick McDermott2023-04-191-11/+27
* opk: Fix a leak on errorPatrick McDermott2023-04-191-9/+11
* ustar: Make seek names struct opaquePatrick McDermott2023-04-191-14/+5
* 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
* opk: Separate output with newline, so main needn'tPatrick McDermott2023-04-181-0/+15
* opk: Split from mainPatrick McDermott2023-04-181-0/+280