summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* gzip: Preserve gzip headerPatrick McDermott2023-05-021-9/+9
| | | | | | zlib doesn't copy it anywhere between deflateSetHeader() and deflate(), so we need to make sure it doesn't get corrupted on the stack in the meantime.
* ustar: Move SOURCE_DATE_EPOCH code to opk/writePatrick McDermott2023-04-303-26/+30
| | | | | | This way it runs only once (without resorting to static variables) across all headers in all ustar archives. Also, opk/write now prints an informative error message.
* ustar: Set mtime in written headerPatrick McDermott2023-04-301-0/+23
|
* ustar: Set magic+version+chksum in written headerPatrick McDermott2023-04-301-1/+17
|
* ustar: Fix trailer writingPatrick McDermott2023-04-301-1/+2
|
* opk/write: Fix fwrite()Patrick McDermott2023-04-301-2/+1
|
* gzip: Fix write bufferPatrick McDermott2023-04-301-2/+2
|
* opk/write: Build mode (WIP)Patrick McDermott2023-04-306-9/+197
|
* uname: Fix written linknamePatrick McDermott2023-04-301-3/+8
|
* ustar: Add function to write trailerPatrick McDermott2023-04-302-0/+16
|
* dirent: Don't add leading "/"Patrick McDermott2023-04-301-12/+29
|
* gzip: Get write buffer after initPatrick McDermott2023-04-302-15/+24
|
* ustar: Add functions to write dataPatrick McDermott2023-04-302-5/+43
| | | | And rename record buffer.
* ustar: Add function to write headerPatrick McDermott2023-04-292-0/+63
|
* dirent: Remove test codePatrick McDermott2023-04-291-34/+0
|
* dirent: ImplementPatrick McDermott2023-04-293-0/+189
|
* opk/read: Rename static functionsPatrick McDermott2023-04-291-23/+23
|
* opk: Split reading out into opk/readPatrick McDermott2023-04-295-556/+613
|
* opk: Strip leading "/" when checking names to printPatrick McDermott2023-04-291-0/+4
|
* opk: Ensure data file names begin with "/"Patrick McDermott2023-04-291-6/+19
|
* opk: Extract control filesPatrick McDermott2023-04-293-21/+128
|
* main: Implement new -f, -F, -l, and -L optionsPatrick McDermott2023-04-291-40/+103
|
* opk: Print data filesPatrick McDermott2023-04-292-21/+99
|
* opk: List control filesPatrick McDermott2023-04-292-3/+37
|
* opk: Restore list error checkPatrick McDermott2023-04-291-2/+9
|
* main: Free opk on -h and -VPatrick McDermott2023-04-281-0/+2
|
* opk: List missing control filesPatrick McDermott2023-04-281-5/+12
|
* opk: Merge most of seek func into read funcPatrick McDermott2023-04-281-67/+34
|
* opk: Remove found members from listPatrick McDermott2023-04-281-31/+62
|
* opk: Improve loop controlPatrick McDermott2023-04-281-10/+6
|
* opk: Ignore leading "./" in requested member namesPatrick McDermott2023-04-281-1/+5
|
* opk: Make version variables localPatrick McDermott2023-04-281-4/+4
|
* opk: Absorb seek list management from ustarPatrick McDermott2023-04-283-209/+126
|
* opk: Manage control file list and listing flagPatrick McDermott2023-04-283-161/+184
| | | | Instead of main() doing so.
* ustar: Don't read data after finding named headerPatrick McDermott2023-04-281-16/+7
|
* Revert "main: Test gzip writing"Patrick McDermott2023-04-281-58/+222
| | | | This reverts commit 261d5be6b02e73fc0c7973b7319e89af7e574fb0.
* main: Test gzip writingPatrick McDermott2023-04-281-222/+58
|
* gzip: Add write directionPatrick McDermott2023-04-283-19/+150
|
* opk: Print linknamePatrick McDermott2023-04-251-4/+11
|
* ustar: Ensure listed linkname is NUL-terminatedPatrick McDermott2023-04-252-6/+6
| | | | Also simplify uname and gname copying.
* ustar: Eliminate static variablesPatrick McDermott2023-04-251-50/+53
|
* opk: Ignore -Wformat-nonliteralPatrick McDermott2023-04-201-0/+3
|
* opk: Fix column width calculationPatrick McDermott2023-04-201-3/+6
| | | | Also fix possibly uninitialized list tail.
* main: Set text domain and localePatrick McDermott2023-04-201-2/+14
|
* src/i18n.h: Handle !ENABLE_NLSPatrick McDermott2023-04-201-0/+8
|
* main, opk: Translate stringsPatrick McDermott2023-04-202-30/+38
|
* main: Print options help in one puts() callPatrick McDermott2023-04-201-37/+31
|
* build: gettextizePatrick McDermott2023-04-202-0/+4
|
* main: Check for at least one optionPatrick McDermott2023-04-201-0/+6
|
* main: Disable getopt's error outputPatrick McDermott2023-04-201-0/+1
|