Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | tree-wide: use FREE_AND_NULLIFY macro and reformat code | Mole Shang | 1 | -2/+2 | |
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 | -2/+2 | |
2023-08-09 | tree-wide: pass pointer-to-pointer to correctly free pointers | Mole Shang | 1 | -2/+2 | |
2023-08-09 | process_url: set referer in the separate function | Mole Shang | 1 | -1/+2 | |
2023-08-09 | process_url: expose some new functions to be control cookies and referer | Mole Shang | 1 | -1/+1 | |
2023-08-09 | extractors/haokan: catch get errors | Mole Shang | 1 | -29/+30 | |
2023-08-08 | extractors: support haokan videos | Mole Shang | 1 | -0/+46 | |