14 Commits

Author SHA1 Message Date
Timofey Solomko ea9aaccfb9 Update copyright year to 2026 2026-01-31 15:30:24 +08:00
Timofey Solomko ed66991cbd Update copyright year to 2024 2024-01-11 16:57:04 +03:00
Timofey Solomko 43132fc39d Update copyright year to 2023 2023-02-07 15:31:45 +02:00
Timofey Solomko 79295db930 Update copyright year to 2022 2022-01-08 15:02:59 +03:00
Timofey Solomko 0ac48ae704 [docs] Add documentation for TarContainer.create(from:force:) 2021-08-04 10:52:31 +03:00
Timofey Solomko 4e8be1d4fc [TAR] Remove TarEntryInfo.format in favor of working with header format directly 2021-08-03 18:39:03 +03:00
Timofey Solomko 925986b9ed [TAR] Add an assertion that verifies that base-256 encoding will always succeed 2021-07-31 12:23:37 +03:00
Timofey Solomko b344fe1f1f [TAR] Write ustar fields also for gnu format for 2021-07-24 15:00:13 +03:00
Timofey Solomko 753839f195 [TAR] Implement gnu tar headers fields creation 2021-07-24 14:33:40 +03:00
Timofey Solomko 7c54d2b991 [TAR] Implement TarHeader.generateContainerData 2021-07-24 14:10:04 +03:00
Timofey Solomko 082aaf5092 [TAR] Reorder and comment properties of TarHeader to clarify used formats 2021-07-24 14:09:34 +03:00
Timofey Solomko 0bc1987500 [TAR] Add two new initializers to TarHeader
One creates a header based on TarEntryInfo, and the second one creates a header for special entries like pax headers.
2021-07-23 16:52:42 +03:00
Timofey Solomko 1ec17a3137 [TAR] Rename several properties of TarHeader for consistency 2021-07-22 23:52:54 +03:00
Timofey Solomko bc3362c568 [TAR] Add TarHeader struct 2021-07-21 20:22:20 +03:00