1. 12 Jun, 2019 4 commits
  2. 11 Jun, 2019 1 commit
  3. 08 Jun, 2019 3 commits
  4. 26 May, 2019 5 commits
  5. 21 May, 2019 6 commits
  6. 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
  7. 10 May, 2019 2 commits
  8. 29 Apr, 2019 2 commits
  9. 28 Apr, 2019 3 commits
  10. 24 Apr, 2019 2 commits
  11. 23 Apr, 2019 1 commit
  12. 15 Apr, 2019 5 commits
  13. 13 Apr, 2019 2 commits
  14. 10 Apr, 2019 1 commit
  15. 07 Apr, 2019 1 commit
    • Kip Warner's avatar
      debian/watch: Added watch for uscan(1). · eb8f3f00
      Kip Warner authored
      README.md: Added PISTACHE_ENABLE_NETWORK_TESTS and PISTACHE_USE_SSL to Option table.
      README.md: Fixed an extraneous line break.
      README.md: Added Mathieu's logo.
      eb8f3f00