mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
adff45ca21
commit
9a19360398
10 changed files with 945 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue