1. 01 Jun, 2017 4 commits
  2. 30 May, 2017 1 commit
  3. 26 May, 2017 7 commits
  4. 23 May, 2017 5 commits
  5. 22 May, 2017 4 commits
  6. 21 May, 2017 1 commit
  7. 18 May, 2017 4 commits
  8. 15 May, 2017 1 commit
    • Kenton Varda's avatar
      Feature-flag TLS library for now. · 8db916de
      Kenton Varda authored
      We'll need to update the configure script to check for OpenSSL and conditionally build this. Ekam users will need to add -DKJ_HAS_OPENSSL to their CXXFLAGS if they've arranged to link against the correct libs.
      8db916de
  9. 12 May, 2017 4 commits
  10. 11 May, 2017 1 commit
  11. 10 May, 2017 3 commits
  12. 07 May, 2017 2 commits
  13. 05 May, 2017 2 commits
  14. 03 May, 2017 1 commit
    • Kenton Varda's avatar
      Fix bug with HTTP entities with `Content-Length: 0`. · d2ec1420
      Kenton Varda authored
      The entity-body would never be marked "done", breaking the pipeline for subsequent requests/responses.
      
      (In practice `Content-Length: 0` is rare since normally only GET requests don't have content and they don't pass `Content-Length` at all.)
      d2ec1420