aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generated code changes and manual changes for previous commit.Jon Skeet2015-11-0928-468/+442
* Change how the reflection descriptor class is generated.Jon Skeet2015-11-093-56/+12
* Merge pull request #954 from jskeet/blank-lines-in-commentsJan Tattermusch2015-11-0811-2/+133
|\
| * Generated code for previous commit.Jon Skeet2015-11-0610-0/+115
| * Stop removing all blank lines in doc comments.Jon Skeet2015-11-061-2/+18
* | Merge pull request #949 from thomasvl/newer_simsPaul Yang2015-11-061-17/+51
|\ \ | |/ |/|
| * Tweaks to the Mac build scriptThomas Van Lenten2015-11-051-17/+51
* | Merge pull request #941 from jskeet/recursion-limitJan Tattermusch2015-11-056-15/+135
|\ \
| * | Reimplement JSON recursion by detecting the depth in the tokenizer.Jon Skeet2015-11-054-34/+124
| * | Add recursion limit handling to JSON parsing.Jon Skeet2015-11-043-44/+74
* | | Merge pull request #950 from jhump/jh/plugin-proto-in-java-runtimeFeng Xiao2015-11-051-0/+2
|\ \ \ | |_|/ |/| |
| * | include plugin.proto and generated code in protobuf-javaJoshua Humphries2015-11-051-0/+2
|/ /
* | Merge pull request #940 from jskeet/json-namesJon Skeet2015-11-052-6/+16
|\ \
| * | Move the creation of the "fields by JSON name" dictionary to the descriptor.Jon Skeet2015-11-042-6/+16
| |/
* | Merge pull request #942 from jskeet/json-exceptionJan Tattermusch2015-11-058-40/+111
|\ \
| * | Created a new exception for JSON failures.Jon Skeet2015-11-058-40/+111
| |/
* | Merge pull request #943 from thomasvl/conformancePaul Yang2015-11-052-1/+6
|\ \ | |/ |/|
| * Update the Mac build script to include the conformance testsThomas Van Lenten2015-11-042-1/+6
|/
* Merge pull request #923 from jskeet/json-parsingJon Skeet2015-11-0317-22/+2915
|\
| * Implement JSON parsing in C#.Jon Skeet2015-11-0317-22/+2915
* | Merge pull request #936 from andrewharp/patch-1Feng Xiao2015-11-031-0/+1
|\ \
| * | Build protoc for host platform to enable cross-compilation.Andrew Harp2015-11-031-0/+1
| |/
* | Merge pull request #939 from dougkwan/masterFeng Xiao2015-11-036-5/+7
|\ \ | |/ |/|
| * Add support for POWER LinuxDoug Kwan2015-11-036-5/+7
|/
* Merge pull request #930 from pherl/bazel_testJisi Liu2015-11-021-0/+8
|\
| * add warning notes for cc|py_proto_library rules.Jisi Liu2015-11-021-0/+8
* | Merge pull request #931 from xfxyjwf/fix_compileFeng Xiao2015-11-023-3/+4
|\ \ | |/ |/|
| * Fix compilation errors when built internally.Feng Xiao2015-11-023-3/+4
|/
* Merge pull request #929 from jskeet/unsafe-internalJan Tattermusch2015-11-021-3/+3
|\
| * Make BytesString.Unsafe internal (which it should have been all along)Jon Skeet2015-11-021-3/+3
* | Merge pull request #924 from bbarenblat/masterFeng Xiao2015-10-317-7/+7
|\ \ | |/ |/|
| * Correct spellingBenjamin Barenblat2015-10-307-7/+7
|/
* Merge pull request #905 from jskeet/wrapper-clearJan Tattermusch2015-10-303-2/+12
|\
| * Fix clearing wrapper type fields with reflection.Jon Skeet2015-10-303-2/+12
|/
* Merge pull request #922 from randomascii/masterFeng Xiao2015-10-297-70/+72
|\
| * Get VS 2015 to use const int definitionsBruce Dawson2015-10-297-70/+72
|/
* Merge pull request #861 from haberman/pywarningsJoshua Haberman2015-10-2813-139/+138
|\
| * Pass $CC environment variable through tox.Josh Haberman2015-10-281-0/+1
| * Special-case Clang-only warning flags to Clang.Josh Haberman2015-10-282-4/+4
| * Disable some more warnings to be warnings-free.Josh Haberman2015-10-281-1/+2
| * Fixed compile errors after rebase.Josh Haberman2015-10-281-3/+1
| * Removed all warnings from the Python/C++ build.Josh Haberman2015-10-2813-134/+133
|/
* Merge pull request #915 from pherl/masterv3.0.0-beta-1-bzl-fixJisi Liu2015-10-272-1/+16
|\
| * add default_runtime attribute to cc|py rules.Jisi Liu2015-10-272-1/+16
|/
* Merge pull request #908 from jskeet/oneof-equalityJan Tattermusch2015-10-248-81/+151
|\
| * Generated code for previous commit (oneof case contributing to hash code and ...Jon Skeet2015-10-246-81/+133
| * Include the oneof-case in equality and hash code generated code.Jon Skeet2015-10-242-0/+18
* | Merge pull request #904 from matthew-wu/masterJisi Liu2015-10-231-1/+1
|\ \ | |/ |/|
| * Change the #include for any.h to use angle brackets instead of quotes, to be ...Matthew Wu2015-10-221-1/+1
|/
* Merge pull request #903 from pherl/bazel_testJisi Liu2015-10-223-7/+39
|\