issues
search
upa-url
/
upa
An implementation of the WHATWG URL Standard in C++
https://upa-url.github.io/docs/
Other
13
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use `std::array` in code_point_set and code_points_multiset classes
#82
rmisev
closed
1 week ago
1
Add more `constexpr`
#81
rmisev
closed
1 week ago
1
Simplify `str_arg_char` specialization for ATL/MFC strings (C++20)
#80
rmisev
closed
2 weeks ago
1
Add [[nodiscard]] mainly to public functions
#79
rmisev
closed
2 weeks ago
1
Improve support for string input
#78
rmisev
closed
2 weeks ago
1
Simplify `str_arg_char` template specialization
#77
rmisev
closed
3 weeks ago
1
Fix use of __has_include
#76
rmisev
closed
3 weeks ago
1
Update WPT
#75
rmisev
closed
4 weeks ago
1
Add str_arg_char specializations for ATL/MFC and Qt strings
#74
rmisev
closed
4 weeks ago
1
Use specific versions of Ubuntu and add GCC 14 C++23 workflow
#73
rmisev
closed
1 month ago
1
Use <generator> instead of <experimental/generator>
#72
rmisev
closed
1 month ago
1
Move to C++17
#71
rmisev
closed
3 weeks ago
1
Update README.md
#70
rmisev
closed
2 months ago
0
Add URL demo source code
#69
rmisev
closed
2 months ago
1
Cirrus CI: update FreeBSD to 14.1
#68
rmisev
closed
2 months ago
1
Accept UNC path without share-name
#67
rmisev
closed
2 months ago
1
Fix wpt-url.cpp compilation with old Clang (4.0, 5.0)
#66
rmisev
closed
2 months ago
1
Fix: `|` is not allowed in drive letter of Windows OS path
#65
rmisev
closed
2 months ago
1
Fix IPv6 handling when converting file URL to UNC path
#64
rmisev
closed
2 months ago
1
Add Python script to increment the library version
#63
rmisev
closed
2 months ago
1
Update WPT: Add WPT URL test cases for non-special schemes
#62
rmisev
closed
2 months ago
1
Add option to comment out the duplicate includes
#61
rmisev
closed
3 months ago
1
Update amalgamate.py
#60
rmisev
closed
3 months ago
1
Use Upa IDNA
#59
rmisev
closed
2 months ago
1
Refactor url parser test code
#58
rmisev
closed
3 months ago
1
Optimize port state
#57
rmisev
closed
3 months ago
1
Fix on-release.yml workflow
#56
rmisev
closed
3 months ago
1
Update documentation after repository transfer to upa-url/upa
#55
rmisev
closed
3 months ago
0
Update WPT: Move JS-specific URL parser tests into their own file
#54
rmisev
closed
4 months ago
1
Improve `url::can_parse` performance
#53
rmisev
closed
4 months ago
1
Add url::parse function with URL string and base URL string parameters
#52
rmisev
closed
4 months ago
1
Update clang-tidy to 16 and fix warnings
#51
rmisev
closed
4 months ago
1
Use #include with `<` and `>` for ICU headers
#50
rmisev
closed
4 months ago
1
Add support for ICU library bundled with Windows
#49
rmisev
closed
4 months ago
1
Rename cmake option variables: URL_... -> UPA_...
#48
rmisev
closed
4 months ago
1
Use ICU's C API only
#47
rmisev
closed
4 months ago
1
A `#include` cleanup in the *.h files
#46
rmisev
closed
4 months ago
1
some warning
#45
Hunlongyu
closed
4 months ago
3
Fix `host_parser::parse_host` function
#44
rmisev
closed
4 months ago
1
Fix for uploading coverage to Codecov
#43
rmisev
closed
5 months ago
1
Update Doxygen to 1.11.0 version
#42
rmisev
closed
5 months ago
0
Fix building on GitHub Actions macOS CI
#41
rmisev
closed
6 months ago
0
Update doxygen files to 1.10.0 version
#40
rmisev
closed
7 months ago
0
Update ICU to 74.2 for Windows (AppVeyor, GitHub Actions)
#39
rmisev
closed
9 months ago
1
Use ssciwr/doxygen-install action to install doxygen 1.9.8
#38
rmisev
closed
9 months ago
1
Remove file_path_format::detect
#37
rmisev
closed
10 months ago
1
Disallow dot-dot segments in the path argument of url_from_file_path
#36
rmisev
closed
10 months ago
1
Bump github/codeql-action from 2 to 3
#35
dependabot[bot]
closed
11 months ago
1
Do not allow "." and ".." as UNC share names
#34
rmisev
closed
11 months ago
1
Disallow null characters in URL <-> path conversions
#33
rmisev
closed
11 months ago
1
Next