Nik
|
c3eb9e4126
|
patterns: Improved pattern descriptions
|
2024-08-03 17:44:37 +02:00 |
|
GlorifiedPig
|
0549e62a14
|
patterns/tar: Fixed minor typo (#230)
changes "if" to "id"
|
2024-03-21 22:16:37 +01:00 |
|
Nik
|
f70b7066b9
|
includes: Switch over to import statements (#224)
* Update includes and patterns to new import system
* Update namespaces to new syntax
|
2024-02-25 22:04:41 +01:00 |
|
iTrooz
|
b6e0557a1d
|
patterns: put author and description inside each pattern (#155)
|
2023-08-28 12:32:23 +02:00 |
|
Hank Donnay
|
32158edb3a
|
patterns/tar: Support PAX archives (#77)
There are two common magic values for archives: the [GNU one](https://git.savannah.gnu.org/cgit/tar.git/tree/src/tar.h#n160) (8 bytes) and the [ustar one](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html#tag_20_92_13_06) (6 bytes).
This change has the pattern support both.
|
2023-01-17 22:51:11 +01:00 |
|
João Oliveira
|
ba36826e2d
|
patterns: Added Tar Pattern (#64)
* patterns: add tar support
* readme: add tar entry
* patterns: update tar file
Co-authored-by: favaioos <120850826+favaioos@users.noreply.github.com>
|
2022-12-18 00:36:16 +01:00 |
|