| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-10 | feature: add URL structure and refactor main logic to pkgman.c | 0x221E | |
| Added url structures, cookbook, archive management to automate the installation process of packages. Refactored main logic from main.c to pkgman.c for cleaner seperation of concerns and future library integration of pkgman to other projects. | |||
| 2026-04-22 | parser: set userdata field of parser in parser_init() | 0x221E | |
| Field userdata in parser struct is not set inside parser_init, causing segfault on userdata access. | |||
| 2026-04-20 | main: initial commit | 0x221E | |
