1. 08 Mar, 2019 1 commit
  2. 08 Jan, 2019 1 commit
  3. 26 Dec, 2018 1 commit
  4. 21 Dec, 2018 1 commit
  5. 31 Aug, 2018 1 commit
  6. 09 Aug, 2018 1 commit
  7. 09 Jul, 2018 1 commit
  8. 23 Mar, 2018 1 commit
  9. 26 Oct, 2017 1 commit
    • Paul Yang's avatar
      Reserve unknown in Ruby (#3763) · 23adfeb0
      Paul Yang authored
      * Reserve unknown in ruby
      
      * Revert ruby tests. Wait for cpp impl for conformance test
      
      * Add conformance test for preserving unknown
      
      * Add unknown field conformance test to csharp failure list.
      
      * Fix comments
      
      * Fix comment
      
      * Fix comments
      
      * Fix typo
      
      * Use stringsink_string directly
      
      * Mark hd unused
      
      * Remove unused encodeunknown_handlerfunc
      23adfeb0
  10. 25 Jul, 2017 3 commits
  11. 19 Jul, 2017 1 commit
  12. 01 Jul, 2017 1 commit
  13. 19 Jun, 2017 1 commit
  14. 16 Jun, 2017 1 commit
  15. 18 Nov, 2016 1 commit
  16. 10 Oct, 2016 1 commit
  17. 21 Sep, 2016 1 commit
  18. 23 Aug, 2016 1 commit
  19. 22 Aug, 2016 1 commit
  20. 16 Aug, 2016 1 commit
  21. 11 Aug, 2016 2 commits
  22. 15 Apr, 2016 1 commit
  23. 18 Feb, 2016 1 commit
  24. 12 Jan, 2016 1 commit
  25. 13 Aug, 2015 1 commit
  26. 16 Jul, 2015 1 commit
    • Josh Haberman's avatar
      Added Ruby to conformance tests. · 181c7f26
      Josh Haberman authored
      This involved fixing a few important bugs in the
      Ruby implementation -- mostly cases of mixing
      upb field types and descriptor types (upb field
      types do not distinguish between int/sint/fixed/sfixed
      like descriptor types do).
      
      Also added protobuf-specific exceptions so parse
      errors can be caught specifically.
      
      Change-Id: Ib49d3db976900b2c6f3455c8b88af52cfb86e036
      181c7f26