aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Adding new proto files to solutions and removing unwanted '.user' filecsharptest2011-10-013-9/+9
| | |
| * | Rebuild of descriptor.proto based on changes from 2.4.1csharptest2011-10-011-99/+944
| | |
| * | Unit test correction for types that were moved to different proto filescsharptest2011-10-014-43/+46
| | |
| * | Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-0110-2770/+4703
| | |
| * | Case-insensitive name conflict with Enumopt and EnumOpt, renamed one of themcsharptest2011-10-011-2/+2
| | |
| * | Import of protoc 2.4.1 and associated proto changescsharptest2011-10-016-69/+217
|/ /
* | Incorrect titles in NuGet packagescsharptest2011-10-012-2/+2
| |
* | merged issue-25 NuGet supportcsharptest2011-10-0110-27/+448
|\ \
| * | Completed adding NuGet supportcsharptest2011-10-010-0/+0
| | |
| * | Changes from reviewcsharptest2011-10-012-2/+2
| | |
| * | 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
| | | |
| * | | Removed old version of nuspec filecsharptest2011-09-301-56/+0
| | | |
| * | | Added nuspec for full/lite versions and NuGet publishing commandscsharptest2011-09-303-18/+176
| | | |
| * | | merged issue-32csharptest2011-09-305-10/+192
| |\ \ \
| | * | | Added lite version of the serialization assemblycsharptest2011-09-305-10/+192
| | | | |
| * | | | merged fix for SortedListcsharptest2011-09-302-4/+20
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * / Removed usages of SortedList`2 for Silverlight compatibilitycsharptest2011-09-302-4/+20
| |/ /
| * | rebase to tipcsharptest2011-09-3093-4177/+17628
| |\ \ | |/ / |/| |
* | | merged issue-24csharptest2011-09-3027-113/+1795
|\ \ \
| * | | COmpleted.csharptest2011-09-300-0/+0
| | | |
| * | | Added comments for private fieldscsharptest2011-09-294-4/+13
| | | | | | | | | | | | | | | | | | | | Renamed StartMessage(name) to WriteMessageStart(name) on XmlFormatWriter as this was intended to be an overload that did not get renamed.
| * | | Added missing calls to ReadMessageEnd and writer.Flush.csharptest2011-09-294-1/+392
| | | | | | | | | | | | | | | | Added unit tests for mime-type services extension.
| * | | Fix for incorrect handling of Whitespace after an array open in XmlFormatReadercsharptest2011-09-294-4/+51
| | | |
| * | | Changes from code reviewcsharptest2011-09-299-78/+15
| | | |
| * | | reintegration with tipcsharptest2011-09-2889-4162/+16403
| |\ \ \ | |/ / / |/| | |
* | | | merged issue-28csharptest2011-09-2831-3398/+4825
|\ \ \ \
| * | | | Regenerated code with changescsharptest2011-09-2324-3304/+4687
| | | | |
| * | | | Generator changes to fix circular reference issues in static ctorcsharptest2011-09-235-25/+32
| | | | |
| * | | | Added unit test to repro issue 28csharptest2011-09-232-0/+22
| | | | |
* | | | | merged issue-22csharptest2011-09-2836-2442/+10671
|\| | | |
| * | | | One more test to ensure DefaultInstance is read-onlycsharptest2011-09-231-0/+10
| | | | |
| * | | | Added a few more tests to ensure XxxxList { get; } clones readonly buildercsharptest2011-09-151-4/+13
| | | | |
| * | | | one more test, we are done.csharptest2011-09-091-0/+21
| | | | |
| * | | | First pass at implementation and testing of reusable builders.csharptest2011-09-0936-2404/+10475
| | |_|/ | |/| |
* | | | merged issue-29csharptest2011-09-2326-6/+202
|\ \ \ \
| * | | | Fix completecsharptest2011-09-230-0/+0
| | | | |
| * | | | Fix for public constructor on messagescsharptest2011-09-2326-6/+202
|/ / / /
* | | | Added a Notepad++ user-defined language syntax for protobuffer filescsharptest2011-09-221-0/+44
| | | |
* | | | Added comments to service interfaces, added IDisposable to service stub ↵csharptest2011-09-201-2/+26
| | | | | | | | | | | | | | | | since it's generated
* | | | merge issue-20csharptest2011-09-2031-143/+639
|\ \ \ \
| * | | | changes from reviewcsharptest2011-09-203-45/+69
| | | | |
* | | | | Renamed readme.txt to CHANGES.txt for compatibility with main protobuf project.csharptest2011-09-162-40/+92
| | | | | | | | | | | | | | | | | | | | Updated release notes to include details about previous and pending releases.
* | | | | Fixed line-endings in bat/txt filescsharptest2011-09-169-143/+127
| | | | |
* | | | | merge issue-27csharptest2011-09-161-4/+0
|\ \ \ \ \
| * | | | | Removed the NoWarn for missing commentscsharptest2011-09-161-6/+0
| | | | | |
| * | | | | Remove XML documentation output in test project. It causes errors to show upNathan Brown2011-09-161-2/+4
| | |/ / / | |/| | | | | | | | | | | | | in ReSharper.
* | | | | merge issue-26csharptest2011-09-1623-554/+713
|\ \ \ \ \
| * | | | | Tests and fixes for double-enumeration on AddRange and adding of null to ↵csharptest2011-09-1622-544/+703
| |/ / / / | | | | | | | | | | | | | | | PopsicleList