Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 | 4 | -11/+18 |
* | opk/read: Fix possible FD leak | Patrick McDermott | 2023-05-11 | 1 | -0/+1 |
* | gzip: Add pure attribute | Patrick McDermott | 2023-05-11 | 1 | -1/+1 |
* | 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 |
* | dirent: Add trailing '/' to directories | Patrick McDermott | 2023-05-11 | 3 | -14/+18 |
* | dirent: Remove test code | Patrick McDermott | 2023-05-10 | 1 | -29/+0 |
* | dirent: Fix separators and length limits | Patrick McDermott | 2023-05-10 | 1 | -29/+48 |
* | dirent: Re-add and update test code | Patrick McDermott | 2023-05-10 | 1 | -0/+30 |
* | opk/write: Build control and data archives | Patrick McDermott | 2023-05-10 | 3 | -14/+373 |
* | gzip: Separate last compression from freeing | Patrick McDermott | 2023-05-08 | 3 | -3/+19 |
* | gzip: Count and report bytes written | Patrick McDermott | 2023-05-07 | 2 | -0/+12 |
* | 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 |
* | Revert "gzip: Test code" | Patrick McDermott | 2023-05-07 | 1 | -82/+0 |
* | gzip: Test code | Patrick McDermott | 2023-05-07 | 1 | -0/+82 |
* | gzip: Write compressed output to file directly | Patrick McDermott | 2023-05-07 | 3 | -54/+22 |
* | gzip: Split init functions | Patrick McDermott | 2023-05-07 | 2 | -46/+47 |
* | ustar: Make mtime unsigned | Patrick McDermott | 2023-05-07 | 4 | -6/+6 |
* | ustar: Add linkname size macro | Patrick McDermott | 2023-05-07 | 1 | -7/+8 |
* | dirent: Handle NULL buffers, remove function | Patrick McDermott | 2023-05-04 | 2 | -53/+6 |
* | TODO: Mention future opkbuild dep and prokit usage | Patrick McDermott | 2023-05-03 | 1 | -0/+1 |
* | ustar: Treat octets as unsigned in chksum | Patrick McDermott | 2023-05-03 | 1 | -6/+6 |
* | ustar: Document assumptions and improve safety | Patrick McDermott | 2023-05-03 | 1 | -3/+14 |
* | opk/read: Separate error handling | Patrick McDermott | 2023-05-03 | 1 | -8/+20 |
* | build: Use mailing list for bug reporting URI | Patrick McDermott | 2023-05-03 | 1 | -1/+1 |
* | TODO: Add tasks | Patrick McDermott | 2023-05-03 | 1 | -0/+14 |
* | ustar: Improve compatibility of written headers | Patrick McDermott | 2023-05-02 | 1 | -10/+40 |
* | ustar: Treat octets as unsigned in chksum | Patrick McDermott | 2023-05-02 | 1 | -4/+4 |
* | ustar: Fill header with zeroes before populating | Patrick McDermott | 2023-05-02 | 1 | -9/+4 |
* | gzip: Fix flushing | Patrick McDermott | 2023-05-02 | 3 | -8/+20 |
* | Revert "gzip: Test code" | Patrick McDermott | 2023-05-02 | 1 | -103/+0 |
* | gzip: Test code | Patrick McDermott | 2023-05-02 | 1 | -0/+103 |
* | gzip: Preserve gzip header | Patrick McDermott | 2023-05-02 | 1 | -9/+9 |
* | ustar: Move SOURCE_DATE_EPOCH code to opk/write | Patrick McDermott | 2023-04-30 | 3 | -26/+30 |
* | ustar: Set mtime in written header | Patrick McDermott | 2023-04-30 | 1 | -0/+23 |
* | ustar: Set magic+version+chksum in written header | Patrick McDermott | 2023-04-30 | 1 | -1/+17 |
* | ustar: Fix trailer writing | Patrick McDermott | 2023-04-30 | 1 | -1/+2 |
* | opk/write: Fix fwrite() | Patrick McDermott | 2023-04-30 | 1 | -2/+1 |
* | gzip: Fix write buffer | Patrick McDermott | 2023-04-30 | 1 | -2/+2 |
* | opk/write: Build mode (WIP) | Patrick McDermott | 2023-04-30 | 6 | -9/+197 |
* | uname: Fix written linkname | Patrick McDermott | 2023-04-30 | 1 | -3/+8 |
* | ustar: Add function to write trailer | Patrick McDermott | 2023-04-30 | 2 | -0/+16 |
* | dirent: Don't add leading "/" | Patrick McDermott | 2023-04-30 | 1 | -12/+29 |
* | gzip: Get write buffer after init | Patrick McDermott | 2023-04-30 | 2 | -15/+24 |
* | ustar: Add functions to write data | Patrick McDermott | 2023-04-30 | 2 | -5/+43 |
* | ustar: Add function to write header | Patrick McDermott | 2023-04-29 | 2 | -0/+63 |
* | dirent: Remove test code | Patrick McDermott | 2023-04-29 | 1 | -34/+0 |
* | dirent: Implement | Patrick McDermott | 2023-04-29 | 3 | -0/+189 |