apio pushed to restart at apio/Luna 2022-11-23 18:01:51 +00:00
88681bdc74 Default to ninja
apio pushed to restart at apio/Luna 2022-11-23 17:59:03 +00:00
7230eceb4d x86_64/Timer: Show explanatory message on static assertion fail
apio pushed to main at apio/minitar 2022-11-23 17:33:06 +00:00
f929a860c4 Be more explicit about "what" is necessary to read the file properly
fd85cf1c6a Full path is now metadata->path and basename metadata->name
Compare 2 commits »
apio pushed to restart at apio/Luna 2022-11-23 17:05:25 +00:00
9934719f6b Use a more reliable signed 64-bit type than "long"
apio pushed to restart at apio/Luna 2022-11-23 17:00:37 +00:00
88f588a0c5 Make ARCH_TIMER_FREQ less frequent so it is more accurate (I hope)
apio pushed to restart at apio/Luna 2022-11-23 16:22:43 +00:00
3b2dc5db55 PlacementNew.h: Use Types.h
apio pushed to main at apio/minitar 2022-11-22 16:29:02 +00:00
b7c27a25a6 Reorganize minitar_attempt_read_entry
ba7b77bdae Rename internal function minitar_parse_tar_header -> minitar_parse_metadata_from_tar_header
0fbcdde399 Return fclose's status code
Compare 3 commits »
apio opened issue apio/minitar#1 2022-11-21 19:33:16 +00:00
Supported entry types
apio pushed tag 1.0.0 to apio/minitar 2022-11-21 19:22:33 +00:00
apio pushed to main at apio/minitar 2022-11-21 19:21:04 +00:00
d123c49946 Do not automatically read an entry's contents, leave it up to the user
apio pushed to main at apio/minitar 2022-11-21 18:17:51 +00:00
9695889040 Add FIXME
apio pushed to main at apio/minitar 2022-11-21 18:16:15 +00:00
e3fae29713 Safer string copying
apio pushed to main at apio/minitar 2022-11-21 18:08:33 +00:00
54e1473aee Remove one more line
apio pushed to main at apio/minitar 2022-11-21 18:08:12 +00:00
6c696c67b1 Revert previous commit, but using strtoul(l) everywhere
apio pushed to main at apio/minitar 2022-11-21 18:01:39 +00:00
30c7c0ad57 Determine the signedness of standard types
d97992c519 Remove Makefile
Compare 2 commits »
apio pushed to main at apio/minitar 2022-11-21 16:38:32 +00:00
2aed955e94 Use const pointers when possible
apio pushed to main at apio/minitar 2022-11-20 19:14:38 +00:00
1633012823 Provide a CMakeLists.txt to use minitar with CMake
apio pushed to restart at apio/Luna 2022-11-20 17:57:44 +00:00
46cad14052 Print "All files OK" when all files are using correct types
apio pushed to restart at apio/Luna 2022-11-20 17:55:02 +00:00
f982152caa Add a script to manually check files with stdint.h types
apio pushed to restart at apio/Luna 2022-11-20 17:32:18 +00:00
2df0bc4238 Convert one tiny type to Types.h in Format.cpp