2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-26 19:12:14 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
alandefreitas
1a6871339c refactor: unsafe encoding assumes default options
The private unsafe encoding functions received a parameter to determine the encoding options. However, these functions are never used in any context where these options should diverge from the default values.

This is a partial solution to #828, where `detail/encode.hpp` is the file with the lowest coverage.
2024-03-13 19:13:34 -03:00
alandefreitas
60d5ee24e0 refactor: source files have no header guards
fix #819
2024-03-04 15:59:44 -03:00
alandefreitas
1beb32245d fix: url_impl std::size_t overflow 2024-02-07 18:02:58 -03:00
alandefreitas
8a8204103f refactor: move detail headers to src 2024-01-19 15:34:31 -03:00
alandefreitas
96438f683e remove type aliases
fix #743
2023-04-28 17:27:26 -03:00
Vinnie Falco
963bf5a4b7 Refactor library translation units 2023-04-14 15:46:53 -03:00