1. 06 Dec, 2016 1 commit
  2. 03 Dec, 2016 2 commits
  3. 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
  4. 01 Dec, 2016 1 commit
  5. 30 Nov, 2016 2 commits
  6. 23 Nov, 2016 4 commits
  7. 22 Nov, 2016 5 commits
  8. 21 Nov, 2016 7 commits
  9. 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
  10. 18 Nov, 2016 8 commits
  11. 17 Nov, 2016 2 commits
  12. 16 Nov, 2016 5 commits