Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-14 | other_tools/utils: Implement IWYU suggestions | Maksim Denisov | |
2024-04-08 | Use properly included standard library types by default | Paul Cristian Sarbu | |
2024-03-15 | Clean up more includes and targets | Paul Cristian Sarbu | |
Some of the more specific issues addressed: - missing log_level target/include - header-only libs wrongly marking deps as private - missing/misplaced gsl includes | |||
2024-03-08 | Remove dead code for host replacement | Oliver Reiche | |
2024-03-08 | CurlURLHandle: Add GetHostname routine | Oliver Reiche | |
2024-03-08 | just-mr: Report fetch URLs on debug level | Oliver Reiche | |
2023-11-14 | curl_url_handle: Add method to replace the hostname of a URL | Paul Cristian Sarbu | |
Also adds a section in the curl_url test suite. | |||
2023-11-14 | curl_url_handle: Allow permissive parsing and URL extraction to be non-fatal | Paul Cristian Sarbu | |
2023-03-14 | CurlUrlHandle: Fix memory leak in no_proxy string matching method | Paul Cristian Sarbu | |
2023-03-03 | utils: Add utility class for handling URLs | Paul Cristian Sarbu | |
It uses libcurl to parse URLs. The current version contains methods needed for correctly handling the matching gitconfig entries and the no_proxy-type envariable patterns. |