1. 02 Jun, 2017 1 commit
    • Kenton Varda's avatar
      Warn if AsyncOutputStream::write()'s result promise is unused. · b3cfd6be
      Kenton Varda authored
      It turns out that, quite often, the write() will have already completed before the method returns, hence dropping the returned promise won't cause any apparent problem -- until you try to write() a sufficiently large value that it doesn't complete on the first call. Then, you get mysterious bugs.
      
      Indeed, it turns out the HTTP library has such bugs, which are fixed in this change.
      b3cfd6be
  2. 24 Jan, 2017 2 commits
  3. 01 Dec, 2016 1 commit
  4. 12 Nov, 2016 1 commit
  5. 07 Nov, 2016 1 commit
  6. 09 May, 2015 1 commit
  7. 25 Apr, 2015 1 commit
  8. 20 Apr, 2015 1 commit
  9. 19 Feb, 2015 1 commit
  10. 18 Feb, 2015 1 commit
  11. 29 Dec, 2014 1 commit
  12. 22 Nov, 2014 1 commit
  13. 20 Jun, 2014 1 commit
    • Kenton Varda's avatar
      Change license to MIT. · 889204fe
      Kenton Varda authored
      For portions currently copyright by Kenton (most of it), transfer copyright to Sandstorm Development Group, Inc. (Kenton's company).
      
      The license change is practically meaningless, as MIT and BSD 2-clause are legally equivalent. However, the BSD 2-clause license is sometimes confused for its ugly siblings, BSD 3-clause and BSD 4-clause. The MIT license is more immediately recognizeable for what it is.
      
      Rémy Blank and Jason Choy (the two non-trivial contributors) are on record as approving this change:
      
      https://groups.google.com/d/msg/capnproto/xXDd2HUOCcc/gbe_COIuXKYJ
      889204fe
  14. 20 May, 2014 1 commit
  15. 01 Apr, 2014 1 commit
    • Kenton Varda's avatar
      Tweak timer implementation: · 6418de1d
      Kenton Varda authored
      - Define separate times for durations vs. absolute times.
      - Make more consistent with existing precedents in KJ style.
      6418de1d
  16. 30 Mar, 2014 1 commit
  17. 05 Dec, 2013 1 commit
  18. 04 Dec, 2013 4 commits
  19. 30 Nov, 2013 1 commit
  20. 15 Nov, 2013 1 commit
  21. 12 Nov, 2013 1 commit
  22. 08 Nov, 2013 1 commit
  23. 07 Nov, 2013 1 commit
  24. 05 Nov, 2013 1 commit