2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-21 05:22:18 +00:00

18 Commits

Author SHA1 Message Date
alandefreitas
9d4a4a5f15 test: authority_view host functions
This commit includes tests for the authority_view host functions when the host type is invalid.

This is a partial solution to #828, where authority_view.cpp has low coverage.
2024-03-15 15:23:26 -03:00
alandefreitas
96438f683e remove type aliases
fix #743
2023-04-28 17:27:26 -03:00
alandefreitas
9d21228305 typo in authority_view javadoc
fix #663
2023-01-19 23:51:02 -03:00
Vinnie Falco
e4c253e7f3 string_token work 2022-09-11 15:54:40 -07:00
alandefreitas
de907fe2f3 update links 2022-09-09 16:13:32 -03:00
Vinnie Falco
963f6a7bb8 update authority_view
fix #487
2022-09-02 10:21:14 -07:00
Vinnie Falco
8478ace01a refactor observers, modifiers, and strings
* Decoded strings use std::string
* Encoded parameters use pct_string_view
* Host interface is refactored
2022-09-01 10:33:01 -07:00
Vinnie Falco
614b96bb57 Doc work 2022-08-06 11:15:40 -07:00
Vinnie Falco
6e7a71c02d remove static_pool
fix #337
2022-08-04 18:13:32 -07:00
Vinnie Falco
b70f9745a7 Doc work and sequence work 2022-07-31 18:21:07 -07:00
Vinnie Falco
5ffeeadb6b Refactor URL implementation:
fix #274, fix #270, fix #268, fix #265
fix #261, fix #257, fix #256, fix #251

The guts of the url are moved into a private
implementation detail which can be accessed
by various parts. Rules that the user doesn't
need are made private, and the public rfc
rules use the well defined types.

Paths is still remaining to be done.
2022-07-29 16:28:53 -07:00
alandefreitas
f5de23aaca rename collect to persist
fix #208

BREAKING CHANGE: The function url_view::collect is now called url_view::persist
2022-07-15 22:31:14 -03:00
alandefreitas
999dbe147b BOOST_TEST_EQ
fix #69
2022-03-18 14:49:17 -03:00
Vinnie Falco
77e27c0055 rename bnf to grammar 2022-01-04 11:42:12 -08:00
Vinnie Falco
6a72f91859 Tidy up ipv6_address 2021-11-03 09:13:56 -07:00
Vinnie Falco
1bab6b54a3 Fix class symbols exports 2021-10-11 19:47:50 -07:00
Vinnie Falco
9ac493ea51 authority_view work 2021-10-09 20:56:25 -07:00
Vinnie Falco
3991c2968e Add authority_view 2021-10-08 18:15:37 -07:00