Age | Commit message (Expand) | Author |
2020-10-12 | Use Into::into in place of closures | Richard Walters |
2020-10-12 | Make Uri::decode_element more flexible in what it takes as an argument | Richard Walters |
2020-10-12 | Clean up Uri::parse_path and make it functional | Richard Walters |
2020-10-12 | Refactoring: collect path functionally | Richard Walters |
2020-10-12 | Make Uri::check_scheme more functional | Richard Walters |
2020-10-12 | clean up todos | Richard Walters |
2020-10-12 | Make Uri::decode_element more functional | Richard Walters |
2020-10-11 | Fix normalize test and corner case bug with path_as_string | Richard Walters |
2020-10-10 | Remove explicit test vector array length declarations | Richard Walters |
2020-10-09 | Use named_tuple! to simplify test vector declarations | Richard Walters |
2020-10-09 | Use thiserror to implement Error/Display/From traits for us | Richard Walters |
2020-10-09 | Minor whitespace/comment cleanup | Richard Walters |
2020-10-09 | Make Rust errors a bit more expressive | Richard Walters |
2020-10-09 | Rust implementation refactoring | Richard Walters |
2020-10-09 | Implement std::error::Error for custom error types | Richard Walters |
2020-10-09 | Remove unnecessary check in IPv6 parsing | Richard Walters |
2020-10-09 | Slight improvement to name of a state in IPv6 address parsing | Richard Walters |
2020-10-09 | Fix bug in parsing IPv6 addresses | Richard Walters |
2020-10-09 | Fix bug in IPv6 address parsing | Richard Walters |
2020-10-09 | Dismiss some todos | Richard Walters |
2020-10-07 | (Rust) Uri::is_path_absolute: match against whole path, not first segment | Richard Walters |
2020-10-07 | (Rust) combine match with if/else in Uri::validate_ipv4_address | Richard Walters |
2020-10-07 | (Rust) dismiss some todos | Richard Walters |
2020-10-07 | (Rust) Add Uri::path_as_string convenience function | Richard Walters |
2020-10-07 | (Rust) Make setting scheme fallible by checking for invalid characters | Richard Walters |
2020-10-07 | Finish initial port of library to Rust | Richard Walters |
2020-10-07 | Fix misspelling | Richard Walters |
2020-10-06 | Work in progress porting to Rust | Richard Walters |
2020-10-06 | Work in progress porting implementation to Rust | Richard Walters |
2020-10-05 | Add tests for parsing hosts ending in dot | Richard Walters |
2020-09-27 | No need to use try_from() when setting parts of a URI | Richard Walters |
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: fix bugs in copying and comparing URIs with query/fragment parts | 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-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 | Normalize IPv6 addresses when generating URI strings | Richard Walters |