cb432fd306
docs: Fix potentially confusing statement
...
First we're saying "reads up to max" and then "always reads up to metadata.size, regardless of max".
We actually mean that we never read more than metadata.size, so that's what this patched text says.
2023-02-18 22:34:17 +01:00
9b39f43595
docs: Make it clearer that "minitar" and "minitar_w" are handle structs
2023-02-04 19:39:12 +01:00
9c43461e02
docs: Remove section about unsupported entry types in API.md
...
There are no unsupported types anymore.
2023-02-04 19:37:15 +01:00
53aa377bbb
docs: Update docs/API.md with a proper link to the error handling section
2023-02-04 19:35:17 +01:00
f09e6f2e85
docs: Add documentation for the new "writing" API
2023-02-04 19:33:23 +01:00
95700b6916
docs: Update function signature of minitar_read_contents()
2023-01-29 22:20:15 +01:00
45fbd789d6
docs: Add APi documentation for MTAR_CHRDEV and MTAR_BLKDEV
...
Missed that in the previous commits.
2023-01-29 22:14:05 +01:00
1f08cf4b31
feat: Add support for FIFOs
2023-01-27 23:00:53 +01:00
3772e9e3a6
feat: Add support for hard links
2023-01-27 22:46:18 +01:00
599cac5811
feat: Add support for symbolic links
...
All the pieces were in place, we just needed to put them together.
Sorry, but sub-500 LoC isn't gonna work anymore...
2023-01-26 22:12:42 +01:00
bacc971007
docs: Add build instructions
2023-01-12 20:45:46 +01:00
dead1e3ee2
feat: Move all internal structures to a minitar_entry_internal struct
2023-01-12 19:20:32 +01:00
07c156c30b
docs: Move API docs to docs/API.md and link there from README
2023-01-12 19:15:53 +01:00