- 18 Nov, 2015 2 commits
-
-
Jo Liss authored
- 13 Nov, 2015 1 commit
-
-
Kenton Varda authored
Requested by jo_liss on Twitter: https://twitter.com/jo_liss/status/664884038252027905 (Also implement defaultValue<>() helper which was defined but apparently never implemented.)
-
- 07 Nov, 2015 6 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
-
Kenton Varda authored
Fix UnixEventPort value on 32-bit big endian archs
-
Tom Lee authored
toRegularSiginfo attempts to convert signalfd_siginfo.ssi_ptr (a 64-bit integer across all architectures) to a pointer. On 32-bit big endian architectures, sival_int/sival_ptr will be stored in the high 32-bits of the ssi_ptr value. Prior to this change, the value was "lost" as we cast away the high bits of ssi_ptr in the conversion to a 32-bit pointer. This fixes AsyncUnixTest::SignalWith{,Pointer}Value on affected archs.
-
Kenton Varda authored
-
- 31 Oct, 2015 1 commit
-
-
Kenton Varda authored
Fix some documentation typos.
-
- 30 Oct, 2015 2 commits
-
-
David Renshaw authored
-
David Renshaw authored
-
- 21 Oct, 2015 2 commits
-
-
Asheesh Laroia authored
Fix typo in documentation
-
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.
-