index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
java
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Down-integrate from internal code base.
Feng Xiao
2014-12-09
*
Remove usage of features not supported in Java 1.6.
Feng Xiao
2014-12-03
*
Merge pull request #102 from fizbin/bytestring_serializable
Feng Xiao
2014-11-27
|
\
|
*
Add tests for other ByteString subclasses
Daniel Martin
2014-11-27
*
|
Make Java TextFormat.printToUnicodeString() escape newlines.
Feng Xiao
2014-11-25
|
*
Make ByteStrings serializable with java serialization.
Daniel Martin
2014-11-25
|
/
*
Down-integrate from internal code base.
Feng Xiao
2014-11-20
*
Down-integrate from internal code base (C++ maps support).
Feng Xiao
2014-11-14
*
Down-integrate from internal code base.
Feng Xiao
2014-11-10
*
Merge pull request #38 from xfxyjwf/fix17
Feng Xiao
2014-10-03
|
\
*
|
Fix descriptor validation logic for packed enum fields.
Feng Xiao
2014-10-01
|
*
Fix a bug that causes DynamicMessage.setField() to not work for repeated
Feng Xiao
2014-10-01
|
/
*
Replace links to code.google.com/protobuf with developers.google.com/protocol...
Feng Xiao
2014-10-01
*
1, Remove unkown field support in jave TextFormat
jieluo@google.com
2014-07-25
*
down integrate to svn
jieluo@google.com
2014-07-18
*
Down-integrate from internal branch
xiaofeng@google.com
2012-09-22
*
Close resources properly for java tests and examples.
liujisi@google.com
2011-06-07
*
Allow String to be used as message names.
liujisi@google.com
2011-05-04
*
Make protobuf java JDK 1.5 compatible.
liujisi@google.com
2011-04-28
*
Use fully qualified java.lang.Object in protoc java code.
liujisi@google.com
2011-04-08
*
Fix issue 256: compute the correct size for negative enum values, which need ...
jasonh@google.com
2011-02-18
*
Escape C++ Trigraphs.
liujisi@google.com
2010-12-21
*
Submit recent changes from internal branch. See CHANGES.txt for more details.
liujisi@google.com
2010-11-02
*
Roll back revision 313. A similar but far more exensive change was made in o...
kenton@google.com
2010-09-17
*
Optimize Java string serialization. Patch from Evan Jones.
kenton@google.com
2010-02-01
*
More Java warning tweaks from Evan Jones.
kenton@google.com
2010-01-28
*
Fix some Java warnings. Patch from Evan Jones.
kenton@google.com
2010-01-21
*
In Java's TextFormat, correcty concatenate adjacent string literals, as C++ d...
kenton@google.com
2009-12-23
*
getExtension() on an empty repeated field should return an empty list, not a ...
kenton@google.com
2009-12-22
*
Massive roll-up of changes. See CHANGES.txt.
kenton@google.com
2009-12-18
*
Fix Issue 136: the memoized serialized size for packed fields may not
jasonh+personal@google.com
2009-12-01
*
CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.
kenton@google.com
2009-11-12
*
Gigantic descriptors shouldn't overflow the Java string literal size limit.
kenton@google.com
2009-08-07
*
Submit recent changes from internal branch, including "lite mode" for
kenton@google.com
2009-07-29
*
Integrate recent changes from Google-internal code tree. See CHANGES.txt
kenton@google.com
2009-04-25
*
Generate field number constants. Patch from Michael Poole.
kenton@google.com
2009-04-18
*
Push out changes from internal codebase.
kenton@google.com
2009-01-22
*
Integrate changes from internal code.
kenton@google.com
2008-11-21
*
Integrate changes from internal Google-internal branch.
kenton@google.com
2008-09-24
*
Sync code with Google-internal branch. Changes:
temporal
2008-07-23
*
Initial checkin.
temporal
2008-07-10