1. 14 Jun, 2019 3 commits
  2. 12 Jun, 2019 10 commits
  3. 11 Jun, 2019 1 commit
  4. 08 Jun, 2019 3 commits
  5. 27 May, 2019 1 commit
  6. 26 May, 2019 5 commits
  7. 21 May, 2019 6 commits
  8. 20 May, 2019 2 commits
    • hydratim's avatar
      Some clean-up of the net primatives · 6fbff7f2
      hydratim authored
      Currently untested, but should work and be backwards compatible-ish.
      * Unifies the Ipv4 and Ipv6 classes into IP
      * Swaps out std::string host_ for the new IP class as the
      backing store for Address
      6fbff7f2
    • Daniel Morton's avatar
      Add error handling in cases of writing to an invalid file descriptor · 58070d84
      Daniel Morton authored
      Related to recent unit test intermittent failures.
      
      Handles a condition where the file descriptor for a connection is closed
      before all processing is done, leading to an error. This is usually the
      result of multiple exceptions being thrown by the HTTP parser without a
      connection being set to Keep-Alive.
      58070d84
  9. 10 May, 2019 2 commits
  10. 29 Apr, 2019 2 commits
  11. 28 Apr, 2019 3 commits
  12. 24 Apr, 2019 2 commits