Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename src/ to opkg-opk/ | Patrick McDermott | 2023-07-06 | 1 | -551/+0 |
* | opk/write: Fix memory leaks | Patrick McDermott | 2023-07-05 | 1 | -2/+2 |
* | Fix license notices | Patrick McDermott | 2023-06-18 | 1 | -4/+4 |
* | opk/write: Fix temporary archive file name buffer | Patrick McDermott | 2023-06-17 | 1 | -1/+1 |
* | opk/write: Handle specials overrides | Patrick McDermott | 2023-05-28 | 1 | -0/+22 |
* | opk/write: Simplify goto blocks | Patrick McDermott | 2023-05-28 | 1 | -39/+23 |
* | opk/write: Fix path length handling, add virt path | Patrick McDermott | 2023-05-28 | 1 | -38/+40 |
* | opk/write: Clarify variable names | Patrick McDermott | 2023-05-28 | 1 | -15/+18 |
* | opk/write: Reflow some lines | Patrick McDermott | 2023-05-12 | 1 | -7/+4 |
* | opk/write: Write block, char, and FIFO headers | Patrick McDermott | 2023-05-12 | 1 | -3/+35 |
* | ustar: Support writing device major and minor | Patrick McDermott | 2023-05-12 | 1 | -6/+6 |
* | opk/write: Error-check lstat() and rename var | Patrick McDermott | 2023-05-11 | 1 | -15/+20 |
* | opk/write: Add root directories to inner archives | Patrick McDermott | 2023-05-11 | 1 | -0/+20 |
* | opk/write: Build control and data archives | Patrick McDermott | 2023-05-10 | 1 | -10/+362 |
* | gzip: Separate last compression from freeing | Patrick McDermott | 2023-05-08 | 1 | -0/+1 |
* | opk/write: Store outer ustar uname/gname in vars | Patrick McDermott | 2023-05-07 | 1 | -3/+7 |
* | opk/write: Fix comments | Patrick McDermott | 2023-05-07 | 1 | -2/+2 |
* | gzip: Write compressed output to file directly | Patrick McDermott | 2023-05-07 | 1 | -16/+1 |
* | ustar: Make mtime unsigned | Patrick McDermott | 2023-05-07 | 1 | -2/+2 |
* | ustar: Move SOURCE_DATE_EPOCH code to opk/write | Patrick McDermott | 2023-04-30 | 1 | -1/+27 |
* | opk/write: Fix fwrite() | Patrick McDermott | 2023-04-30 | 1 | -2/+1 |
* | opk/write: Build mode (WIP) | Patrick McDermott | 2023-04-30 | 1 | -0/+119 |