aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-07-04Make it fetch packages and work on making it save them to the pkg directoryArslaan Pathan1-3/+100
2026-07-03Always trust the repo.ini file over config, add helper functions for ↵Arslaan Pathan1-2/+89
splitting strings into arrays and freeing split arrays, make repo_ini_handler parse packages
2026-07-03Make it save the repository information to a file and parse the INIArslaan Pathan1-1/+57
2026-07-03Fix memory leaks and issues and implement strerr, also start working on the ↵Arslaan Pathan3-20/+76
next part of updating repos
2026-07-02Fix overflowArslaan Pathan1-1/+6
2026-07-02Update repo URLs and make it save cURL to a bufferArslaan Pathan3-5/+45
2026-06-30fetch the repoArslaan Pathan2-3/+33
2026-06-26Nevermind, dont do setuid, that is big security riskArslaan Pathan2-1/+0
2026-06-24Small debugArslaan Pathan1-0/+16
2026-06-23Remove unused includeArslaan Pathan1-1/+0
2026-06-23Get the parsing of repo config file workingArslaan Pathan5-11/+84
2026-06-22gitignoreArslaan Pathan4-0/+1
2026-06-22Finish mbpk_init and fix libmbpk.hArslaan Pathan8-8/+34
2026-06-21Start implementing the library and switch the spec to entirely INI because ↵Arslaan Pathan4-36/+68
YAML is harder to parse
2026-06-21Make an API structureArslaan Pathan2-0/+33
2026-06-21README and specsArslaan Pathan1-0/+121
2026-06-21Initial commitArslaan Pathan4-0/+34