Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-16Merge pull request #993 from ancailliau/fix-datacontract-json-serializationMiguel de Icaza
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-16[Fix] DataContractJsonSerializer fails serializing/deserializing collectionsAntoine Cailliau
2014-03-18[System.ServiceModel.Web] Fix JsonQueryStringConverter.ConvertValueToString t...Sebastien Pouliot
2014-03-04[System.ServiceModel.Web] Fix regression when converting strings using some (...Sebastien Pouliot
2014-02-06fix bug #16744 - null values on nullable value types were not handled in dese...Atsushi Eno
2014-01-16profiles: define xammac (Xamarin.Mac) profileAaron Bockover
2014-01-14The mobile profile can support IBindingRuntimePreferences on WebHttpBinding. ...Sebastien Pouliot
2014-01-14There's no need for those special NET_2_1 cases (not using NameValueCollectio...Sebastien Pouliot
2014-01-14There's no need for those special NET_2_1 cases (excluding System.Char) anymo...Sebastien Pouliot
2014-01-14[test] Disable a test for XI (only) as it does not support dynamic proxy code...Sebastien Pouliot
2014-01-10fix bug #11335.Atsushi Eno
2013-10-03Support deserializing relative Uris. Fixes #15169.Jonathan Pryor
2013-09-10Add System.ServiceModel.Activation assembly. Fixes #14544Marek Safar
2013-08-21revert default serialization: ignore non-public members. Also need to exclude...Atsushi Eno
2013-08-05Fix bug #13485: retrieve private fields and properties in serialization.Atsushi Eno
2013-07-31Class libraries: introduce mobile_static profile, for MonoTouch-like static b...Miguel de Icaza
2013-07-24Allow running System.ServiceModel.Web unit tests on the MOBILE profiles (usin...Sebastien Pouliot
2013-07-23Atom10FeedFormatter should generate subtitle tag for Description propertyLinquize
2013-07-02Update csproj filesMarek Safar
2013-03-22[System.ServiceModel.Web]: Fix 'make dist'.Martin Baulig
2013-03-16Revert "Fixes make dist"Martin Baulig
2013-03-14Fixes make distMarek Safar
2013-03-14Add type-forwarders for existing assemblies.Martin Baulig
2013-03-13DataContractSerializer changes for .NET 4.5.Martin Baulig
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-12Remove broken profile filesMarek Safar
2013-02-12Since NET_2_1 implies NET_4_* now, take this into account and simplify our if...Rodrigo Kumpera
2013-02-11Kill the MOONLIGHT define in System.ServiceModel.Web.Rodrigo Kumpera
2013-02-07Update csproj filesMarek Safar
2012-12-04Add MOBILE defines to 4.0 codeMarek Safar
2012-11-16Add a test for UriTemplate.MatchAntonius Riha
2012-11-14Support [OnSerializing] in System.Runtime.Serialization.Json.Martin Baulig
2012-10-23Disable failing tests on the Mac.Martin Baulig
2012-08-10add QueryStringConverter String <-> EnumEnrico Sada
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-07Clean up assembly attributesMarek Safar
2012-05-01Fix UriTemplate.Match to work with escaped urisDave Ferguson
2012-04-14Parse floating point values with negative exponent correctly. Fix bug #4415Sebastien Pouliot
2012-04-05Update csproj filesMarek Safar
2012-03-28Fix JsonReaderWriterFactory parameters namesMarek Safar
2012-02-19Merge pull request #226 from petejohanson/uri-templates-unprefixed-wildcardGonzalo Paniagua Javier
2012-02-17Fix some compiler warningsMarek Safar
2012-02-14Fix Bug #658, allowing uri templates with no text preceding a wildcard.Peter Johanson
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2012-01-22Fix SOAP configuration errorChristopher Wright
2012-01-05[System.ServiceModel.Web] Support `null` as value for `DateTime?` field.Jonathan Pryor
2011-12-29Allow trailing commas on Json objectsMiguel de Icaza