Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-07 | Add normalize() function to host/URL class templates | Karen Arutyunov | 1 | -6/+263 | |
Also add IPv6 verification to host constructor. | |||||
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 | |
2019-06-03 | Rename traits alias to traits_type for basic_path, basic_url, and ↵ | Karen Arutyunov | 1 | -23/+23 | |
string_table class templates | |||||
2019-05-29 | Improve url::string() to handle empty scheme | Boris Kolpackov | 1 | -3/+7 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-10-09 | Add support for rootless URLs | Karen Arutyunov | 1 | -48/+39 | |
2018-07-09 | Make basic_url(string) ctor to consider empty string as invalid argument | Karen Arutyunov | 1 | -6/+3 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 | |
2018-03-03 | Add url::traits::find(), checks whether string looks like URL | Boris Kolpackov | 1 | -1/+35 | |
2018-02-08 | Make try_rmfile() to delete read-only files on Windows | Karen Arutyunov | 1 | -0/+3 | |
2017-12-26 | Add basic_url<H,T> class template | Karen Arutyunov | 1 | -0/+509 | |