Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-24 | singleuse.pl: support new API functions, fix curl_dbg_ handling | Daniel Stenberg | |
2019-03-31 | scripts: fix typos | Daniel Gustafsson | |
2019-03-08 | memdebug: make debug-specific functions use curl_dbg_ prefix | Daniel Stenberg | |
To not "collide" or use up the regular curl_ name space. Also makes them easier to detect in helper scripts. Closes #3656 | |||
2019-02-11 | scripts/singleuse: script to use to track single-use functions | Daniel Stenberg | |
That is functions that are declared global but are not used from outside of the file in which it is declared. Such functions should be made static or even at times be removed. It also verifies that all used curl_ prefixed functions are "blessed" Closes #3538 |