1. 29 Jan, 2018 1 commit
  2. 27 Jan, 2018 1 commit
    • Adam Cozzette's avatar
      Removed using statements from common.h · 39a789e6
      Adam Cozzette authored
      These statements pulled a bunch of symbols from the std namespace into
      the global namespace. This commit removes all of them except for
      std::string, which is a bit trickier to remove.
      39a789e6
  3. 26 Jan, 2018 2 commits
  4. 25 Jan, 2018 9 commits
  5. 24 Jan, 2018 1 commit
  6. 22 Jan, 2018 1 commit
  7. 21 Jan, 2018 1 commit
  8. 15 Jan, 2018 1 commit
    • Jon Skeet's avatar
      Add DiscardUnknownFields support for C# · 47b7d2c7
      Jon Skeet authored
      By default, unknown fields are preserved when parsing. To discard
      them, use a parser configured to do so:
      
      var parser = MyMessage.Parser.WithDiscardUnknownFields(true);
      47b7d2c7
  9. 11 Jan, 2018 1 commit
  10. 10 Jan, 2018 1 commit
  11. 09 Jan, 2018 1 commit
  12. 08 Jan, 2018 2 commits
  13. 06 Jan, 2018 2 commits
  14. 05 Jan, 2018 4 commits
  15. 04 Jan, 2018 1 commit
  16. 03 Jan, 2018 9 commits
  17. 02 Jan, 2018 2 commits