Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ustar, main: Dynamically allocate member structs | Patrick McDermott | 2023-04-18 | 1 | -9/+10 |
* | ustar, main: Show mode and mtime | Patrick McDermott | 2023-04-17 | 1 | -6/+8 |
* | ustar, main: Show type, uname, and gname | Patrick McDermott | 2023-04-17 | 1 | -0/+4 |
* | ustar, main: Show size of member files | Patrick McDermott | 2023-04-17 | 1 | -1/+4 |
* | ustar: Search for multiple member names | Patrick McDermott | 2023-04-17 | 1 | -1/+1 |
* | ustar: Fix read buffer | Patrick McDermott | 2023-04-15 | 1 | -1/+1 |
* | Eliminate magic numbers | Patrick McDermott | 2023-04-14 | 1 | -1/+5 |
* | gzip, ustar: Add *_free() functions | Patrick McDermott | 2023-04-14 | 1 | -0/+3 |
* | ustar: Rewrite | Patrick McDermott | 2023-04-14 | 1 | -4/+16 |
* | ustar: Implement | Patrick McDermott | 2023-04-13 | 1 | -0/+30 |