diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-05-11 13:05:13 +0100 |
---|---|---|
committer | Aidan MacDonald <amachronic@protonmail.com> | 2021-05-12 11:30:13 +0100 |
commit | 9a193603983100e9e6aa7d1dd97835a52084902e (patch) | |
tree | a1a283e0b8cd02885615b9317edef7da6bc57a79 /docs | |
parent | adff45ca2167d1bcdc17212db1c20c695a9e8cd9 (diff) | |
download | rockbox-9a193603983100e9e6aa7d1dd97835a52084902e.tar.gz rockbox-9a193603983100e9e6aa7d1dd97835a52084902e.zip |
Add microtar library (for use by M3K bootloader)
This is an MIT-licensed library for reading and writing v7 format
tar files. The version here is my fork, which fixes security issues
in the original code (it hasn't been updated in 4 years, probably
abandoned by the author).
Change-Id: I86d41423dacc46e9fa0514b4fc7386a96c216e86
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CREDITS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index 720c3a99db..7dee2ce527 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -703,6 +703,9 @@ Georg Gadinger Wolfram Sang Aidan MacDonald Caleb Connolly +Spencer Brennessel +Dana Conrad +Albert Song The libmad team The wavpack team @@ -730,7 +733,6 @@ The libpng team The Pure Data team (Miller Puckette and others) The MikMod team Michael McTernan (The ARM unwinder author) -Albert Song The New RAW team (Piotr Padkowski and others) The Fabother World team (Fabien Sanglard and others) The sgt-puzzles team (Simon Tatham and others) @@ -743,5 +745,4 @@ The Pocket Quake team (Dan East and others) The bzip2 team The bsdiff team The libtomcrypt team -Spencer Brennessel -Dana Conrad +The microtar team (rxi and others) |