1. 26 Jan, 2018 1 commit
  2. 18 Jan, 2018 1 commit
  3. 17 Jan, 2018 1 commit
  4. 12 Jan, 2018 1 commit
  5. 19 Dec, 2017 1 commit
  6. 08 Dec, 2017 1 commit
  7. 07 Dec, 2017 1 commit
    • Paul Yang's avatar
      Add discard unknown API in ruby. (#3990) · 0e7b5895
      Paul Yang authored
      * Add discard unknown API in ruby.
      
      * Add test for oneof message field.
      
      * Add TestUnknown to represent unknown field data clearly.
      
      * Only serialize the message with unknown fields itself in test.
      
      * Move discard_unknown from Message to Google.Protobuf
      Unverified
      0e7b5895
  8. 06 Dec, 2017 1 commit
  9. 02 Nov, 2017 1 commit
  10. 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
  11. 12 Oct, 2017 1 commit
  12. 04 Oct, 2017 1 commit
    • Paul Yang's avatar
      Fix ruby segment fault (#3708) · cd5f49d0
      Paul Yang authored
      * Fix ruby segment fault
      
      1) rb_ary_new cannot be called during allocate function. During allocate
      fucntion, the containing object hasn't been marked and rb_ary_new may
      invoke gc to collect containing object.
      2) The global map should be marked before allocating it. Otherwise it
      may be garbage collected.
      
      * Add test
      
      * Remove commented code
      
      * Fix grammer error
      cd5f49d0
  13. 21 Sep, 2017 1 commit
  14. 20 Sep, 2017 3 commits
  15. 15 Sep, 2017 1 commit
  16. 14 Sep, 2017 1 commit
  17. 13 Sep, 2017 2 commits
  18. 30 Aug, 2017 2 commits
  19. 18 Aug, 2017 1 commit
  20. 17 Aug, 2017 1 commit
  21. 24 Jul, 2017 1 commit
  22. 28 Jun, 2017 2 commits
  23. 21 Jun, 2017 1 commit
  24. 19 Jun, 2017 1 commit
  25. 13 May, 2017 2 commits
  26. 08 May, 2017 1 commit
  27. 06 Apr, 2017 1 commit
  28. 17 Mar, 2017 2 commits
  29. 15 Mar, 2017 4 commits
  30. 14 Mar, 2017 1 commit