1. 18 May, 2017 4 commits
  2. 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
  3. 12 May, 2017 4 commits
  4. 11 May, 2017 1 commit
  5. 10 May, 2017 3 commits
  6. 07 May, 2017 2 commits
  7. 05 May, 2017 2 commits
  8. 03 May, 2017 2 commits
    • 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
    • Ian Denhardt's avatar
      Remove references to obsolete isCallersFault · a901d43e
      Ian Denhardt authored
      At some point isCallersFault was marked as obsolete, but the description
      of abort still referenced it, suggesting particular usage. This patch
      removes said references.
      
      Since `git-diff` does *such* a good job with prose: This just removes
      the two parentheticals and re-flows the paragraph.
      a901d43e
  9. 02 May, 2017 2 commits
  10. 01 May, 2017 11 commits
  11. 30 Apr, 2017 8 commits