aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
* Rebuild source for Issue 84 change to code generatorcsharptest2015-02-072-447/+567
* Fix build error for missing method Enum.GetValues() on some platformscsharptest2015-02-072-86/+121
* Fix build error for missing assembly attribute AllowPartiallyTrustedCallerscsharptest2015-02-071-2/+5
* Fix build error for using namespace outside of conditional compilationcsharptest2015-02-071-1/+1
* Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarilycsharptest2015-02-071-1/+1
* amended: Add SecurityCritical attributes to serializationcsharptest2015-02-071-0/+9
* Optimize enum parsing. In a small enum-heavy benchmark, this improved the timeJon Skeet2015-01-311-3/+81
* Add SecurityCritical attributes to serialization, and add the AllowPartiallyT...Jon Skeet2014-09-092-2/+8
* Add the ability to print a builder (not just a message),Jon Skeet2014-04-072-0/+39
* Regenerated proto code with string.Concat approach to descriptor data.Jon Skeet2013-09-242-118/+120
* Corrected code formatting and added TestCodedInputOutputPositioncsharptest2013-09-212-0/+4
* mergedcsharptest2013-09-211-1/+3
|\
| * Optimize FromBase64String to return Empty when presented with an empty string.Jon Skeet2013-08-131-1/+3
* | Fix for bug in limited input stream's Position, Introduced Position on output...csharptest2013-05-162-2/+15
|/
* version 2.4.1.521csharptest2013-05-073-5/+5
* Adde 'Unsafe' static type in ByteString to allow direct buffer manipulation w...csharptest2013-05-071-0/+24
* Added the ability to instantiate a coded input with a pre-existing buffercsharptest2013-05-071-2/+30
* Issue #54: should retire all bytes in buffer (bufferSize)csharptest2013-05-071-1/+5
* Collision with known MSBuild property ProjectType was causing errors, renamed...csharptest2012-10-168-274/+18
* Adding generated projects/solutions for all environmentscsharptest2012-10-1618-0/+2423
* Normalizing base project configurationscsharptest2012-10-152-6/+8
* Build fixes from portable changescsharptest2012-10-142-4/+8
* Portability Changes -csharptest2012-10-149-13/+17
* Removed uses of reflection for enumeration of enum memberscsharptest2012-10-141-30/+7
* Changes to support the Portable Library profilecsharptest2012-10-143-13/+8
* Last (hopefully) changes to pre-processing directivescsharptest2012-10-144-38/+25
* Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test depen...csharptest2012-10-144-9/+13
* Working to reduce number of conditional complication directives, and migrate ...csharptest2012-10-145-11/+4
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-141-0/+89
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-143-16/+61
* Refactored the use of Delegate.CreateDelegate to use FrameworkPortability.Cre...csharptest2012-10-144-105/+28
* Refactoring compatibility code to use FrameworkPortability classcsharptest2012-10-145-17/+11
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-144-150/+73
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLi...csharptest2012-10-146-66/+18
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-128-6/+8
* Fix for GetProperty(string, Type[]) incompatible with Silverlightcsharptest2012-10-102-11/+7
* regenerated proto files with recent changescsharptest2012-10-102-8/+8
* Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-0410-37/+37
* Merge.Jon Skeet2012-06-044-19/+22
|\
| * Test and fix for issue 45. When we fetch properties, explicitly state thatJon Skeet2012-06-044-19/+22
* | Post-release changescsharptest2011-10-152-2/+2
* | version 2.4.1.473csharptest2011-10-153-66/+66
* | Added option generate_private_ctor to disable private ctor generationcsharptest2011-10-051-32/+75
* | - Upgraded NUnitcsharptest2011-10-045-119/+285
* | Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-028-10/+10
* | Several build related changes in this commit:csharptest2011-10-022-13/+16
* | Rebuild of descriptor.proto based on changes from 2.4.1csharptest2011-10-011-99/+944
* | merged issue-33 correctioncsharptest2011-10-013-20/+5
|\ \
| * | Added SortedList to the Lite framework projectcsharptest2011-10-011-0/+1
| * | Backed out changeset: 47878e59489ccsharptest2011-10-012-20/+4