| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | 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 | 1 | -5/+46 |
|
|
* | 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 | 3 | -10/+40 |
|
|
* | 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 | 1 | -3/+25 |
|
|
* | 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 | 3 | -6/+16 |
|
|
* | 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 |
|
|
* | gzip: Make more robust | Patrick McDermott | 2023-04-17 | 1 | -4/+17 |
|
|
* | ustar: Don't read sought file | Patrick McDermott | 2023-04-17 | 1 | -4/+4 |
|
|
* | main: Uncomment control file reading | Patrick McDermott | 2023-04-15 | 1 | -5/+5 |
|
|
* | ustar: Fix seeking | Patrick McDermott | 2023-04-15 | 1 | -10/+6 |
|
|
* | main: Print error messages | Patrick McDermott | 2023-04-15 | 1 | -0/+10 |
|
|
* | main: Cast function type | Patrick McDermott | 2023-04-15 | 3 | -3/+7 |
|
|
* | main: Simplify/improve error handling | Patrick McDermott | 2023-04-15 | 1 | -18/+25 |
|
|
* | ustar: Fix read buffer | Patrick McDermott | 2023-04-15 | 3 | -21/+24 |
|
|
* | [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 | 4 | -17/+29 |
|
|
* | gzip, ustar: Add *_free() functions | Patrick McDermott | 2023-04-14 | 5 | -6/+22 |
|
|
* | main: List outer archive members | Patrick McDermott | 2023-04-14 | 1 | -5/+49 |
|
|
* | ustar: Rewrite | Patrick McDermott | 2023-04-14 | 2 | -40/+127 |
|
|
* | gzip: Rewrite | Patrick McDermott | 2023-04-14 | 2 | -102/+51 |
|
|
* | ustar: Improve end detection | Patrick McDermott | 2023-04-13 | 1 | -2/+7 |
|
|
* | ustar: Fix EOF logic | Patrick McDermott | 2023-04-13 | 1 | -7/+11 |
|
|
* | ustar: Size field (and all other ints) is octal | Patrick McDermott | 2023-04-13 | 1 | -1/+1 |
|
|
* | main: Free zlib buffers | Patrick McDermott | 2023-04-13 | 1 | -0/+1 |
|
|
* | gzip: Set windowBits for gzip | Patrick McDermott | 2023-04-13 | 1 | -1/+1 |
|
|
* | ustar: Verify magic | Patrick McDermott | 2023-04-13 | 1 | -0/+5 |
|
|
* | main: List archive members | Patrick McDermott | 2023-04-13 | 3 | -9/+38 |
|
|
* | ustar: Implement | Patrick McDermott | 2023-04-13 | 3 | -1/+142 |
|
|
* | gzip: Split out return value constants | Patrick McDermott | 2023-04-13 | 4 | -17/+42 |
|
|