aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test
Commit message (Expand)AuthorAgeFilesLines
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-2012-12/+12
* Removed some uses of InternalsVisibleTo, made some stuff publiccsharptest2011-05-201-0/+3
* Moved key file to /keys directorycsharptest2011-05-204-12/+9
* merged from protobuf-csharp-portcsharptest2011-05-1911-13/+13
|\
| * version 2.3.0.277csharptest2011-05-1910-10/+10
| * versioned assemblies to 2.3.0.277csharptest2011-05-191-3/+3
* | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-197-306/+295
* | Implementation of service interface generatorcsharptest2011-05-033-134/+1501
|/
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-0310-26344/+26344
* Fixed build for lite runtimeJon Skeet2010-12-141-46/+96
* Merge from masterJon Skeet2010-12-141-22/+2
|\
| * Remove Silverlight targets for all but the main project. BuildAll now fails -...Jon Skeet2010-12-121-22/+2
* | First commit of lite code - more to comeJon Skeet2010-12-1213-416/+5322
|\ \ | |/ |/|
| * Lite feature complete.csharptest2010-11-094-28/+13
| * Testingcsharptest2010-11-091-0/+5
| * Testing and related fixescsharptest2010-11-084-243/+189
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-0712-10/+252
| * Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-058-385/+39267
* | 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
* | Fixed merge conflictsArnoldZokas2010-11-221-2/+2
|\|
| * A few stylistic issuesJon Skeet2010-11-031-2/+2
* | Converted solution to VS2010ArnoldZokas2010-11-221-1/+41
|/
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-197-0/+68
* Release preparationJon Skeet2010-04-011-2/+2
* Regionify copyright statementJon Skeet2009-09-0921-5/+68
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-091-0/+8
* Fixed bug spotted by danielrJon Skeet2009-09-062-26/+45
* Fix copyright noticesJon Skeet2009-06-2510-18/+227
* Gone back to non-remoting mocks, but marked breaking unit test as ignoredJon Skeet2009-06-251-11/+7
* Workaround for Mono bug 516379Jon Skeet2009-06-257-177/+177
* Use remoting mocks to work with monoJon Skeet2009-06-251-6/+11
* Fix bug when reading many messages - size guard was triggeredJon Skeet2009-06-251-0/+27
* Remove unused variable in static constructorsJon Skeet2009-06-177-60/+60
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-055-49/+67
* Add CLSCompliance.Jon Skeet2009-06-053-0/+112
* Include missing generated filesJon Skeet2009-06-052-0/+1457
* Fix custom options behaviourJon Skeet2009-06-0513-1076/+1806
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-303-2/+91
* Write/Read delimited messagesJon Skeet2009-05-297-1/+550
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-282-3/+88
* Added field constant generationJon Skeet2009-05-287-0/+334
* Fixed i18n issues with numbersJon Skeet2009-05-113-9/+35
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-054-156/+504
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-249-0/+93
* Support packed primitive typesJon Skeet2009-02-188-765/+2658
* Merge extensions correctlyJon Skeet2009-01-273-3/+5
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-2710-9/+279
* Upgraded to protoc.exe 2.0.3. Added new build target of clean-buildJon Skeet2009-01-167-318/+308
* Benchmarking, dumping and mungingJon Skeet2009-01-162-0/+46