Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | tree-wide: use FREE_AND_NULLIFY macro and reformat code | Mole Shang | 1 | -7/+0 | |
Jeez idk why i forgot the pass-by-value feature, so the original version never gets the pointer nullified. Fix it by using our favourite C-style macro. | |||||
2024-03-01 | tree-wide: fix uaf bugs | Mole Shang | 1 | -4/+4 | |
2023-08-09 | tree-wide: pass pointer-to-pointer to correctly free pointers | Mole Shang | 1 | -4/+4 | |
2023-08-08 | utils: expose mimeType2ext in utils | Mole Shang | 1 | -0/+19 | |
2023-08-08 | utils: add a method to substitute string using PCRE | Mole Shang | 1 | -1/+58 | |
2023-08-08 | utils: fix multi-patterns matching | Mole Shang | 1 | -7/+5 | |
2023-08-07 | utils: split type definition code into utils/types | Mole Shang | 1 | -112/+0 | |
2023-08-07 | utils: move to a separate folder | Mole Shang | 1 | -0/+216 | |