* fixed requests/sec for small values
* ensured limit var is never 0 in build_a_bucket, not just refill
* removed unnecessary cooldown flag manipulation in cool_down func
* removed minor toctou in should_enforce_policy
* added new flag releases before returns from should_enforce_policy
* cleaned up how limitheap is initialized from tune func
* added (more) safety/bounds checks to limitheap
* capped timeout to 30sec; added lock error logging
* added per-trigger error tracking to policy data
* updated requester to use new policy data per-trigger errors
* fixed race condition in progress bar message display; fixed tests
* touched up a few minor issues in nlp
* fixed req/sec test
* fixed more tests
* added new test suite for tuning; fixed more tests
* clippy/fmt
* fixed possible deadlock in error path for tune/bail
* fixed a handful of minor correctness issues
* removed unnecessary array allocation for error tracking
* --rate-limit now serves as a hard cap, in general and on --auto-tune if both are provided together
* renamed test file
* bumped version to 2.13.1
* added new dirlisting detection heuristics
* clippy
* nitpickery
* bumped version
* added cli option to parser
* added banner entry
* fixed state file with colon on windows
* tweaked banner name for scoped url
* fixed test with new In-Scope Url banner name
* added STATE_FILENAME env var to control state file name/location
* added ferox config example
* initial implementation complete
* updated ci/cd to add components to fmt/clippy configs
* clippy
* made subdomain detection a bit more robust
* --request-file correctly sets scope values
* added debug windows build
* fixed failing test
* docs: replace -Zprofile with instrument-coverage
* docs: update coverage instructions to include submodules and cleanup profraw
* gitignore drop profraw patterns
* feat: Content-Type set with composite options
* feat: content-type auto, file handling
* fix: log before logger has config for init
* docs: config::utils::ContentType
* fix: use eprintln for preconfig logger
* test AUv2 with debug build
* updated AU to v4 for build pipeline; test 1
* upgraded checkout from v2 to v4; test 1
* migrating from actions-rs to dtolnay stuff; test 1
* migrating from actions-rs to dtolnay stuff; test 2
* migrating from actions-rs to dtolnay stuff; test 3
* migrating from actions-rs to dtolnay stuff; matrix build; test 1
* migrating from actions-rs to dtolnay stuff; matrix build; test 2
* migrating from actions-rs to dtolnay stuff; matrix build; test 3
* migrating from actions-rs to dtolnay stuff; matrix build; test 4
* migrating from actions-rs to dtolnay stuff; matrix build; test 5
* migrating from actions-rs to dtolnay stuff; matrix build; test 6
* migrating from actions-rs to dtolnay stuff; matrix build; test 7
* updated ci pipeline
* updated ci pipeline; test 2
* remove cruft
* updated ci pipeline; test 3
* updated ci pipeline; test 4
* updated the rest
* updated the rest; test 2
* updated codecov action