1. 05 May, 2015 1 commit
  2. 25 Apr, 2015 1 commit
  3. 19 Feb, 2015 2 commits
    • Kenton Varda's avatar
      Fix #182. · 55ab49d0
      Kenton Varda authored
      55ab49d0
    • Kenton Varda's avatar
      Add various convenience features to async APIs: · bb386f1b
      Kenton Varda authored
      - Promise<T>::catch_() method which is equivalent to then() but you only specify an error handler; the non-error continuation is the identity function.
      - kj::evalNow() function which synchronously calls a function and returns a promise for the result, or a broken promise if the function threw an exception. This is convenient for making sure exceptions get pushed into the promise chain.
      - KJ_WARN_UNUSED_RESULT on various methods that return promises.
      bb386f1b
  4. 29 Dec, 2014 2 commits
  5. 29 Nov, 2014 1 commit
    • Kenton Varda's avatar
      Simplify exceptions. Eliminate Durability. Rename Nature to Type and simplify it. · 4ee25e43
      Kenton Varda authored
      Distinguishing between "local bugs" and "preconditions" was proving difficult in practice, because a precondition failure in one function may very well indicate a bug in a calling function, but the exception may be thrown through that function, thus when caught the classification is nonsensical. The distinction also was not as useful as imagined. So, I eliminated this distinction.
      4ee25e43
  6. 22 Nov, 2014 1 commit
  7. 19 Aug, 2014 1 commit
  8. 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
  9. 22 Jan, 2014 1 commit
  10. 10 Dec, 2013 1 commit
  11. 06 Dec, 2013 1 commit
  12. 05 Dec, 2013 2 commits
  13. 04 Dec, 2013 1 commit
  14. 30 Nov, 2013 3 commits