1. 03 Dec, 2016 1 commit
    • cgrushko's avatar
      Add a proto_lang_toolchain() for cc_proto_library · 45d92aea
      cgrushko authored
      Bazel's built-in cc_proto_library rule uses a proto_lang_toolchain to learn how to invoke proto-compiler.
      To use Bazel's cc_proto_library, add the following to your project's WORKSPACE file:
      
      local_repository(
        name = "com_google_protobuf_cc",
        path = "/path/to/protobuf-distribution/"
      )
      45d92aea
  2. 02 Dec, 2016 2 commits
    • Feng Xiao's avatar
      Merge pull request #2431 from saintstack/2228v2 · 6b60dddb
      Feng Xiao authored
      Change CodedInputStream#DEFAULT_SIZE_LIMIT from 64MB to
      6b60dddb
    • Michael Stack's avatar
      Change CodedInputStream#DEFAULT_SIZE_LIMIT from 64MB to · 7550bcd8
      Michael Stack authored
      Integer.MAX_SIZE (0x7FFFFFF) #2228
      
      M java/core/src/main/java/com/google/protobuf/CodedInputStream.java
       Set DEFAULT_SIZE_LIMIT to Integer.MAX_SIZE (Was 64MB). This is how it was
       in pre-2.7.0 pb. Changed size check to an overflow-conscious test (as it
       is later in tryRefillBuffer (making sizeLimit a long was to disruptive).
      
      M java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java
       Add two tests that echo tests recently added over in c++ to test parse
       of message sizes that are approach and are beyond the size limit.
      7550bcd8
  3. 01 Dec, 2016 1 commit
  4. 30 Nov, 2016 2 commits
  5. 23 Nov, 2016 4 commits
  6. 22 Nov, 2016 5 commits
  7. 21 Nov, 2016 7 commits
  8. 19 Nov, 2016 1 commit
    • Feng Xiao's avatar
      Restore jenkins files. · 78079325
      Feng Xiao authored
      The last up-integration from github to google3 was made at commit
      e28286fa but somehow the change in
      that commit is not actually in the up-integration CL and as a result
      that change was reverted by the down-integration. Restoring them
      should make the jenkins tests running again.
      78079325
  9. 18 Nov, 2016 8 commits
  10. 17 Nov, 2016 2 commits
  11. 16 Nov, 2016 5 commits
  12. 15 Nov, 2016 2 commits