Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
eb1d156d74fc4742175d6c143e5747772e44a4bb
eb1d156
Merge pull request #1207 from jskeet/readme
by Jie Luo
· 9 years ago
0809de8
Clarify readme
by Jon Skeet
· 9 years ago
287a095
Merge pull request #1165 from damienmg/master
by Jisi Liu
· 9 years ago
7727e26
Merge pull request #1195 from calbach/python-json-struct
by Jie Luo
· 9 years ago
110e31c
Merge pull request #1199 from google/google_integrate
by Jisi Liu
· 9 years ago
5477f8c
Manually down-integrate python JSON struct support from internal code base.
by CH Albach
· 9 years ago
defa25b
Restore the license for Internal.java
by Jisi Liu
· 9 years ago
1b8bab3
Uncomment the test, which was commented out during integration
by Jisi Liu
· 9 years ago
5221dcb
Integrate from google internal.
by Jisi Liu
· 9 years ago
cb3f428
Undo the Java module change for integration.
by Jisi Liu
· 9 years ago
b13874d
Merge pull request #1158 from jskeet/nonnormalized-tostring
by Jan Tattermusch
· 9 years ago
60f7fc5
Merge pull request #1169 from LuminateWireless/bazel-build
by Feng Xiao
· 9 years ago
c65be83
Merge pull request #1167 from xfxyjwf/refactor_doc
by Jisi Liu
· 9 years ago
4fe0381
Fix bazel BUILD for Java.
by Ming Zhao
· 9 years ago
d0e0114
Refactor README.md.
by Feng Xiao
· 9 years ago
1879776
Merge pull request #1163 from jskeet/more-json
by Jan Tattermusch
· 9 years ago
f2b6dbb
Merge pull request #1162 from brian-peloton/master
by Feng Xiao
· 9 years ago
3878d84
Fix mistakes in highest-representable float64 integers
by Jon Skeet
· 9 years ago
96c2dd5
Avoid upcasting uninitialized pointers
by Brian Silverman
· 9 years ago
fe066bd
Merge pull request #789 from motahan/solaris64_fix
by Feng Xiao
· 9 years ago
dd43dcc
Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw
by Jon Skeet
· 9 years ago
8c5260b
Merge pull request #1096 from jskeet/custom-to-string
by Jan Tattermusch
· 9 years ago
6794d17
Merge pull request #1155 from jcburke14/jb-intcast
by Feng Xiao
· 9 years ago
3937ded
Fix compiler warning from repeated_field.h
by John Burke
· 9 years ago
91427fe
Merge pull request #1147 from jcanizales/patch-1
by Feng Xiao
· 9 years ago
bbe6e43
Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exception
by Feng Xiao
· 9 years ago
d522479
Merge pull request #1145 from jskeet/conformance
by Jon Skeet
· 9 years ago
1e113df
Merge pull request #1146 from haberman/pycppfix
by Joshua Haberman
· 9 years ago
b40e125
Update podspec version to 3.0.0-beta-2
by Jorge Canizales
· 9 years ago
248557e
move test file (was in wrong place after rebasing on java module refactor)
by Joshua Humphries
· 9 years ago
6065434
fully qualify invocations of static methods on GeneratedMessage
by Joshua Humphries
· 9 years ago
f3c7558
throw IOException instead of InvalidProtocolBufferException when appropriate
by Joshua Humphries
· 9 years ago
06fd6fa
Fixed Python 3.x C++ build, and updated conformance failure lists.
by Josh Haberman
· 9 years ago
76547e5
Make protobuf Skylark extension appends the workspace root
by Damien Martin-Guillerez
· 9 years ago
9a5d892
Merge pull request #1143 from xfxyjwf/fix_java
by Feng Xiao
· 9 years ago
030c268
Fix broken test
by Jon Skeet
· 9 years ago
5ee055d
Remove now-fixed conformance errors.
by Jon Skeet
· 9 years ago
b1ea15f
Make sure that
by Jon Skeet
· 9 years ago
8866d6a
Reject JSON containing the same oneof field twice
by Jon Skeet
· 9 years ago
52db513
Change handling of unknown enums: we now write out the value as a number.
by Jon Skeet
· 9 years ago
f437b67
Extra strictness for FieldMask conversion
by Jon Skeet
· 9 years ago
022a9b2
Allow the original field name (rather than camel-cased) when parsing JSON
by Jon Skeet
· 9 years ago
1fc4859
Fixes to JSON timestamp/duration representations
by Jon Skeet
· 9 years ago
c74676f
Report serialization errors in conformance tests
by Jon Skeet
· 9 years ago
888e71b
Prohibit null values in repeated and map fields in JSON
by Jon Skeet
· 9 years ago
1a34ac0
Throw a better exception when invalid base64 is detected in JSON
by Jon Skeet
· 9 years ago
730c38a
Support (and test) numeric enum parsing in JSON
by Jon Skeet
· 9 years ago
f262611
Fix handling of repeated wrappers
by Jon Skeet
· 9 years ago
ea95676
Fix tests broken by the Java directory change.
by Feng Xiao
· 9 years ago
b6ef401
Merge pull request #1121 from nmittler/restructure
by Feng Xiao
· 9 years ago
49efe9d
Restructuring protobuf to multiple modules
by nmittler
· 9 years ago
f2fe50b
JSON conformance test fixes
by Jon Skeet
· 9 years ago
5dba7d7
Introduce ICustomDiagnosticMessage to allow for custom string formatting
by Jon Skeet
· 9 years ago
73c003c
Merge pull request #1089 from jskeet/map-null
by Jan Tattermusch
· 9 years ago
937ef23
Merge pull request #1080 from haberman/conformance-crashes
by Joshua Haberman
· 9 years ago
da2eb68
Merge pull request #1129 from dongjoon-hyun/fix_typos_in_README_and_CHANGES
by Feng Xiao
· 9 years ago
7e74a02
Don't generate Objective C WKT for conformance tests to avoid dupliate defs.
by Josh Haberman
· 9 years ago
af8e7ef
Merge pull request #1131 from thomasvl/fix_sem_leak
by Thomas Van Lenten
· 9 years ago
4d66337
Release the semaphore in dealloc, fixing leak.
by Thomas Van Lenten
· 9 years ago
043ca2b
Conformance: Update C# failure list to reflect which tests currently pass.
by Josh Haberman
· 9 years ago
fc7f8d9
Fixed Ruby conformance tests by running them under rvm Ruby.
by Josh Haberman
· 9 years ago
bf50ec4
Added debugging output to debug type= problem on Travis.
by Josh Haberman
· 9 years ago
ea909a5
Updated C#'s failure list, and added missing file.
by Josh Haberman
· 9 years ago
e891c29
Allow conformance test runner to tolerate crashes, and re-enable conformance tests.
by Josh Haberman
· 9 years ago
7b08d49
Fix typos in README.md/CHANGES.txt
by Dongjoon Hyun
· 9 years ago
c64146f
Merge pull request #1046 from peternewman/patch-1
by Feng Xiao
· 9 years ago
9e4f354
Prohibit null values in map fields
by Jon Skeet
· 9 years ago
4af1cc7
Revert the change and remove an incorrect comment
by Peter Newman
· 9 years ago
5700a10
Merge pull request #1124 from xfxyjwf/appveyor
by Feng Xiao
· 9 years ago
8f2b622
Fix appveyor build.
by Feng Xiao
· 9 years ago
6d1d415
Merge pull request #1098 from jskeet/wkt-json
by Jan Tattermusch
· 9 years ago
698f616
Merge pull request #1088 from jskeet/codec-pruning
by Jan Tattermusch
· 9 years ago
be44985
Merge pull request #1087 from jskeet/json-tests
by Jan Tattermusch
· 9 years ago
edd60c9
Merge pull request #1120 from gitplaneta/master
by Feng Xiao
· 9 years ago
7d91667
Update README.md - remove typo
by Radoslaw Busz
· 9 years ago
35683bc
Merge pull request #1101 from xfxyjwf/doc
by Feng Xiao
· 9 years ago
d134a80
Merge pull request #1118 from thomasvl/xcode_scheme_cleanup
by Thomas Van Lenten
· 9 years ago
0e42ed3
Remove the stale reference to test no longer around, and keep the performance test limited to just performance tests.
by Thomas Van Lenten
· 9 years ago
64d8652
Update README.md and remove INSTALL.txt
by Feng Xiao
· 9 years ago
7619505
Patch internal change 111557819.
by Feng Xiao
· 9 years ago
363316a
Merge pull request #1100 from xfxyjwf/javadoc
by Feng Xiao
· 9 years ago
7d075a4
Update version number and fix javadoc errors.
by Feng Xiao
· 9 years ago
ee4a0c0
Merge pull request #1094 from thomasvl/update_objc_conformance
by Thomas Van Lenten
· 9 years ago
b4a5817
Ensure all formatted well-known-type values are valid JSON
by Jon Skeet
· 9 years ago
aa431a0
Improve number handling in JSON parsing
by Jon Skeet
· 9 years ago
df4e4d8
Fix up the conformance tests
by Thomas Van Lenten
· 9 years ago
d19c26f
Merge pull request #1093 from thomasvl/fix_objc
by Thomas Van Lenten
· 9 years ago
fcce784
Update objectivec/google/protobuf/Type.pbobjc.m
by Thomas Van Lenten
· 9 years ago
de99998
Merge pull request #1092 from thomasvl/fix_conformance
by Thomas Van Lenten
· 9 years ago
de3c56a
Fix conformance test to only report skips in verbose mode.
by Thomas Van Lenten
· 9 years ago
d7183b0
Merge pull request #1091 from thomasvl/objc_tests_use_autocreators
by Thomas Van Lenten
· 9 years ago
ca428c1
Have the tests rely on the autocreator behaviors.
by Thomas Van Lenten
· 9 years ago
9f10c45
Remove unused method in FieldCodec.
by Jon Skeet
· 9 years ago
2f15b8f
Merge pull request #1085 from jskeet/fix-generation
by Jon Skeet
· 9 years ago
d49b9c8
Fix C# source generation shell script and remove out of date notes
by Jon Skeet
· 9 years ago
77831c0
Merge pull request #1081 from haberman/fix-py3
by Joshua Haberman
· 9 years ago
e1abdf2
Fixed compile for Python 3. There are still some crashes though.
by Josh Haberman
· 9 years ago
d5fb408
Add changelog for v3.0.0-beta-2.
by Feng Xiao
· 9 years ago
17347e3
Fix for Visual Studio 2008.
by Feng Xiao
· 9 years ago
283c40c
Require six>=1.9 for Python.
by Feng Xiao
· 9 years ago
Next »