1. 29 May, 2014 1 commit
  2. 27 Apr, 2014 1 commit
    • abyss7's avatar
      Provide forward declaration for `struct sockaddr` · 7aa69c80
      abyss7 authored
      Otherwise, at least clang++, forward-declares it inside the namespace `::capnp` and doesn't match it with a real `struct sockaddr` from the header 'socket.h'.
      
      Also, accept `const` pointer - there is no point not to do so.
      7aa69c80
  3. 11 Dec, 2013 1 commit
    • Kenton Varda's avatar
      Eliminate the concept of imbuing messages in favor of the simpler concept of… · 3c7efbb4
      Kenton Varda authored
      Eliminate the concept of imbuing messages in favor of the simpler concept of setting a cap table directly on MessageReader / getting one from MessageBuilder.  This eliminates capability-context entirely.  This was made possible by the earlier change which moved capabilities to a separate table rather than storing CapDescriptors inline, but I didn't realize it at the time.
      3c7efbb4
  4. 09 Dec, 2013 1 commit
  5. 05 Dec, 2013 1 commit
  6. 04 Dec, 2013 2 commits