Skip to content
Snippets Groups Projects
  1. May 04, 2020
  2. May 03, 2020
  3. May 02, 2020
  4. Apr 29, 2020
  5. Apr 27, 2020
  6. Apr 26, 2020
    • Glyn Matthews's avatar
      Refactor core (#78) · 63250781
      Glyn Matthews authored
      * Applied constexpr and inline across the library
      
      * Added a string element range
      
      * Changes to domain processing
      
      * Refactored query parameter range
      
      * Refactored query iterators
      
      * Updated CMakeLists.txt
      
      * Removed some redundant code
      
      * Join takes a template argument instead of std::vector
      
      * Fixed compilation error in ipv6 address
      
      * Updated .appveyor.yml
      
      * Updated search_parameters
      
      * Fixed bug I introduced in the last commit
      
      * Cleaned percent encoding code
      63250781
  7. Apr 23, 2020
  8. Apr 20, 2020
  9. Apr 19, 2020
  10. Apr 18, 2020
    • Glyn Matthews's avatar
      Path iterator (#68) · 915dcd20
      Glyn Matthews authored
      * Added a path iterator
      
      * Inline all filesystem path functions
      
      * Renamed a couple of headers
      
      * Updated build scripts
      
      * Cleaned up implementation of idna.cpp
      915dcd20
  11. Apr 16, 2020
  12. Apr 14, 2020
  13. Apr 13, 2020
  14. Apr 12, 2020
  15. Apr 11, 2020
  16. Apr 10, 2020
    • Glyn Matthews's avatar
      Refactor parser (#53) · baa7a4ac
      Glyn Matthews authored
      * Moved a lot of files around
      
      * Refactored internal string algorithms
      baa7a4ac
    • Glyn Matthews's avatar
      Added accessors to test IP addresses in URL class (#52) · 38bcf25b
      Glyn Matthews authored
      * Added accessors to test if the hostname is a valid IP address or domain name
      
      * Added tests for ipv4 address endianness
      
      * Added missing header
      
      * Added endianness header, needed for correct behaviour of ipv4_ and ipv6_address
      
      * Added endianness.hpp to CMakeLists.txt
      
      * Added check for hostname bounds in ipv6 address accessor
      
      * Fixed warnings and errors on CI
      
      * Added more unit tests for opaque hosts
      38bcf25b
  17. Apr 08, 2020
Loading