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
/
csharp
Commit message (
Expand
)
Author
Age
*
Fix for doubly-nested types - issue #307.
Jon Skeet
2015-06-29
*
More cleanup, based around searches for "Google.ProtocolBuffers"
Jon Skeet
2015-06-26
*
Remove a lot of code which wasn't needed any more.
Jon Skeet
2015-06-26
*
Fix or delete old projects.
Jon Skeet
2015-06-26
*
Tests for FieldCodec, along with a fix.
Jon Skeet
2015-06-26
*
Generated code changes for previous commit.
Jon Skeet
2015-06-26
*
Tweaks and more tests for maps
Jon Skeet
2015-06-26
*
Make map test keys even more different to avoid odd hash collisions
Jon Skeet
2015-06-25
*
Generated code changes due to map changes.
Jon Skeet
2015-06-25
*
More map tests, and various production code improvements.
Jon Skeet
2015-06-25
*
Generated map code.
Jon Skeet
2015-06-25
*
First pass at map support.
Jon Skeet
2015-06-25
*
Get the Mono build script working again.
Jon Skeet
2015-06-25
*
Implement freezing for messages and repeated fields.
Jon Skeet
2015-06-24
*
Generated code changes from previous commit.
Jon Skeet
2015-06-23
*
Implement requested changes for IMessage<T>
Jon Skeet
2015-06-23
*
Implement Clone.
Jon Skeet
2015-06-23
*
Update the readme to give more context of what's going on.
Jon Skeet
2015-06-19
*
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
*
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
*
Regenerate proto files
Jon Skeet
2015-06-12
*
Reimplement RepeatedField<T> using an array as the backing store.
Jon Skeet
2015-06-12
*
Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.
Jon Skeet
2015-06-12
*
Optimization to avoid foreach over empty lists.
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
*
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
*
Migrate writer to io::Printer for C#
Jie Luo
2015-06-04
*
Change the C# enum generator inherit from primitive generator
Jie Luo
2015-05-29
*
Add oneof support for C#
Jie Luo
2015-05-29
*
Merge pull request #394 from ironhidegames/csharp-aot-ios
Jan Tattermusch
2015-05-21
|
\
|
*
added concrete IEqualityComparer<ExtensionIntPair> implementation in Extensio...
Ruben Garat
2015-05-20
*
|
Generate *all* protos in the script, applying fixups.
Jon Skeet
2015-05-16
|
/
*
Make generate_protos.sh Windows-friendly.
Jon Skeet
2015-05-14
*
Merge pull request #382 from jtattermusch/integrate_from_master
Jie Luo
2015-05-13
|
\
|
*
Regenerate UnittestDropUnknownFields.cs
Jan Tattermusch
2015-05-13
*
|
Update README.md for C#
Jan Tattermusch
2015-05-13
|
/
*
Update C# code generation script
Jon Skeet
2015-05-13
*
Remove the C#-specific field_presence_test.proto, using unittest_no_field_pre...
Jon Skeet
2015-05-13
[next]