Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-14 | CurlUrlHandle: Fix memory leak in no_proxy string matching method | Paul Cristian Sarbu | |
2023-03-08 | curl_easy_handle: Add logic for handling user SSL settings | 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. | |||
2023-02-20 | Print libcurl debug output in just-mr only in case of an error or in case of ↵ | Sascha Roloff | |
tracing | |||
2023-02-20 | Style fixes in just-mr | Sascha Roloff | |
2023-02-17 | structure cleanup: move libcurl utilities to other_tools... | Paul Cristian Sarbu | |
...in order to not include unwanted dependencies in just proper. As the whole other_tools folder is meant to be excluded from bootstrapping, also remove the bootstrap guards. | |||
2023-02-17 | structure cleanup: move libarchive utilities to other_tools... | Paul Cristian Sarbu | |
...in order to not include unwanted dependencies in just proper. As the whole other_tools folder is meant to be excluded from bootstrapping, also remove the bootstrap guards. |