1. 20 May, 2016 1 commit
    • Harris Hancock's avatar
      Depend on kj/miniposix.h instead of unistd.h in most places · 669469ca
      Harris Hancock authored
      This is necessary to get things working in MSVC. Note I swapped unistd.h
      for miniposix.h in the compiler, too, which will be necessary to port the
      compiler to MSVC.
      
      This commit also pulls capnp/compiler/capnp.c++'s pipe() implementation
      details (i.e., 8k reserved memory, _O_BINARY mode) into kj/miniposix.h.
      669469ca
  2. 27 Mar, 2016 1 commit
    • Kenton Varda's avatar
      Allow --packed and --flat to be used together. · 4361912b
      Kenton Varda authored
      In Sandstorm, we are encoding powerbox queries in packed base64 strings which may be placed in URL query parameters or the like. The strings are provided in interfaces called browser-side. We anticipate that some developers will prefer to specify a hardcoded string rather than generate it on-the-fly, since Cap'n Proto is not well-supported in browsers today, and anyway the developer may have no other reason to have a Cap'n Proto dependency at all, and powerbox queries are often static.
      
      In this context, speed is irrelevant, while having a compact encoding is desirable. It felt sad to me to leave in the segment table in this context, adding redundant bytes when we want a compact encoding.
      4361912b
  3. 29 Jul, 2015 1 commit
  4. 16 Mar, 2015 1 commit
  5. 14 Mar, 2015 1 commit
  6. 27 Jan, 2015 1 commit
  7. 12 Dec, 2014 1 commit
  8. 29 Nov, 2014 2 commits
  9. 18 Nov, 2014 1 commit
  10. 17 Oct, 2014 1 commit
  11. 11 Oct, 2014 1 commit
  12. 07 Aug, 2014 1 commit
  13. 13 Jul, 2014 1 commit
  14. 28 Jun, 2014 1 commit
  15. 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
  16. 06 Dec, 2013 1 commit
  17. 30 Nov, 2013 1 commit
  18. 12 Nov, 2013 2 commits
  19. 01 Sep, 2013 1 commit
  20. 31 Aug, 2013 1 commit
  21. 29 Aug, 2013 1 commit
  22. 28 Aug, 2013 5 commits
  23. 27 Aug, 2013 2 commits
  24. 26 Aug, 2013 4 commits
  25. 22 Aug, 2013 1 commit
  26. 21 Aug, 2013 1 commit
  27. 19 Aug, 2013 1 commit
  28. 09 Aug, 2013 2 commits
  29. 07 Aug, 2013 1 commit