aboutsummaryrefslogtreecommitdiff
path: root/javanano
Commit message (Expand)AuthorAgeFilesLines
* Add a notice for nano.Feng Xiao2017-03-161-0/+3
* Prefer the term "3-Clause BSD License" over "New BSD License"Sebastian Schuberth2017-02-281-1/+1
* Fix links to the New BSD License in meta-dataSebastian Schuberth2017-02-281-1/+1
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-312-2/+5
* Class is final but declares protected fieldwujingchao2016-11-141-2/+2
* Fix message for InvalidProtocolBufferExceptionMsp2016-11-041-1/+1
* Update version number.Feng Xiao2016-10-101-1/+1
* Bump version number to 3.1.0-alpha-1.Bo Yang2016-10-101-1/+1
* update the OSGi SymbolicName and ExportedPackage for the javanano libraryDaniel Frett2016-08-301-2/+2
* Update version number to 3.0.0-beta-4Feng Xiao2016-07-131-2/+2
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-031-1/+1
* Update version numbers for other languagesJisi Liu2016-05-101-1/+1
* Update version number and fix javadoc errors.Feng Xiao2016-01-062-4/+4
* Update version number.Feng Xiao2015-08-261-2/+2
* Merge branch 'master' of https://github.com/zsurocking/protobufXiao Hang2015-08-0420-28/+28
|\
* | Generate a package name suffix ".nano" for nano messagesXiao Hang2015-07-291-5/+5
|/
* Merge pull request #361 from brianduff/sync_aospFeng Xiao2015-06-061-12/+10
|\
| * Speed up little endian int/long writes.Jeff Davidson2015-05-111-12/+10
* | Add distributionManagement explicitly to prevent maven from usingBo Yang2015-05-291-0/+10
* | Update version number to 3.0.0-alpha-4Bo Yang2015-05-291-1/+1
* | Update version number to 3.0.0-alpha-3teboring2015-05-231-2/+2
|/
* Handle 0-length byte buffers in micro and nano protobufsAndre Eisenbach2015-05-041-0/+2
* Throw OutOfSpaceException instead of IllegalArgumentException.Charles Munger2015-04-282-1/+28
* Inline unknownFieldData{Equals,HashCode} to generated code.Brian Duff2015-04-282-33/+11
* Generate @IntDef annotations for nanoproto enums.Jeff Davidson2015-04-281-0/+23
* Add reset() and position() to CodedOutputByteBufferNano.Shai Barack2015-04-281-0/+17
* DO NOT MERGE Overloading createMessageTyped to accept a tag as an integer.Kweku Adams2015-04-282-13/+13
* Exclude cachedSize when printing fields.Brian Duff2015-04-281-0/+4
* Add clone() method support for nano.Brian Duff2015-04-289-5/+118
* When no clear() is generated, still initialize fields.Brian Duff2015-04-282-0/+15
* Fix comments.Brian Duff2015-04-281-2/+2
* Optimize measurement and serialization of nano protos.Charles Munger2015-04-282-23/+251
* Fix bug with large extension field numbers.Brian Duff2015-04-283-8/+30
* Clean up importsTamir Duberstein2015-04-022-3/+1
* DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein2015-04-024-43/+24
* converted javanano README to markdown. Corrected Makefilejesse2015-03-171-22/+41
* Merge pull request #231 from google/alpha-2-fixChris Fallin2015-03-051-0/+60
|\
| * Add maven release profile for JavaNano.Jisi Liu2015-03-051-0/+60
* | Bump the version number to 3.0.0-alpha-3-preJisi Liu2015-03-021-2/+2
|/
* Update version number to 3.0.0-alpha-2Jisi Liu2015-02-211-2/+2
* Add changelog for 3.0.0-alpha2 release.Jisi Liu2015-02-201-10/+12
* Add test for debug string for oneofJisi Liu2015-02-191-0/+2
* Fix review comments.Jisi Liu2015-02-191-1/+1
* Add tests for oneofs.Jisi Liu2015-02-191-6/+142
* partial oneof tests.Jisi Liu2015-02-191-0/+38
* Add tests for oneof equals and hash.Jisi Liu2015-02-192-0/+81
* Uncomment string/bytes fields in oneof nano.Jisi Liu2015-02-191-2/+2
* Oneof message level elements (consts, case getter/clear) and messsage type fi...Jisi Liu2015-02-191-1/+1
* Initial check in for primitive oneof fields.Jisi Liu2015-02-191-0/+8
* Support maps in NanoPrinter.Jisi Liu2015-02-192-0/+53