2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-30 20:32:15 +00:00

161 Commits

Author SHA1 Message Date
Alan de Freitas
68d0eadb82 docs: remove legacy quickbook docs 2026-01-21 15:24:45 -05:00
alandefreitas
9460ddaf7f docs: string_token exposition
fix #845
2024-07-10 12:48:26 -03:00
alandefreitas
446b5343ff docs: convert qbk content to asciidoc 2023-11-08 12:30:52 -03:00
alandefreitas
51ec840a7e docs: fix segments code type 2023-11-07 10:40:47 -03:00
alandefreitas
7e47e9fef6 docs: sync README and documentation
Update the content to match the documentation and remove old information that is currently incorrect.

fix #780
2023-10-13 18:40:35 -03:00
alandefreitas
b156eb2301 docs: remove references to variant
This commit removes links and references to `variant` in both the .qbk and .xml files under the documentation directory. These references were removed as the `variant` alias has been deprecated in 96438f68.
2023-07-28 11:02:02 -03:00
alandefreitas
21f1e07e85 ci: drop gcc 8.0.1 support
GCC 8.0.1 contains a high number of bugs that affect this project. These bugs required multiple expensive rounds of CI that took many hours for every new commit to develop workarounds specific to this compiler version. The cost of this procedure become unfeasible to maintain.
2023-06-09 21:12:59 -03:00
alandefreitas
bdc61cfb36 parse_query in reference page
fix #735
2023-04-28 18:37:07 -03:00
alandefreitas
96438f683e remove type aliases
fix #743
2023-04-28 17:27:26 -03:00
alandefreitas
ed7b7c6048 sanitize URL example
fix #742
2023-04-27 17:07:09 -03:00
Vinnie Falco
963bf5a4b7 Refactor library translation units 2023-04-14 15:46:53 -03:00
alandefreitas
c3a70873d6 url router 2023-01-20 21:50:27 -03:00
alandefreitas
af8aa03887 url::format 2022-12-29 14:54:45 -08:00
alandefreitas
cbcfa6a83f result unchecked access documentation 2022-12-21 17:17:11 -08:00
alandefreitas
7f44da491b decode_view snippets
fix #625
2022-11-09 21:35:02 -08:00
alandefreitas
e0fe66404c remove fuzzing from docs
fix #619
2022-11-07 15:52:10 -08:00
alandefreitas
9b6f103a53 update quicklook snippets
fix #614
2022-11-07 13:40:52 -08:00
alandefreitas
643d959e3d update test matrix toolsets
fix #549

update test matrix toolsets

fix #549
2022-10-27 23:22:03 -03:00
alandefreitas
ee7dc6bc0d refactor documentation typo
fix #606
2022-10-26 18:17:09 -03:00
alandefreitas
47e03a5397 update javadoc recommendations
fix #608
2022-10-26 16:57:02 -03:00
Vinnie Falco
9f5740178c encoding_opts unified options
fix #592, fix #237, fix #574
2022-10-24 16:43:37 -03:00
alandefreitas
98f6626cb1 path/segment mapping documentation
fix #429
2022-10-21 17:13:18 -03:00
alandefreitas
29c30e973f finicky example
fix #165
2022-10-17 18:30:43 -03:00
alandefreitas
1b190a2eb7 percent-encoding documentation
fix #388
2022-10-17 18:30:20 -03:00
alandefreitas
316e0d5a5f fix documentation typos 2022-10-12 20:17:14 -03:00
alandefreitas
6fb56ede70 normalization documentation
fix #579
2022-10-12 15:21:43 -03:00
Vinnie Falco
8a5df37939 Doc work 2022-10-10 20:53:58 -07:00
alandefreitas
251855bbb4 pct-encoding overloads
fix #417
2022-10-10 16:06:24 -07:00
alandefreitas
b1b8c6038a update copyright notices 2022-10-10 16:29:33 -03:00
Vinnie Falco
67b4444057 Doc work 2022-10-05 21:42:59 -07:00
alandefreitas
102ee20a05 mailto example
fix #449
2022-10-03 19:43:18 -03:00
alandefreitas
3af2fad5f9 qrcode example
fix #419
2022-10-03 18:24:15 -03:00
Jon Kalb
49112f4a0d documentation typos 2022-09-15 13:15:38 -03:00
alandefreitas
725fdee699 update README.md 2022-09-12 17:29:50 -03:00
Vinnie Falco
e4c253e7f3 string_token work 2022-09-11 15:54:40 -07:00
Vinnie Falco
e8ce191aac no_value required for param init 2022-09-10 20:28:19 -07:00
Vinnie Falco
4a9d906cf6 refactor params 2022-09-10 18:52:35 -07:00
alandefreitas
52d7838932 update documentation authors 2022-09-09 21:58:15 -03:00
alandefreitas
de907fe2f3 update links 2022-09-09 16:13:32 -03:00
Vinnie Falco
1364a72ff5 segments tidying 2022-09-08 14:27:04 -07:00
Vinnie Falco
144a87aa49 segments refactor 2022-09-07 21:43:27 -03:00
alandefreitas
e1cab7a4ce url_view_base op javadocs
fix #494
2022-09-07 13:06:05 -03:00
Vinnie Falco
81bb6547f8 add string_token 2022-09-05 17:15:58 -07:00
Vinnie Falco
d5b001999c refactor params
fix #475, fix #470, fix #456, fix #455
2022-09-03 13:08:48 -07:00
Vinnie Falco
83f34cc79c url_base doc and tidy 2022-09-01 22:39:00 -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
e0268cd355 params container refactoring 2022-08-29 18:41:13 -07:00
Vinnie Falco
84b95d12a1 add ignore_case 2022-08-28 19:47:30 -07:00
Vinnie Falco
71722527bc doc work and tidy svg 2022-08-25 13:50:23 -07:00
alandefreitas
afb91bc384 refactor decode/encode functions
fix #448, fix #438
2022-08-25 17:40:14 -03:00