index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Minor cleanup.
Jon Skeet
2015-06-19
*
Use an empty array instead of a null reference for an empty repeated field.
Jon Skeet
2015-06-19
*
Use our "local" copy of Encoding.UTF8 in CodedInputStream too.
Jon Skeet
2015-06-17
*
Delete "lite" project and serialization project+code
Jon Skeet
2015-06-17
*
Regenerated files.
Jon Skeet
2015-06-17
*
Updates to handle use of cmake for Windows builds.
Jon Skeet
2015-06-17
*
Merged master
Jon Skeet
2015-06-17
|
\
*
|
Remove a lot of projects which are effectively dead from the solution - files...
Jon Skeet
2015-06-17
*
|
Use the fact that we know the tag size and bytes at codegen time to optimize.
Jon Skeet
2015-06-17
|
*
Merge pull request #497 from pherl/config_h
Jisi Liu
2015-06-16
|
|
\
|
|
*
Make the code independent of config.h
Jisi Liu
2015-06-16
|
|
/
|
*
Merge pull request #499 from xfxyjwf/appveyor
Feng Xiao
2015-06-15
|
|
\
|
*
\
Merge pull request #488 from AustinSchuh/ruby_test_fix
Feng Xiao
2015-06-15
|
|
\
\
|
|
|
*
Add a badge for AppVeyor build.
Feng Xiao
2015-06-15
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #498 from pherl/rmconfig
Jisi Liu
2015-06-13
|
|
\
\
|
|
*
|
Remove the file from Makefile.am
Jisi Liu
2015-06-13
|
|
*
|
Remove config.h.include which is no longer needed as pbconfig.h is not a
Jisi Liu
2015-06-13
|
|
/
/
|
*
|
Merge pull request #495 from pherl/master
Jisi Liu
2015-06-13
|
|
\
\
|
|
*
|
Make pbconfig.h independent of config.h
Jisi Liu
2015-06-13
|
*
|
|
Add appveyor.xml for windows tests.
Feng Xiao
2015-06-12
|
*
|
|
Merge pull request #481 from Qartar/master
Feng Xiao
2015-06-12
|
|
\
\
\
|
*
\
\
\
Merge pull request #489 from tamird/go-package-descriptor
Feng Xiao
2015-06-12
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
Workaround for MSVC's string literal compiler limit.
Qartar
2015-06-12
*
|
|
|
|
Regenerate proto files
Jon Skeet
2015-06-12
*
|
|
|
|
Fix oneof generator - forgot to provide variables...
Jon Skeet
2015-06-12
*
|
|
|
|
Reimplement RepeatedField<T> using an array as the backing store.
Jon Skeet
2015-06-12
*
|
|
|
|
Move Count checks into the serialization code
Jon Skeet
2015-06-12
*
|
|
|
|
Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.
Jon Skeet
2015-06-12
|
|
*
|
|
Give descriptor.proto a go package
Tamir Duberstein
2015-06-12
|
|
/
/
/
*
|
|
|
Optimization of CalculateSize: avoid foreach over empty lists.
Jon Skeet
2015-06-12
*
|
|
|
Optimization to avoid foreach over empty lists.
Jon Skeet
2015-06-12
*
|
|
|
Use Length to check string/bytes fields for emptiness - it's faster than an e...
Jon Skeet
2015-06-12
*
|
|
|
Fix oneof behaviour in the face of default values.
Jon Skeet
2015-06-12
*
|
|
|
Fix incorrect handling of non-seekable streams.
Jon Skeet
2015-06-12
*
|
|
|
Update the AddressBook tutorial to reflect the mutable design.
Jon Skeet
2015-06-12
*
|
|
|
Coded*Stream streamlining.
Jon Skeet
2015-06-12
*
|
|
|
Reimplement enums as int values, and get rid of EnumHelper.
Jon Skeet
2015-06-11
*
|
|
|
Optimize WriteRawInt32 for the common case of a value < 128, which is a singl...
Jon Skeet
2015-06-11
*
|
|
|
Improve string encoding times.
Jon Skeet
2015-06-11
|
|
|
*
Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUF
Austin Schuh
2015-06-10
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #486 from thomasvl/assets_podspec
Jisi Liu
2015-06-10
|
|
\
\
|
|
*
|
Update podspec for files that can build now, rename assets to not need @ in t...
Thomas Van Lenten
2015-06-10
|
*
|
|
Merge pull request #483 from thomasvl/fixup_travis_2
Feng Xiao
2015-06-10
|
|
\
\
\
|
*
\
\
\
Merge pull request #477 from haberman/upbupdate
Joshua Haberman
2015-06-10
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
Remove the OS X checks from travis.sh, instead use excludes to not fire up a ...
Thomas Van Lenten
2015-06-10
|
*
|
|
|
Merge pull request #484 from TeBoring/temp
Paul Yang
2015-06-09
|
|
\
\
\
\
|
*
\
\
\
\
Merge pull request #480 from thomasvl/objc_beta_drop
Paul Yang
2015-06-09
|
|
\
\
\
\
\
|
|
|
*
|
|
|
Update version number of objective-c to 3.0.0-alpha-4-pre
Bo Yang
2015-06-09
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Use expression trees to avoid boxing when converting enums.
Jon Skeet
2015-06-09
*
|
|
|
|
|
First pass at the mutable API. Quite a bit more to do - in particular, it's p...
Jon Skeet
2015-06-09
[next]