1. 02 Feb, 2017 1 commit
  2. 24 Jan, 2017 3 commits
  3. 22 Jan, 2017 2 commits
  4. 01 Dec, 2016 1 commit
  5. 12 Nov, 2016 1 commit
  6. 07 Nov, 2016 3 commits
  7. 29 Jul, 2016 1 commit
    • Vitali Lovich's avatar
      Fix build compatability with Android · cbacb180
      Vitali Lovich authored
      Add missing include when building on Linux
      
      Discovered trying to build on Android using CMake.  UIO_MAXIOV is only
      exported by the linux/uio.h header which was never included.  Not sure
      how normal Linux builds work.
      
      Add missing reinterpret cast from const void* to const byte*.
      
      Remove -pthread compile flag when building under Android.  ANDROID cmake
      variable exported by android-cmake project.
      cbacb180
  8. 06 Sep, 2015 1 commit
  9. 03 Jul, 2015 1 commit
  10. 16 May, 2015 1 commit
  11. 09 May, 2015 1 commit
  12. 19 Feb, 2015 1 commit
  13. 18 Feb, 2015 1 commit
  14. 29 Dec, 2014 1 commit
  15. 12 Dec, 2014 1 commit
  16. 11 Dec, 2014 1 commit
  17. 08 Dec, 2014 1 commit
  18. 06 Dec, 2014 1 commit
  19. 01 Dec, 2014 1 commit
  20. 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
  21. 20 May, 2014 2 commits
  22. 04 Apr, 2014 1 commit
  23. 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
  24. 30 Mar, 2014 1 commit
  25. 10 Dec, 2013 1 commit
  26. 07 Dec, 2013 1 commit
  27. 05 Dec, 2013 3 commits
  28. 04 Dec, 2013 4 commits
  29. 30 Nov, 2013 1 commit