summaryrefslogtreecommitdiffstats
path: root/src/opk.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix license noticesPatrick McDermott2023-06-181-4/+4
|
* opk: Read specials filePatrick McDermott2023-05-171-0/+14
|
* opk/write: Build mode (WIP)Patrick McDermott2023-04-301-2/+22
|
* opk: Extract control filesPatrick McDermott2023-04-291-0/+12
|
* opk: Print data filesPatrick McDermott2023-04-291-0/+13
|
* opk: List control filesPatrick McDermott2023-04-291-1/+11
|
* opk: Manage control file list and listing flagPatrick McDermott2023-04-281-20/+21
| | | | Instead of main() doing so.
* opk: Automatically initialize inner gzip and ustarPatrick McDermott2023-04-191-31/+4
| | | | Simplifies interface to main().
* opk: Document functionsPatrick McDermott2023-04-191-0/+55
|
* ustar: Use linked list instead of varargs in seekPatrick McDermott2023-04-181-1/+4
| | | | Also indicate when all sought member files are found.
* opk: Split from mainPatrick McDermott2023-04-181-0/+43