1. 22 Jan, 2017 2 commits
  2. 01 Dec, 2016 1 commit
  3. 12 Nov, 2016 1 commit
  4. 07 Nov, 2016 3 commits
  5. 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
  6. 06 Sep, 2015 1 commit
  7. 03 Jul, 2015 1 commit
  8. 16 May, 2015 1 commit
  9. 09 May, 2015 1 commit
  10. 19 Feb, 2015 1 commit
  11. 18 Feb, 2015 1 commit
  12. 29 Dec, 2014 1 commit
  13. 12 Dec, 2014 1 commit
  14. 11 Dec, 2014 1 commit
  15. 08 Dec, 2014 1 commit
  16. 06 Dec, 2014 1 commit
  17. 01 Dec, 2014 1 commit
  18. 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
  19. 20 May, 2014 2 commits
  20. 04 Apr, 2014 1 commit
  21. 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
  22. 30 Mar, 2014 1 commit
  23. 10 Dec, 2013 1 commit
  24. 07 Dec, 2013 1 commit
  25. 05 Dec, 2013 3 commits
  26. 04 Dec, 2013 4 commits
  27. 30 Nov, 2013 1 commit
  28. 28 Nov, 2013 1 commit
    • Kenton Varda's avatar
      Revamp concurrency model, part 1: EventLoop no longer allows cross-thread event… · 7921c854
      Kenton Varda authored
      Revamp concurrency model, part 1:  EventLoop no longer allows cross-thread event queuing, simplifying many things.  Capability clients are no longer thread-safe, so they don't have to be so const.  In the future, explicit ways to communicate between threads will be re-added, but threads will be treated more like separate vats that just happen to have a particularly fat pipe.  Upcoming:  Remove mutexes.
      7921c854
  29. 15 Nov, 2013 1 commit
  30. 12 Nov, 2013 1 commit
  31. 08 Nov, 2013 1 commit