aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Generated code changes from previous commitGravatar Jon Skeet2016-02-04
* Rename Preconditions to ProtoPreconditionsGravatar Jon Skeet2016-02-04
* Merge pull request #1210 from jskeet/rename-generatedcodeinfoGravatar Jan Tattermusch2016-02-04
|\
| * Generated code for GeneratedCodeInfo changeGravatar Jon Skeet2016-02-04
| * Rename GeneratedCodeInfo to GeneratedClrTypeInfoGravatar Jon Skeet2016-02-04
|/
* Merge pull request #1207 from jskeet/readmeGravatar Jie Luo2016-02-03
|\
| * Clarify readmeGravatar Jon Skeet2016-02-03
|/
* Merge pull request #1165 from damienmg/masterGravatar Jisi Liu2016-02-02
|\
* \ Merge pull request #1195 from calbach/python-json-structGravatar Jie Luo2016-02-01
|\ \
* \ \ Merge pull request #1199 from google/google_integrateGravatar Jisi Liu2016-02-01
|\ \ \
| | * | Manually down-integrate python JSON struct support from internal code base.Gravatar CH Albach2016-01-29
| |/ / |/| |
| * | Restore the license for Internal.javaGravatar Jisi Liu2016-01-29
| * | Uncomment the test, which was commented out during integrationGravatar Jisi Liu2016-01-29
| * | Integrate from google internal.Gravatar Jisi Liu2016-01-29
| * | Undo the Java module change for integration.Gravatar Jisi Liu2016-01-28
|/ /
* | Merge pull request #1158 from jskeet/nonnormalized-tostringGravatar Jan Tattermusch2016-01-26
|\ \
* \ \ Merge pull request #1169 from LuminateWireless/bazel-buildGravatar Feng Xiao2016-01-22
|\ \ \
* \ \ \ Merge pull request #1167 from xfxyjwf/refactor_docGravatar Jisi Liu2016-01-22
|\ \ \ \
| | * | | Fix bazel BUILD for Java.Gravatar Ming Zhao2016-01-21
| |/ / / |/| | |
| * | | Refactor README.md.Gravatar Feng Xiao2016-01-21
|/ / /
* | | Merge pull request #1163 from jskeet/more-jsonGravatar Jan Tattermusch2016-01-21
|\ \ \
* \ \ \ Merge pull request #1162 from brian-peloton/masterGravatar Feng Xiao2016-01-21
|\ \ \ \
| | * | | Fix mistakes in highest-representable float64 integersGravatar Jon Skeet2016-01-21
| |/ / / |/| | |
| * | | Avoid upcasting uninitialized pointersGravatar Brian Silverman2016-01-20
|/ / /
* | | Merge pull request #789 from motahan/solaris64_fixGravatar Feng Xiao2016-01-20
|\ \ \
| | * | Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwGravatar Jon Skeet2016-01-20
| |/ / |/| |
* | | Merge pull request #1096 from jskeet/custom-to-stringGravatar Jan Tattermusch2016-01-19
|\ \ \
* \ \ \ Merge pull request #1155 from jcburke14/jb-intcastGravatar Feng Xiao2016-01-19
|\ \ \ \
| * | | | Fix compiler warning from repeated_field.hGravatar John Burke2016-01-19
|/ / / /
* | | | Merge pull request #1147 from jcanizales/patch-1Gravatar Feng Xiao2016-01-19
|\ \ \ \
* \ \ \ \ Merge pull request #896 from jhump/jh/fix-ioexception-vs-invalidprotobuf-exce...Gravatar Feng Xiao2016-01-16
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #1145 from jskeet/conformanceGravatar Jon Skeet2016-01-16
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #1146 from haberman/pycppfixGravatar Joshua Haberman2016-01-15
|\ \ \ \ \ \ \
| | | | * | | | Update podspec version to 3.0.0-beta-2Gravatar Jorge Canizales2016-01-15
| |_|_|/ / / / |/| | | | | |
| | | * | | | move test file (was in wrong place after rebasing on java module refactor)Gravatar Joshua Humphries2016-01-15
| | | * | | | fully qualify invocations of static methods on GeneratedMessageGravatar Joshua Humphries2016-01-15
| | | * | | | throw IOException instead of InvalidProtocolBufferException when appropriateGravatar Joshua Humphries2016-01-15
| |_|/ / / / |/| | | | |
| * | | | | Fixed Python 3.x C++ build, and updated conformance failure lists.Gravatar Josh Haberman2016-01-15
| | | | | * Make protobuf Skylark extension appends the workspace rootGravatar Damien Martin-Guillerez2016-01-15
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1143 from xfxyjwf/fix_javaGravatar Feng Xiao2016-01-15
|\ \ \ \ \ | |/ / / / |/| | | |
| | * | | Fix broken testGravatar Jon Skeet2016-01-15
| | * | | Remove now-fixed conformance errors.Gravatar Jon Skeet2016-01-15
| | * | | Make sure thatGravatar Jon Skeet2016-01-15
| | * | | Reject JSON containing the same oneof field twiceGravatar Jon Skeet2016-01-15
| | * | | Change handling of unknown enums: we now write out the value as a number.Gravatar Jon Skeet2016-01-15
| | * | | Extra strictness for FieldMask conversionGravatar Jon Skeet2016-01-15
| | * | | Allow the original field name (rather than camel-cased) when parsing JSONGravatar Jon Skeet2016-01-15
| | * | | Fixes to JSON timestamp/duration representationsGravatar Jon Skeet2016-01-15
| | * | | Report serialization errors in conformance testsGravatar Jon Skeet2016-01-15
| | * | | Prohibit null values in repeated and map fields in JSONGravatar Jon Skeet2016-01-15