| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename src/ to opkg-opk/ | Patrick McDermott | 2023-07-06 | 1 | -370/+0 |
|
|
* | main: Make globals static const | Patrick McDermott | 2023-06-26 | 1 | -4/+4 |
|
|
* | main: Report failure to read specials file | Patrick McDermott | 2023-06-19 | 1 | -1/+9 |
|
|
* | Fix license notices | Patrick McDermott | 2023-06-18 | 1 | -1/+1 |
|
|
* | main: Add -s option | Patrick McDermott | 2023-06-17 | 1 | -2/+15 |
|
|
* | opk/write: Build mode (WIP) | Patrick McDermott | 2023-04-30 | 1 | -6/+46 |
|
|
* | opk: Extract control files | Patrick McDermott | 2023-04-29 | 1 | -3/+13 |
|
|
* | main: Implement new -f, -F, -l, and -L options | Patrick McDermott | 2023-04-29 | 1 | -40/+103 |
|
|
* | main: Free opk on -h and -V | Patrick McDermott | 2023-04-28 | 1 | -0/+2 |
|
|
* | opk: Manage control file list and listing flag | Patrick McDermott | 2023-04-28 | 1 | -54/+27 |
|
|
* | Revert "main: Test gzip writing" | Patrick McDermott | 2023-04-28 | 1 | -58/+222 |
|
|
* | main: Test gzip writing | Patrick McDermott | 2023-04-28 | 1 | -222/+58 |
|
|
* | main: Set text domain and locale | Patrick McDermott | 2023-04-20 | 1 | -2/+14 |
|
|
* | main, opk: Translate strings | Patrick McDermott | 2023-04-20 | 1 | -15/+21 |
|
|
* | main: Print options help in one puts() call | Patrick McDermott | 2023-04-20 | 1 | -37/+31 |
|
|
* | main: Check for at least one option | Patrick McDermott | 2023-04-20 | 1 | -0/+6 |
|
|
* | main: Disable getopt's error output | Patrick McDermott | 2023-04-20 | 1 | -0/+1 |
|
|
* | main: Add help output and check for operand | Patrick McDermott | 2023-04-20 | 1 | -4/+78 |
|
|
* | main: Add version output | Patrick McDermott | 2023-04-20 | 1 | -2/+19 |
|
|
* | main: Handle options | Patrick McDermott | 2023-04-20 | 1 | -14/+99 |
|
|
* | opk: Automatically initialize inner gzip and ustar | Patrick McDermott | 2023-04-19 | 1 | -15/+5 |
|
|
* | ustar: Make seek names struct opaque | Patrick McDermott | 2023-04-19 | 1 | -15/+9 |
|
|
* | main: Fix list free loop | Patrick McDermott | 2023-04-19 | 1 | -4/+4 |
|
|
* | opk: Print multiple control files | Patrick McDermott | 2023-04-18 | 1 | -0/+5 |
|
|
* | ustar: Use linked list instead of varargs in seek | Patrick McDermott | 2023-04-18 | 1 | -2/+17 |
|
|
* | opk: Separate output with newline, so main needn't | Patrick McDermott | 2023-04-18 | 1 | -3/+0 |
|
|
* | opk: Split from main | Patrick McDermott | 2023-04-18 | 1 | -251/+13 |
|
|
* | main: Drop a macro | Patrick McDermott | 2023-04-18 | 1 | -4/+2 |
|
|
* | main: Split outer and inner archive initialization | Patrick McDermott | 2023-04-18 | 1 | -67/+103 |
|
|
* | main, ustar: Add comments | Patrick McDermott | 2023-04-18 | 1 | -0/+10 |
|
|
* | main: Check debian-version | Patrick McDermott | 2023-04-18 | 1 | -0/+18 |
|
|
* | main: Set max column widths and free members | Patrick McDermott | 2023-04-18 | 1 | -5/+46 |
|
|
* | ustar, main: Dynamically allocate member structs | Patrick McDermott | 2023-04-18 | 1 | -16/+17 |
|
|
* | ustar, main: Show mode and mtime | Patrick McDermott | 2023-04-17 | 1 | -4/+21 |
|
|
* | ustar, main: Show type, uname, and gname | Patrick McDermott | 2023-04-17 | 1 | -1/+4 |
|
|
* | ustar, main: Show size of member files | Patrick McDermott | 2023-04-17 | 1 | -1/+1 |
|
|
* | ustar: Search for multiple member names | Patrick McDermott | 2023-04-17 | 1 | -2/+3 |
|
|
* | main: Fix control file name | Patrick McDermott | 2023-04-17 | 1 | -1/+1 |
|
|
* | main: Improve error messages about inner archive | Patrick McDermott | 2023-04-17 | 1 | -3/+6 |
|
|
* | main: Uncomment control file reading | Patrick McDermott | 2023-04-15 | 1 | -5/+5 |
|
|
* | main: Print error messages | Patrick McDermott | 2023-04-15 | 1 | -0/+10 |
|
|
* | main: Cast function type | Patrick McDermott | 2023-04-15 | 1 | -1/+3 |
|
|
* | main: Simplify/improve error handling | Patrick McDermott | 2023-04-15 | 1 | -18/+25 |
|
|
* | ustar: Fix read buffer | Patrick McDermott | 2023-04-15 | 1 | -1/+1 |
|
|
* | [WIP] main: Print control file and list data files | Patrick McDermott | 2023-04-14 | 1 | -18/+92 |
|
|
* | Eliminate magic numbers | Patrick McDermott | 2023-04-14 | 1 | -2/+5 |
|
|
* | gzip, ustar: Add *_free() functions | Patrick McDermott | 2023-04-14 | 1 | -2/+3 |
|
|
* | main: List outer archive members | Patrick McDermott | 2023-04-14 | 1 | -5/+49 |
|
|
* | main: Free zlib buffers | Patrick McDermott | 2023-04-13 | 1 | -0/+1 |
|
|
* | main: List archive members | Patrick McDermott | 2023-04-13 | 1 | -0/+28 |
|
|