aboutsummaryrefslogtreecommitdiff
path: root/src/AddressBook/AddressBookProtos.cs
Commit message (Expand)AuthorAgeFilesLines
* merged issue-28csharptest2011-09-281-47/+59
|\
| * Regenerated code with changescsharptest2011-09-231-47/+59
* | merged issue-22csharptest2011-09-281-35/+141
|\|
| * First pass at implementation and testing of reusable builders.csharptest2011-09-091-35/+141
* | Fix for public constructor on messagescsharptest2011-09-231-0/+3
* | merge issue-26csharptest2011-09-161-4/+4
|\ \
| * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-161-4/+4
| |/
* / Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-091-1/+1
|/
* Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-121-0/+4
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-2/+2
* Several performance tweakscsharptest2011-06-091-2/+2
* Finished adding find tag by namecsharptest2011-06-081-11/+56
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-15/+15
* Extracted ICodedInputStream interfacecsharptest2011-06-031-12/+12
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-18/+14
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-3/+3
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-18/+27
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-5/+5
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-9/+9
* Allow protoc to be targeted by protogen explicitly.Jon Skeet2011-05-231-15/+8
* Completed adding attributes to all generated typescsharptest2011-05-201-0/+26
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-201-1/+1
* version 2.3.0.277csharptest2011-05-191-1/+1
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-031-961/+961
* Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-071-1/+1
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-191-0/+3
* Workaround for Mono bug 516379Jon Skeet2009-06-251-9/+9
* Remove unused variable in static constructorsJon Skeet2009-06-171-3/+3
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-051-2/+2
* Fix custom options behaviourJon Skeet2009-06-051-31/+58
* Write/Read delimited messagesJon Skeet2009-05-291-0/+27
* Added field constant generationJon Skeet2009-05-281-0/+7
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-051-12/+39
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-241-0/+3
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-271-0/+11
* Removed redundant import from tutorial protoJon Skeet2009-01-211-11/+9
* Added address book exampleJon Skeet2008-11-241-0/+858