Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | build: Fix bug report URI | Patrick McDermott | 2023-04-20 | 1 | -1/+2 |
* | autogen.sh: Add copyright and license notice | Patrick McDermott | 2023-04-20 | 1 | -0/+9 |
* | build: Fix EXTRA_DIST | Patrick McDermott | 2023-04-20 | 1 | -1/+1 |
* | 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 | 3 | -15/+101 |
* | ustar: Add a couple small comments | Patrick McDermott | 2023-04-19 | 1 | -0/+4 |
* | build: Check for all libc functions | Patrick McDermott | 2023-04-19 | 1 | -3/+15 |
* | build: Fail if any math functions are missing | Patrick McDermott | 2023-04-19 | 1 | -1/+3 |
* | opk: Automatically initialize inner gzip and ustar | Patrick McDermott | 2023-04-19 | 3 | -57/+36 |
* | opk: Fix a leak on error | Patrick McDermott | 2023-04-19 | 1 | -9/+11 |
* | ustar: Make seek names struct opaque | Patrick McDermott | 2023-04-19 | 4 | -52/+80 |
* | opk: Initialize seek_name.found | Patrick McDermott | 2023-04-19 | 1 | -2/+3 |
* | main: Fix list free loop | Patrick McDermott | 2023-04-19 | 1 | -4/+4 |
* | opk: Document functions | Patrick McDermott | 2023-04-19 | 1 | -0/+55 |
* | opk: Return error if unable to write to stdout | Patrick McDermott | 2023-04-19 | 1 | -6/+17 |
* | ustar: Shorten macro name | Patrick McDermott | 2023-04-18 | 2 | -5/+5 |
* | opk: Print multiple control files | Patrick McDermott | 2023-04-18 | 2 | -15/+26 |
* | ustar: Use linked list instead of varargs in seek | Patrick McDermott | 2023-04-18 | 5 | -31/+131 |
* | opk: Separate output with newline, so main needn't | Patrick McDermott | 2023-04-18 | 2 | -3/+15 |
* | ustar: Document arguments that may be NULL | Patrick McDermott | 2023-04-18 | 1 | -2/+3 |
* | README: Explain opkg-opk's raison d'ĂȘtre | Patrick McDermott | 2023-04-18 | 1 | -0/+5 |
* | opk: Split from main | Patrick McDermott | 2023-04-18 | 4 | -251/+338 |
* | 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 |
* | gzip, ustar: Document functions | Patrick McDermott | 2023-04-18 | 2 | -0/+79 |
* | main, ustar: Add comments | Patrick McDermott | 2023-04-18 | 2 | -0/+28 |
* | main: Check debian-version | Patrick McDermott | 2023-04-18 | 1 | -0/+18 |
* | gzip: Cast to avoid warnings | Patrick McDermott | 2023-04-18 | 1 | -2/+3 |
* | ustar: Use char type | Patrick McDermott | 2023-04-18 | 1 | -32/+32 |
* | ustar: Fix a couple warnings | Patrick McDermott | 2023-04-18 | 1 | -2/+2 |
* | ustar: Make size unsigned | Patrick McDermott | 2023-04-18 | 2 | -2/+2 |
* | main: Set max column widths and free members | Patrick McDermott | 2023-04-18 | 3 | -7/+48 |
* | ustar, main: Dynamically allocate member structs | Patrick McDermott | 2023-04-18 | 3 | -42/+53 |
* | ustar, main: Show mode and mtime | Patrick McDermott | 2023-04-17 | 4 | -11/+42 |
* | ustar, main: Show type, uname, and gname | Patrick McDermott | 2023-04-17 | 3 | -1/+36 |
* | ustar: Verify typeflag | Patrick McDermott | 2023-04-17 | 1 | -4/+20 |
* | Revert "ustar: Verify full magic field" | Patrick McDermott | 2023-04-17 | 1 | -1/+1 |
* | ustar: Verify full magic field | Patrick McDermott | 2023-04-17 | 1 | -1/+1 |
* | Revert "ustar: Verify version" | Patrick McDermott | 2023-04-17 | 1 | -4/+0 |
* | ustar: Verify version | Patrick McDermott | 2023-04-17 | 1 | -0/+4 |
* | ustar: Verify header checksums | Patrick McDermott | 2023-04-17 | 2 | -4/+25 |
* | TODO: Checksum | Patrick McDermott | 2023-04-17 | 1 | -0/+1 |
* | ustar, main: Show size of member files | Patrick McDermott | 2023-04-17 | 3 | -3/+7 |
* | ustar: Search for multiple member names | Patrick McDermott | 2023-04-17 | 4 | -7/+16 |
* | TODO: New file | Patrick McDermott | 2023-04-17 | 1 | -0/+4 |
* | 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 |