- 21 Oct, 2015 1 commit
-
-
Kamal Marhubi authored
-
- 09 Oct, 2015 1 commit
-
-
Kenton Varda authored
Add TextCodec to expose an API for the schema's text format.
-
- 06 Oct, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 30 Sep, 2015 2 commits
-
-
Asheesh Laroia authored
Spellcheck the styleguide
-
Steven Dee authored
-
- 29 Sep, 2015 2 commits
-
-
Asheesh Laroia authored
Typo found by @mquandalle
-
Jacob Weisz authored
Mentioned three days ago, didn't want it to get forgotten
-
- 28 Sep, 2015 1 commit
-
-
Philip Quinn authored
-
- 15 Sep, 2015 5 commits
-
-
Kenton Varda authored
Fix typo in two party RPC docs
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Make sure ArrayPtr<char> stringifies the same as ArrayPtr<const char> (without commas after each character)
-
- 14 Sep, 2015 1 commit
-
-
Kamal Marhubi authored
-
- 10 Sep, 2015 1 commit
-
-
Kenton Varda authored
Use ip4 sockets for wildcard on OpenBSD
-
- 09 Sep, 2015 3 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
- 06 Sep, 2015 1 commit
-
-
Steven Dee authored
Short-term fix for #220.
-
- 04 Sep, 2015 3 commits
-
-
Kenton Varda authored
Fix typos.
-
Kenton Varda authored
-
Kenton Varda authored
Added method accept() to TwoPartyServer for servicing arbitrary AsyncIoStreams.
-
- 03 Sep, 2015 1 commit
-
-
Jakub Wilk authored
-
- 02 Sep, 2015 1 commit
-
-
Kenton Varda authored
Increase arenaSpace to fix 32-bit builds.
-
- 01 Sep, 2015 1 commit
-
-
Philip Quinn authored
-
- 31 Aug, 2015 1 commit
-
-
Kenton Varda authored
Fix bug in JSON encoder that caused each byte of a UTF-8 sequence to be escaped as a separate character.
-
- 30 Aug, 2015 1 commit
-
-
Christopher Jack Turner authored
Added capnp::TwoPartyServer::accept(...) this method allows capnp::TwoPartyServer to service arbitrary kj::AsyncIOStream objects such as those representing two-way pipes (socketpairs).
-
- 14 Aug, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 08 Aug, 2015 1 commit
-
-
Kenton Varda authored
-
- 06 Aug, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
The library allows for registering special handlers for specific types or fields. This is particluarly useful for overriding the way `Data` is encoded (since many approaches exist) or supporting encodings like EJSON or Q which extend JSON with special types encoded as objects with field names perfixed by dollar signs. Not integrated into build system yet (but builds nicely with Ekam). I think this is going to need to be a separate library, e.g. libcapnp-json, because clearly a lot of Cap'n Proto users don't need it at all. For the moment, this was written for use inside Sandstorm. There is no current need for a decoder, so I have not written that yet and have no immediate plans to do so. But it will be added before any official Cap'n Proto release, certainly. A simple recursive descent parser should be easy...
-
- 03 Aug, 2015 1 commit
-
-
Kenton Varda authored
Fix bug dereferencing nullptr when forwarding a large skip
-
- 02 Aug, 2015 1 commit
-
-
Hunter Morris authored
-
- 31 Jul, 2015 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
Make tests work on mipsel, maybe. Hopefully fixes #204. I don't know since I don't have a mipsel machine.
-
- 29 Jul, 2015 1 commit
-
-
Kenton Varda authored
Example: const data :Data = embed "some-file.dat"; Files are looked up the same way an import would be. You can use embed when Data or Text is expected. You can also use it when a struct type is expected -- the file will be interpreted as a message using standard binary serialization.
-
- 24 Jul, 2015 1 commit
-
-
Kenton Varda authored
Add a way to concatenate lists without losing data when one or more of the lists was written using a newer version of the protocol.
-
- 23 Jul, 2015 1 commit
-
-
Kenton Varda authored
-