Adam Cozzette
							
						 | 
						
							
							
								94d55e5292
							
							Merge branch '3.6.x' into merge-3-6-x
						 | 
						7 年之前 | 
					
				
					
						
							
								   Paul Yang
							
						 | 
						
							
							
								e508fc0c66
							
							Check the message to be encoded is the wrong type. (#4885) (#4949)
						 | 
						7 年之前 | 
					
				
					
						
							
								   Paul Yang
							
						 | 
						
							
							
								40f9ef2f56
							
							Check the message to be encoded is the wrong type. (#4885)
						 | 
						7 年之前 | 
					
				
					
						
							
								   Ewout
							
						 | 
						
							
							
								7b8f571756
							
							Ruby JSON encoding omits zero-length repeated fields by default.
						 | 
						7 年之前 | 
					
				
					
						
							
								   Paul Yang
							
						 | 
						
							
							
								0e7b589566
							
							Add discard unknown API in ruby. (#3990)
						 | 
						8 年之前 | 
					
				
					
						
							
								   Paul Yang
							
						 | 
						
							
							
								23adfeb003
							
							Reserve unknown in Ruby (#3763)
						 | 
						8 年之前 | 
					
				
					
						
							
								   Aaron Patterson
							
						 | 
						
							
							
								f55c6ec24f
							
							Storing the frame on the map means we don't need the array
						 | 
						8 年之前 | 
					
				
					
						
							
								   Aaron Patterson
							
						 | 
						
							
							
								d6152dd51c
							
							Move parse frame array to the Map object
						 | 
						8 年之前 | 
					
				
					
						
							
								   Ewout
							
						 | 
						
							
							
								008dc92c9d
							
							Ruby version optionally emits default values in JSON encoding.
						 | 
						8 年之前 | 
					
				
					
						
							
								   Paul Yang
							
						 | 
						
							
							
								7f3e237071
							
							Merge 3.2.x branch into master (#2648)
						 | 
						8 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								d4213d839f
							
							Ruby: make sure map parsing frames are GC-rooted.
						 | 
						9 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								ff7f68ae9f
							
							Ruby: encode and freeze strings when the are assigned or decoded.
						 | 
						9 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								d419ca10b4
							
							Updated upb and simplified ruby code a bit with new upb method.
						 | 
						9 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								194ad621bb
							
							Ruby JSON: always accept both camelCase and original field names.
						 | 
						9 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								78da66698b
							
							Changed Ruby to properly camelCase its JSON by default.
						 | 
						9 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								14e2b4fa51
							
							A very small fix to silence some warnings.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Joshua Haberman
							
						 | 
						
							
							
								eb65c69e14
							
							Merge pull request #584 from haberman/cwarnings
						 | 
						10 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								181c7f2636
							
							Added Ruby to conformance tests.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								a1daeaba80
							
							Conform to C89/C90 variable declaration rules.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Josh Haberman
							
						 | 
						
							
							
								8c717ad530
							
							Worked around memory leak bug in Ruby interpreter.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								231886f632
							
							Ruby C extension speedup: don't re-intern constant string needlessly.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Joshua Haberman
							
						 | 
						
							
							
								202f87f8de
							
							Merge pull request #387 from cfallin/ruby-upb-update
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								d326277397
							
							Update MRI C Ruby extension to use new version of upb.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Adam Greene
							
						 | 
						
							
							
								d1b52a00e0
							
							adding and simplifying encoders/decoders
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								315b93fdcc
							
							Addressed code-review comment.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								a2bea0a001
							
							Properly support maps in Ruby protoc and another bugfix.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								eb33f9d3d6
							
							Updated based on code-review comments.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								07b8b0f28d
							
							Addressed code-review comments.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								9de35e7421
							
							Addressed code-review comments.
						 | 
						10 年之前 | 
					
				
					
						
							
								   Chris Fallin
							
						 | 
						
							
							
								e2debef5d8
							
							Ruby extension: added oneof accessor.
						 | 
						10 年之前 |