aboutsummaryrefslogtreecommitdiff
path: root/src/AddressBook
Commit message (Expand)AuthorAgeFilesLines
* Changes to support the Portable Library profilecsharptest2012-10-141-10/+0
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-141-18/+0
* addressbook.proto - Imported the options and set the expected namespace and u...csharptest2012-10-101-8/+15
* regenerated proto files with recent changescsharptest2012-10-101-2/+2
* Post-release changescsharptest2011-10-151-1/+1
* version 2.4.1.473csharptest2011-10-152-13/+13
* 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
* reformatted all code to .NET standard formattingcsharptest2011-05-205-368/+410
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-201-1/+1
* Added sample code from the Getting Started Wikicsharptest2011-05-192-94/+141
* version 2.3.0.277csharptest2011-05-191-1/+1
* versioned assemblies to 2.3.0.277csharptest2011-05-191-4/+4
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-031-961/+961
* Merge from masterJon Skeet2010-12-141-21/+0
|\
| * Remove Silverlight targets for all but the main project. BuildAll now fails -...Jon Skeet2010-12-121-21/+0
* | First commit of lite code - more to comeJon Skeet2010-12-121-1/+1
|\ \ | |/ |/|
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-071-1/+1
* | Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all p...ArnoldZokas2010-11-291-0/+22
* | Removed build configuration 'Silverlight2' from all projectsArnoldZokas2010-11-291-9/+0
* | Converted solution to VS2010ArnoldZokas2010-11-222-5/+43
|/
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-191-0/+3
* Release preparationJon Skeet2010-04-011-2/+2
* Regionify copyright statementJon Skeet2009-09-093-3/+11
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-091-0/+8
* Fix copyright noticesJon Skeet2009-06-253-3/+94
* 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