summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* opk: Automatically initialize inner gzip and ustarPatrick McDermott2023-04-193-57/+36
* opk: Fix a leak on errorPatrick McDermott2023-04-191-9/+11
* ustar: Make seek names struct opaquePatrick McDermott2023-04-194-52/+80
* opk: Initialize seek_name.foundPatrick McDermott2023-04-191-2/+3
* main: Fix list free loopPatrick McDermott2023-04-191-4/+4
* opk: Document functionsPatrick McDermott2023-04-191-0/+55
* opk: Return error if unable to write to stdoutPatrick McDermott2023-04-191-6/+17
* ustar: Shorten macro namePatrick McDermott2023-04-182-5/+5
* opk: Print multiple control filesPatrick McDermott2023-04-182-15/+26
* ustar: Use linked list instead of varargs in seekPatrick McDermott2023-04-185-31/+131
* opk: Separate output with newline, so main needn'tPatrick McDermott2023-04-182-3/+15
* ustar: Document arguments that may be NULLPatrick McDermott2023-04-181-2/+3
* opk: Split from mainPatrick McDermott2023-04-184-251/+338
* main: Drop a macroPatrick McDermott2023-04-181-4/+2
* main: Split outer and inner archive initializationPatrick McDermott2023-04-181-67/+103
* gzip, ustar: Document functionsPatrick McDermott2023-04-182-0/+79
* main, ustar: Add commentsPatrick McDermott2023-04-182-0/+28
* main: Check debian-versionPatrick McDermott2023-04-181-0/+18
* gzip: Cast to avoid warningsPatrick McDermott2023-04-181-2/+3
* ustar: Use char typePatrick McDermott2023-04-181-32/+32
* ustar: Fix a couple warningsPatrick McDermott2023-04-181-2/+2
* ustar: Make size unsignedPatrick McDermott2023-04-182-2/+2
* main: Set max column widths and free membersPatrick McDermott2023-04-181-5/+46
* ustar, main: Dynamically allocate member structsPatrick McDermott2023-04-183-42/+53
* ustar, main: Show mode and mtimePatrick McDermott2023-04-173-10/+40
* ustar, main: Show type, uname, and gnamePatrick McDermott2023-04-173-1/+36
* ustar: Verify typeflagPatrick McDermott2023-04-171-4/+20
* Revert "ustar: Verify full magic field"Patrick McDermott2023-04-171-1/+1
* ustar: Verify full magic fieldPatrick McDermott2023-04-171-1/+1
* Revert "ustar: Verify version"Patrick McDermott2023-04-171-4/+0
* ustar: Verify versionPatrick McDermott2023-04-171-0/+4
* ustar: Verify header checksumsPatrick McDermott2023-04-171-3/+25
* ustar, main: Show size of member filesPatrick McDermott2023-04-173-3/+7
* ustar: Search for multiple member namesPatrick McDermott2023-04-173-6/+16
* main: Fix control file namePatrick McDermott2023-04-171-1/+1
* main: Improve error messages about inner archivePatrick McDermott2023-04-171-3/+6
* gzip: Make more robustPatrick McDermott2023-04-171-4/+17
* ustar: Don't read sought filePatrick McDermott2023-04-171-4/+4
* main: Uncomment control file readingPatrick McDermott2023-04-151-5/+5
* ustar: Fix seekingPatrick McDermott2023-04-151-10/+6
* main: Print error messagesPatrick McDermott2023-04-151-0/+10
* main: Cast function typePatrick McDermott2023-04-153-3/+7
* main: Simplify/improve error handlingPatrick McDermott2023-04-151-18/+25
* ustar: Fix read bufferPatrick McDermott2023-04-153-21/+24
* [WIP] main: Print control file and list data filesPatrick McDermott2023-04-141-18/+92
* Eliminate magic numbersPatrick McDermott2023-04-144-17/+29
* gzip, ustar: Add *_free() functionsPatrick McDermott2023-04-145-6/+22
* main: List outer archive membersPatrick McDermott2023-04-141-5/+49
* ustar: RewritePatrick McDermott2023-04-142-40/+127
* gzip: RewritePatrick McDermott2023-04-142-102/+51