|
|
@37075
|
2 years |
Jim Ursetto |
4/uri-generic: backport relative path fixes from Chicken 5
|
|
|
@36547
|
2 years |
sjamaan |
uri-generic: Delete early return in tests added for testing purposes
|
|
|
@36545
|
2 years |
sjamaan |
uri-generic: Add several URI samples with ipv6 hosts literals and one …
|
|
|
@36537
|
2 years |
sjamaan |
uri-generic: Fix unparsing of URIs with ipv6 literal host parts
|
|
|
@36521
|
2 years |
Ivan Raikov |
uri-generic: fixes in ipv6-address related to #1530, thanks to Peter …
|
|
|
@33264
|
5 years |
sjamaan |
Uri-generic: Fix for SRFI-14 being secretly Latin1-encoded. Pointed …
|
|
|
@30089
|
7 years |
sjamaan |
uri-generic: Fix part of #1074: don't error out when authority (host) …
|
|
|
@25789
|
9 years |
sjamaan |
uri-generic: Add some basic testcases for make-uri and get rid of …
|
|
|
@20988
|
10 years |
sjamaan |
uri-generic: Check for test failure
|
|
|
@20528
|
10 years |
Ivan Raikov |
uri-generic: added a bunch of weird URIs to the testcases
|
|
|
@20510
|
10 years |
sjamaan |
uri-generic: Fix bogus tests that assumed trailing slashes should be …
|
|
|
@20468
|
10 years |
Ivan Raikov |
uri-generic: prevent parsing of strings that have percent encoding …
|
|
|
@20463
|
10 years |
sjamaan |
uri-generic: Also add edge cases of paths following hostnames and …
|
|
|
@20462
|
10 years |
sjamaan |
Implement fix for #396 (preserve empty path components), and add …
|
|
|
@20461
|
10 years |
sjamaan |
Reindent
|
|
|
@16923
|
11 years |
sjamaan |
Add a few more testcases, also for invalid (non-matching) strings. Fix …
|
|
|
@16914
|
11 years |
sjamaan |
Add a few more testcases and fix a bug that had no test: .. as last …
|
|
|
@16597
|
11 years |
sjamaan |
Add two more testcases that were wrong and add a fix for them
|
|
|
@15478
|
11 years |
sjamaan |
Fix bug with absolute paths directly followed by query
|
|
|
@15040
|
12 years |
sjamaan |
Add uri-path-relative/absolute predicates and tests
|
|
|
@13229
|
12 years |
sjamaan |
Rename old uri? predicate to uri-reference? and introduce a new uri? …
|
|
|
@13228
|
12 years |
sjamaan |
Get absolute-uri to throw an error when parsing an uri reference …
|
|
|
@13209
|
12 years |
sjamaan |
Add absolute/relative uri/reference predicates and tests for them. Fix …
|
|
|
@13108
|
12 years |
sjamaan |
Fix annoying edge case with empty path components in merge-paths …
|
|
|
@12923
|
12 years |
sjamaan |
Fix uri-encode-string to have a better default charset
|
|
|
@12915
|
12 years |
sjamaan |
Make use of uri-encode-string in join-segments; make encoded …
|
|
|
@12857
|
12 years |
sjamaan |
Add lots more representation tests and fix an issue with userinfo …
|
|
|
@12841
|
12 years |
sjamaan |
Implement percent decoding/encoding of slashes in path segments, add …
|
|
|
@12827
|
12 years |
sjamaan |
Change representation of paths to be just the segment contents, not …
|
|
|
@12810
|
12 years |
sjamaan |
Remove query decoding, as it is not described by the RFC
|
|
|
@12721
|
12 years |
sjamaan |
Implement collapsing of consecutive slashes and fix a small problem …
|
|
|
@12719
|
12 years |
sjamaan |
Fix problem with percent-encoded characters in unexpected places
|
|
|
@12614
|
12 years |
sjamaan |
Fix bugs in normalize-case and add regression tests for it
|
|
|
@12582
|
12 years |
sjamaan |
Add update-uri and update-auth procedures, change representation of …
|
|
|
@12363
|
12 years |
sjamaan |
Fix uri->string and add tests
|
|
|
@12360
|
12 years |
sjamaan |
Fix another edge case; uri-relative-to broke on empty path component …
|
|
|
@12140
|
12 years |
sjamaan |
Merge changes from uri-generic for chicken 3
|
|
|
@11826
|
12 years |
sjamaan |
Add tests for uri->string and absolute-uri, and fix absolute-uri
|
|
|
@11779
|
12 years |
sjamaan |
Port uri-generic to chicken 4, using the test egg instead of testbase
|
|
copied from release/3/uri-generic/trunk/tests:
|
|
|
@11562
|
12 years |
Ivan Raikov |
Added uri-generic sources.
|