1. 29 May, 2017 3 commits
    • Harris Hancock's avatar
      Fix typo and formatting in comments · bd78705c
      Harris Hancock authored
      bd78705c
    • Harris Hancock's avatar
      Fix build error in MSVC · c4629e37
      Harris Hancock authored
      Closes #479.
      
      If T is a template instantiation and `List<T, kind<T>()>` is the return or
      parameter type of a function (notably get, set, init, adopt, and disown
      functions) defined out-of-line from its definition, MSVC fails to match
      the definition with its declaration. This seems to be another consequence
      of poor expression SFINAE / constexpr support.
      
      An easy workaround is to avoid using kind<T>() and instead manually
      instantiate Kind_<T>, as in lite mode. When I converted Kind_<T> to use
      VoidSfinae, I had thought this solved the problem, but clearly there are
      still edge cases.
      c4629e37
    • Harris Hancock's avatar
      Add MSVC build error to test.capnp · 02b7f5ad
      Harris Hancock authored
      02b7f5ad
  2. 26 May, 2017 7 commits
  3. 23 May, 2017 5 commits
  4. 22 May, 2017 4 commits
  5. 21 May, 2017 1 commit
  6. 18 May, 2017 4 commits
  7. 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
  8. 12 May, 2017 4 commits
  9. 11 May, 2017 1 commit
  10. 10 May, 2017 3 commits
  11. 07 May, 2017 2 commits
  12. 05 May, 2017 2 commits
  13. 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
  14. 02 May, 2017 1 commit