Age | Commit message (Expand) | Author |
2020-09-27 | Finish porting unit tests to Rust | Richard Walters |
2020-09-27 | Work in progress porting test cases to Rust, implemented by uriparse | Richard Walters |
2019-12-02 | Support first > last for range constructor of CharacterSet | Richard Walters |
2019-11-09 | StringExtensions moved from SystemAbstractions to its own library | Richard Walters |
2019-05-10 | Remove useless increments | Richard Walters |
2019-03-28 | Percent-encode '+' in the query portion | Richard Walters |
2019-01-06 | Uri: remove old TODO comment no longer applicable | Richard Walters |
2018-10-24 | Uri: add unit test for ClearQuery | Richard Walters |
2018-10-24 | Uri: fix bugs in copying and comparing URIs with query/fragment parts | Richard Walters |
2018-10-24 | PercentEncodedCharacterDecoder: add some extra test cases | Richard Walters |
2018-10-24 | Uri: fix bug in percent-encoding of character codes 0x80-0xff | Richard Walters |
2018-09-05 | Fix compiler warnings found by compiling on Mac | Richard Walters |
2018-08-24 | remove redundant 'struct' from pimpl pattern | Richard Walters |
2018-08-09 | use SystemAbstractions::ToInteger to convert strings to integers | Richard Walters |
2018-08-09 | Refactoring: make application of rule of zero/five consistent | Richard Walters |
2018-08-05 | Use SystemAbstractions::ToLower instead of doing it ourselves | Richard Walters |
2018-07-23 | Add copy constructor and assignment operator | Richard Walters |
2018-07-20 | Add MIT License | Richard Walters |
2018-07-04 | Fix bug in IPv6Address validation | Richard Walters |
2018-07-04 | Refactoring | Richard Walters |
2018-07-04 | Fix bugs in IPv6 address parsing | Richard Walters |
2018-07-04 | Add minor comment | Richard Walters |
2018-07-04 | Normalize IPv6 addresses when generating URI strings | Richard Walters |
2018-07-04 | Percent-encode if necessary any elements when generating strings | Richard Walters |
2018-07-04 | Fix space alignment | Richard Walters |
2018-07-04 | Fix requirements | Richard Walters |
2018-07-04 | Add capability of setting other elements | Richard Walters |
2018-07-04 | Add GenerateString (incomplete) | Richard Walters |
2018-07-04 | Fix bug in truncated host elements | Richard Walters |
2018-07-04 | Fix bug in parsing out IPv6 and IPvFuture addresses | Richard Walters |
2018-07-04 | Validate IPv6 addresses | Richard Walters |
2018-07-04 | Fix bad requirement | Richard Walters |
2018-07-04 | Refactoring | Richard Walters |
2018-07-04 | Add missing "ok" return values in extracted methods | Richard Walters |
2018-07-04 | Give names to states in host/port parsing state machine | Richard Walters |
2018-07-04 | Refactoring | Richard Walters |
2018-07-04 | Refactoring | Richard Walters |
2018-07-03 | Document parts of the path normalization process | Richard Walters |
2018-07-03 | Complete rewrite of NormalizePath | Richard Walters |
2018-07-03 | Fix erronous test vectors | Richard Walters |
2018-07-02 | Add reference resolution and attempt to fix path normalization | Richard Walters |
2018-07-02 | Allow default move semantics | Richard Walters |
2018-07-02 | Recognize special case of absolute URI with empty path | Richard Walters |
2018-07-02 | Fix bug in test | Richard Walters |
2018-07-02 | Add more path normalization tests and fix a bug in it | Richard Walters |
2018-07-02 | Add capability to compare Uri objects. | Richard Walters |
2018-07-02 | Add NormalizePath method | Richard Walters |
2018-07-02 | Refactoring | Richard Walters |
2018-07-02 | Refactoring | Richard Walters |
2018-07-01 | Refactoring | Richard Walters |