Commit a90471e
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
- .github/workflows/build.yml+11-16
- .github/workflows/format.yml+32
- .github/workflows/fuzz.yml+35
- CMakeLists.txt+14-3
- CONTRIBUTING.md+1-1
- Doxyfile.in+3-5
- LICENSE.txt+19
- README.md+251-36
- UNLICENSE-26
- cmake/sanitize-helpers.cmake+1-1
- fuzz/CMakeLists.txt+24
- fuzz/build.sh+4
- fuzz/fuzz_entry.c+38
- fuzz/fuzz_stream.c+40
- src/miniz.h+657-578
- src/zip.c+525-145
- src/zip.h+165-10
- test/CMakeLists.txt+41
- test/data/data.bin
- test/minunit.h+2-2
- test/test_append.c+12-2
- test/test_data.c+85
- test/test_entry.c+152-7
- test/test_extract.c+56-10
- test/test_offset.c+98
- test/test_open.c+90
- test/test_permissions.c+30-9
- test/test_read.c+61-3
- test/test_static.c+98
- test/test_write.c+33-4
0 commit comments