Valentin Gosu
|
9771ab51f0
Fix roundtripping issue (#1079)
|
11 months ago |
Christopher Serr
|
22b925f93a
Improve Compile Times with `serde_derive` (#1075)
|
1 year ago |
Manish Goregaokar
|
c3bbf662b1
Fix MSRV and clippy CI (#1058)
|
1 year ago |
David Sherret
|
4b9f1e699f
perf: make parse_scheme slightly faster (#1025)
|
1 year ago |
konsti
|
5d363cc3cd
Improve serde error output (#982)
|
1 year ago |
Dominik Maier
|
ebd5cfbf6f
`no_std`support for the `url` crate (#831)
|
1 year ago |
Hans Larsen
|
7eccac9a0b
Add a test for and fix issue #974 (#975)
|
2 years ago |
micolous
|
49eea1c2eb
Fix multiple issues on wasm32: (#886)
|
2 years ago |
Valentin Gosu
|
b77a81b2b2
Use SPECIAL_PATH_SEGMENT when encoding path in from_file_path (#902)
|
2 years ago |
Valentin Gosu
|
a08aa2cd10
Fix panic in set_path for file URLs (#865)
|
3 years ago |
Valentin Gosu
|
df88a29c91
Also fix issue where path segment could be confused with drive letter because we don't check if the path is empty
|
3 years ago |
Valentin Gosu
|
5432fd8fed
Fix 838
|
3 years ago |
Quentin Santos
|
a4633bed0c
No colon when setting empty password (#825)
|
3 years ago |
Quentin Santos
|
74b8694568
Fix anarchist URL where path starts with // (#817)
|
3 years ago |
cybai
|
fdbe16cd62
Implement potentially strip spaces for opaque paths
|
3 years ago |
Alejandro Martinez Ruiz
|
d8d4753a4c
url/tests/unit: add tests for the has_authority and authority methods
|
5 years ago |
crowlkats
|
eaa23e556f
remove IDNA feature
|
4 years ago |
Divy Srivastava
|
a3df36528a
feat(url): add `quirks::internal_components` (#788)
|
4 years ago |
Andrew Banchich
|
eb3f20d7e4
Fix setting file hosts to None
|
4 years ago |
Valentin Gosu
|
e12d76a61a
Merge pull request #754 from dsherret/make_relative_include_filename_other_directory
|
4 years ago |
Valentin Gosu
|
cbc6a6d9a1
Fix clippy lint (#765)
|
4 years ago |
David Sherret
|
aee91c171e
fix: make_relative was missing filename when filenames were equal in another directory
|
4 years ago |
Luca Casonato
|
d40c4f1d6a
Align IPv4 parsing to spec
|
4 years ago |
Luca Casonato
|
e398b2c5f1
Appease clippy
|
4 years ago |
lishuo
|
a4af4a70eb
fix typo. skip data tests for idna if feature not enabled. opt out unicode_serialziation for Origin if idna not enabled
|
4 years ago |
lishuo
|
55322758aa
init commit to make idna optional
|
4 years ago |
Bram Bonné
|
744b76332c
Remove stray comma
|
5 years ago |
Bram Bonné
|
5793b7ef14
Check parsing result in SyntaxViolation test
|
5 years ago |
Bram Bonné
|
0659871a26
Add tests for SyntaxViolation callback types
|
5 years ago |
Sebastian Dröge
|
d51cec4803
Add Url::make_relative() as the inverse of Url::join()
|
5 years ago |