Age | Commit message (Expand) | Author |
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 |
2018-07-01 | Refactoring | Richard Walters |
2018-07-01 | Refactoring | Richard Walters |
2018-07-01 | Rename IsCharacterInSet module to CharacterSet | Richard Walters |
2018-07-01 | Normalize scheme and reg-name elements to lower case | Richard Walters |
2018-07-01 | Allow HEXDIG to include lower-case 'a'..'f' | Richard Walters |
2018-07-01 | Add NormalizeCaseInsensitiveString function | Richard Walters |
2018-07-01 | IsCharacterInSet: fix documentation | Richard Walters |
2018-07-01 | Refactoring | Richard Walters |
2018-07-01 | Refactoring | Richard Walters |
2018-07-01 | Refactoring | Richard Walters |
2018-07-01 | Refactoring | Richard Walters |