|
|
@13108
|
12 years |
sjamaan |
Fix annoying edge case with empty path components in merge-paths …
|
|
|
@13105
|
12 years |
sjamaan |
Remove three more unused procedures and add a note about "path" not …
|
|
|
@12953
|
12 years |
sjamaan |
Simplify by replacing cut/cute with lambda, remove unused …
|
|
|
@12923
|
12 years |
sjamaan |
Fix uri-encode-string to have a better default charset
|
|
|
@12917
|
12 years |
sjamaan |
Replace two needless calls to reverse in uri-char-list->string with …
|
|
|
@12915
|
12 years |
sjamaan |
Make use of uri-encode-string in join-segments; make encoded …
|
|
|
@12908
|
12 years |
sjamaan |
Rename char-sets and export them; make uri-{encode,decode}-string …
|
|
|
@12857
|
12 years |
sjamaan |
Add lots more representation tests and fix an issue with userinfo …
|
|
|
@12849
|
12 years |
sjamaan |
Code simplification, iteration 1
|
|
|
@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
|
|
|
@12722
|
12 years |
sjamaan |
Bump to 1.12
|
|
|
@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
|
|
|
@12615
|
12 years |
sjamaan |
Bump version number
|
|
|
@12614
|
12 years |
sjamaan |
Fix bugs in normalize-case and add regression tests for it
|
|
|
@12599
|
12 years |
sjamaan |
Export authority accessors
|
|
|
@12582
|
12 years |
sjamaan |
Add update-uri and update-auth procedures, change representation of …
|
|
|
@12386
|
12 years |
sjamaan |
tag uri-generic 1.10, release 4
|
|
|
@12383
|
12 years |
sjamaan |
Fix breakage in case of empty path: a slash got added after the …
|
|
|
@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 …
|
|
|
@12143
|
12 years |
sjamaan |
Update uri-generic to version 1.9
|
|
|
@12140
|
12 years |
sjamaan |
Merge changes from uri-generic for chicken 3
|
|
|
@12004
|
12 years |
sjamaan |
Merge in new uri-generic changes
|
|
|
@12001
|
12 years |
sjamaan |
Merge changes in release 3
|
|
|
@11998
|
12 years |
sjamaan |
Mark changes in uri-generic up till now
|
|
|
@11882
|
12 years |
sjamaan |
Merge absolute-uri changes from branches/3
|
|
|
@11826
|
12 years |
sjamaan |
Add tests for uri->string and absolute-uri, and fix absolute-uri
|
|
|
@11823
|
12 years |
sjamaan |
Merge changes from uri-generic in release 3 into release 4
|
|
|
@11808
|
12 years |
sjamaan |
Remove syntax-case from dependency list, add test to its test-depends list
|
|
|
@11802
|
12 years |
sjamaan |
Further simplifications. This removed all instances of set! from the …
|
|
|
@11801
|
12 years |
sjamaan |
Initial simplifications of uri-generic by using functional update from …
|
|
|
@11794
|
12 years |
sjamaan |
Simplify a bit by using update-URI instead of using make-URI with the …
|
|
|
@11780
|
12 years |
sjamaan |
Tag uri-generic 1.3, bump trunk to 1.4
|
|
|
@11779
|
12 years |
sjamaan |
Port uri-generic to chicken 4, using the test egg instead of testbase
|
|
copied from release/3/uri-generic/trunk:
|
|
|
@11744
|
12 years |
Ivan Raikov |
Updated to use defstruct instead of define-record.
|