1. 21 Apr, 2018 1 commit
  2. 19 Apr, 2018 1 commit
  3. 01 Feb, 2018 1 commit
  4. 19 Dec, 2017 1 commit
    • Kenton Varda's avatar
      Fix multiple problems with connect() on non-glibc-Linux: · bd05ffe8
      Kenton Varda authored
      1. Correctly set nonblocking flag *before* calling connect(). (On glibc-Linux, we create the socket already in nonblocking mode, so this was never an issue.)
      2. FDs could be leaked if connect fails. (This applies to glibc-Linux too, although connect() would have to fail immediately without blocking, which is unusual.)
      bd05ffe8
  5. 22 Sep, 2017 1 commit
  6. 21 Sep, 2017 2 commits
  7. 14 Sep, 2017 1 commit
  8. 12 Sep, 2017 1 commit
  9. 18 Aug, 2017 1 commit
  10. 14 Aug, 2017 1 commit
  11. 12 Aug, 2017 1 commit
    • Oliver Giles's avatar
      Support abstract unix socket addresses · f9e96d71
      Oliver Giles authored
      Since kj::StringPtr supports embedded NULs, copy its entire data
      buffer to the sockaddr_un structure instead of using strcpy.
      On Linux, this allows the use of the abstract socket namespace.
      f9e96d71
  12. 11 Apr, 2017 1 commit
  13. 22 Jan, 2017 2 commits
  14. 01 Dec, 2016 1 commit
  15. 12 Nov, 2016 1 commit
  16. 07 Nov, 2016 3 commits
  17. 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
  18. 06 Sep, 2015 1 commit
  19. 03 Jul, 2015 1 commit
  20. 16 May, 2015 1 commit
  21. 09 May, 2015 1 commit
  22. 19 Feb, 2015 1 commit
  23. 18 Feb, 2015 1 commit
  24. 29 Dec, 2014 1 commit
  25. 12 Dec, 2014 1 commit
  26. 11 Dec, 2014 1 commit
  27. 08 Dec, 2014 1 commit
  28. 06 Dec, 2014 1 commit
  29. 01 Dec, 2014 1 commit
  30. 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
  31. 20 May, 2014 2 commits
  32. 04 Apr, 2014 1 commit
  33. 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
  34. 30 Mar, 2014 1 commit
  35. 10 Dec, 2013 1 commit