1. 07 Oct, 2018 1 commit
    • Kenton Varda's avatar
      Make HttpInputStream reusable. · 513cd4e8
      Kenton Varda authored
      Some protocols, like Visual Studio Code's Language Server Protocol, have made the unfortunate decision to use HTTP-style message envelope even though they are not HTTP protocols. LSP, for example, sends each JSON-RPC messages as a Content-Length header followed by two CRLF followed by a JSON message of that length. I didn't want to rewrite HTTP parsing, so I extended the HTTP library to make this functionality reusable.
      513cd4e8
  2. 27 Sep, 2018 4 commits
  3. 25 Sep, 2018 2 commits
  4. 17 Sep, 2018 1 commit
  5. 16 Sep, 2018 3 commits
  6. 11 Sep, 2018 1 commit
  7. 10 Sep, 2018 1 commit
  8. 08 Sep, 2018 2 commits
  9. 07 Sep, 2018 1 commit
    • Oleg Kolosov's avatar
      Change KJ_LOG macro to use "for" statement · 11ee5380
      Oleg Kolosov authored
      Using "for" statement instead of "if", as suggested by Kenton, still
      avoids "dangling else" warnings and also allows to have diagnostics on
      missing ";" at the end. So this way is better.
      11ee5380
  10. 05 Sep, 2018 1 commit
  11. 02 Sep, 2018 1 commit
  12. 31 Aug, 2018 1 commit
  13. 30 Aug, 2018 1 commit
  14. 29 Aug, 2018 3 commits
  15. 26 Aug, 2018 13 commits
  16. 25 Aug, 2018 4 commits