asleepymoon
asleepymoon pushed to main at asleepymoon/minitar 2023-02-06 21:42:53 +00:00
01d3c27d41 chore: bump patch version
asleepymoon pushed to main at asleepymoon/minitar 2023-02-05 13:38:37 +00:00
bf52d9e321 fix: Handle malloc errors properly in pack.c
asleepymoon pushed to main at asleepymoon/minitar 2023-02-05 13:34:04 +00:00
7339aeeae5 chore: Add platform-specific example targets
40302ddd41 fix: Do not define metadata twice in examples/pack.c
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/minitar 2023-02-05 13:22:39 +00:00
8cb5175630 fix: Do not #include <sys/types.h> on Windows
asleepymoon pushed to main at asleepymoon/minitar 2023-02-05 13:14:50 +00:00
5bfc7e45ac chore: Adjust comment in minitar_write_file_entry()
asleepymoon released minitar 1.7.0 at asleepymoon/minitar 2023-02-04 18:42:59 +00:00
asleepymoon pushed tag 1.7.0 to asleepymoon/minitar 2023-02-04 18:42:59 +00:00
asleepymoon pushed to main at asleepymoon/minitar 2023-02-04 18:42:16 +00:00
873f056cc3 chore: bump minor version
asleepymoon pushed to main at asleepymoon/minitar 2023-02-04 18:39:17 +00:00
9b39f43595 docs: Make it clearer that "minitar" and "minitar_w" are handle structs
asleepymoon pushed to main at asleepymoon/minitar 2023-02-04 18:37:19 +00:00
9c43461e02 docs: Remove section about unsupported entry types in API.md
asleepymoon pushed to main at asleepymoon/minitar 2023-02-04 18:35:22 +00:00
53aa377bbb docs: Update docs/API.md with a proper link to the error handling section
asleepymoon pushed to main at asleepymoon/minitar 2023-02-04 18:33:41 +00:00
f09e6f2e85 docs: Add documentation for the new "writing" API
845b357bef Update README.md
482ac6d949 feat: Add write support
Compare 3 commits »
asleepymoon created pull request asleepymoon/Luna#22 2023-02-03 21:22:16 +00:00
WIP: Start working on a VFS implementation
asleepymoon pushed to oop-vfs at asleepymoon/Luna 2023-02-03 21:20:40 +00:00
cb4246b98d kernel: Start working on a VFS implementation using OOP and SharedPtr
51024f879d SharedPtr: Delete ptr on failure in all adopt_shared* functions
Compare 2 commits »
asleepymoon created branch oop-vfs in asleepymoon/Luna 2023-02-03 21:20:40 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2023-02-02 20:26:18 +00:00
89958fbc74 kernel: Show a more technical message on failure to remap kernel data sections
asleepymoon pushed to main at asleepymoon/Luna 2023-02-01 21:58:42 +00:00
c05a87c7ff kernel: Reenable the text console on panic
asleepymoon pushed to main at asleepymoon/Luna 2023-01-31 19:00:04 +00:00
e9a009478f SharedPtr: Fixes and support for casting to other SharedPtr types
asleepymoon pushed to main at asleepymoon/Luna 2023-01-31 16:03:04 +00:00
3a84e4998c kernel/Thread: Add FIXME
asleepymoon pushed tag 1.6.1 to asleepymoon/minitar 2023-01-29 21:23:22 +00:00