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 type initialization problem with FileDescriptor
Jan Tattermusch
2015-08-14
*
add a failing descriptor test
Jan Tattermusch
2015-08-14
*
remove duplicate test case
Jan Tattermusch
2015-08-14
*
Allow public access to descriptor.proto as a dependency.
Jon Skeet
2015-08-13
*
More TODOs done.
Jon Skeet
2015-08-10
*
Merge pull request #701 from jskeet/map-views
Jon Skeet
2015-08-10
|
\
|
*
Fix parameter name in exception.
Jon Skeet
2015-08-10
|
*
Implement ICollection.CopyTo (using Array) for MapField views.
Jon Skeet
2015-08-10
|
*
Implement Keys and Values as views
Jon Skeet
2015-08-08
*
|
Make FieldDescriptor.IsPacked work appropriately.
Jon Skeet
2015-08-08
|
/
*
Address review comments.
Jon Skeet
2015-08-08
*
Remove reference to generic types within XML comment.
Jon Skeet
2015-08-08
*
Tidying up - fix a bunch of TODOs and remove outdated ones.
Jon Skeet
2015-08-08
*
Address review comments.
Jon Skeet
2015-08-08
*
Generated code for previous commit.
Jon Skeet
2015-08-06
*
Skip groups properly.
Jon Skeet
2015-08-06
*
Make InvalidProtocolBufferException.InvalidTag internal.
Jon Skeet
2015-08-05
*
Generated code changes for previous commit.
Jon Skeet
2015-08-05
*
Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...
Jon Skeet
2015-08-05
*
Update AssemblyInfo for conformance - mostly to fix version numbers.
Jon Skeet
2015-08-05
*
Validate that after reading a message, we've consumed as many bytes as we exp...
Jon Skeet
2015-08-05
*
Generated code changes for previous commit.
Jon Skeet
2015-08-05
*
Consume unknown fields when parsing.
Jon Skeet
2015-08-05
*
First pass at C# conformance tests.
Jon Skeet
2015-08-05
*
Merge pull request #691 from jskeet/xml-documentation
Jon Skeet
2015-08-05
|
\
|
*
Fix one cref that Mono was unhappy with
Jon Skeet
2015-08-05
|
*
Document everything, and turn on errors if we fail to document anything in th...
Jon Skeet
2015-08-04
*
|
Fix build warnings around unused variables
Jon Skeet
2015-08-04
|
/
*
Merge pull request #681 from jskeet/json-fieldmask
Jon Skeet
2015-08-03
|
\
*
\
Merge pull request #677 from jskeet/move-protos
Jon Skeet
2015-08-03
|
\
\
*
\
\
Merge pull request #680 from jskeet/aptca
Jon Skeet
2015-08-03
|
\
\
\
|
|
|
*
JSON formatting for FieldMask
Jon Skeet
2015-08-03
|
|
_
|
/
|
/
|
|
*
|
|
Expose Coded*Stream constructors directly.
Jon Skeet
2015-08-03
|
|
*
Remove a redundant layer of directory hierarchy.
Jon Skeet
2015-08-03
|
|
/
|
/
|
|
*
Allow partially-trusted callers again.
Jon Skeet
2015-08-03
|
/
*
Merge pull request #675 from jtattermusch/signing
Jon Skeet
2015-08-03
|
\
*
|
Initial pass at formatting Struct as JSON.
Jon Skeet
2015-08-03
*
|
Addressed issues raised in code review. Will merge when green.
Jon Skeet
2015-08-03
*
|
Format JSON for Duration and Timestamp.
Jon Skeet
2015-08-03
|
*
make changes and fixes in signing
Jan Tattermusch
2015-08-02
|
*
added protoc.exe and well known protobuf files to the nuspec file
Jan Tattermusch
2015-08-02
|
*
build signed assemblies
Jan Tattermusch
2015-08-02
|
/
*
Simplify the JSON tests for readability
Jon Skeet
2015-07-31
*
Fix JSON formatting to always emit fields in field order, including oneofs
Jon Skeet
2015-07-31
*
Fix trivial bug in field orderings.
Jon Skeet
2015-07-31
*
Well-known type operations for Timestamp and Duration (but not JSON formatting).
Jon Skeet
2015-07-31
*
Handle field names of "descriptor" and "types".
Jon Skeet
2015-07-31
*
Generated code for previous commit.
Jon Skeet
2015-07-30
*
Prohibit null values for string/bytes fields in generated code.
Jon Skeet
2015-07-30
*
Rename ThrowHelper to Preconditions and make it public - we'll want to use it...
Jon Skeet
2015-07-30
[next]