Commit Graph

11 Commits

Author SHA1 Message Date
Lassi Kortela 4591f2588a Remove unused variable 2021-08-17 13:26:44 +03:00
Lassi Kortela 738c9b92f3 Simplify checksum code 2021-08-17 13:26:44 +03:00
Lassi Kortela 7a65efb779 Turn owner and group parameters into (id . name) pairs 2021-08-17 13:26:44 +03:00
Lassi Kortela a63d9a7c1e Add parameters to customize file attributes 2021-08-17 13:26:44 +03:00
Lassi Kortela 281497b612 Do not mutate bytevectors 2021-08-17 13:26:44 +03:00
Lassi Kortela 6141ea5c6b Require at least one null byte to pad tar string 2021-08-17 13:26:44 +03:00
Lassi Kortela 0d1c459c32 Pad strings with null bytes
Not really needed (since the header buffer starts with all null bytes)
but these are the correct semantics.
2021-08-17 13:24:10 +03:00
Lassi Kortela ca6d55e54c Add exclamation marks to poke procedure names 2021-08-17 13:24:10 +03:00
Lassi Kortela 4d5ef562cb Fix name of tar-write-end 2021-08-17 13:24:10 +03:00
Lassi Kortela ade1c9cc38 Format copyright lines 2021-08-17 13:24:03 +03:00
Lassi Kortela 36e400b72a Initial commit 2021-08-17 13:23:26 +03:00