aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-099-20/+79
* Silverlight compatibility now working, although build files aren't idealJon Skeet2009-09-093-3/+190
* Silverlight compatibility other than SortedListJon Skeet2009-09-095-21/+74
* Ignore mono binariesJon Skeet2009-09-091-0/+2
* Merge branch 'master' of git@github.com:jskeet/dotnet-protobufsJon Skeet2009-09-064-12/+119
|\
| * Mono build file improvements and readmeJon Skeet2009-06-254-12/+119
* | Fixed bug spotted by danielrJon Skeet2009-09-063-28/+48
|/
* Fix copyright noticesJon Skeet2009-06-2550-57/+1355
* 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-2511-249/+249
* Initial mono build scriptsJon Skeet2009-06-252-0/+51
* Use remoting mocks to work with monoJon Skeet2009-06-251-6/+11
* Merge branch 'master' of git@github.com:jskeet/dotnet-protobufsJon Skeet2009-06-253-35/+1
|\
| * Remove unused class (was going to be used for multi-file support)Jon Skeet2009-06-223-35/+1
* | Fix bug when reading many messages - size guard was triggeredJon Skeet2009-06-253-7/+51
* | Initial Silverlight compatibility workJon Skeet2009-06-208-17/+24
|/
* Get the right warning number this time.Jon Skeet2009-06-171-1/+1
* Fixed a couple of warningsJon Skeet2009-06-172-6/+15
* Remove unused variable in static constructorsJon Skeet2009-06-1711-85/+88
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-0514-78/+154
* Add CLSCompliance.Jon Skeet2009-06-0518-1/+201
* Include missing generated filesJon Skeet2009-06-053-0/+1675
* Fix custom options behaviourJon Skeet2009-06-0531-1368/+2601
* Updated todo listJon Skeet2009-05-301-3/+2
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-308-15/+124
* Update protoc.exe to 2.1 releaseJon Skeet2009-05-301-0/+0
* Write/Read delimited messagesJon Skeet2009-05-2918-12/+947
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-2810-27/+253
* Added field constant generationJon Skeet2009-05-2814-2/+422
* Fixed i18n issues with numbersJon Skeet2009-05-116-12/+72
* Benchmark data update.Jon Skeet2009-03-051-0/+0
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-0511-249/+800
* Minor benchmarking changesJon Skeet2009-03-052-2/+3
* For some reason the build file didn't get pushed last timeJon Skeet2009-03-051-30/+70
* Commit earlier deletesJon Skeet2009-03-056-10027/+0
* Moved benchmarking code aroundJon Skeet2009-03-054-0/+280
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-2419-4/+151
* Support packed primitive typesJon Skeet2009-02-1826-895/+3510
* Use atomic groups to mimic the possessive quantifier change in Java codeJon Skeet2009-01-271-5/+6
* String optimisationsJon Skeet2009-01-271-4/+7
* Merge extensions correctlyJon Skeet2009-01-277-9/+23
* Setters/adders now throw ArgumentNullException appropriately.Jon Skeet2009-01-2729-14/+597
* Remove extraneous conversion to byte stringJon Skeet2009-01-271-1/+0
* Removed redundant import from tutorial protoJon Skeet2009-01-212-12/+9
* Changed benchmark namespace and fixed enum issueJon Skeet2009-01-169-143/+143
* BenchmarkingJon Skeet2009-01-168-1882/+5939
* Upgraded to protoc.exe 2.0.3. Added new build target of clean-buildJon Skeet2009-01-1616-383/+388
* Benchmarking, dumping and mungingJon Skeet2009-01-1628-19/+6686
* Move package declarationJon Skeet2008-12-151-2/+2
* Remove ugly bootstrapping - we don't need it now.Jon Skeet2008-12-152-18/+0