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
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
2011-11-24Extend JsonSerializerReader to support nullables and parse a wider range of D...Miguel de Icaza
2011-10-25Fix NET_2_1 builds.Atsushi Eno
2011-10-16Apply patch from Mario Kosmiskaso fix bug 1209: Patch to correctly expose Web...Miguel de Icaza
2011-10-16Apply patch from Mario Kosmiskaso fix bug 1205: Check reference before copyin...Miguel de Icaza
2011-09-26Install 4.0 profile as developers package and make 4.5 profile default gac ta...Marek Safar
2011-09-23Introduce separate .net 4.5 profileMarek Safar
2011-09-14Update copyrightsMiguel de Icaza
2011-08-25Revert GET switch for serializing requests. BodyWriter handles it better.Atsushi Eno
2011-08-25for GET request, just skip the member. It does not contain xml for null.Atsushi Eno
2011-08-24Skip serialization when the return type is void.Atsushi Eno
2011-08-24Differentiate GET query parameter binding from another request binding.Atsushi Eno
2011-08-24When there was no path parameter, it ignored the whole path part.Atsushi Eno
2011-08-23UriTemplate should not be mandatory, make it optional. Fix unit test.Atsushi Eno
2011-07-19fix build regarding ContentType.Atsushi Eno
2011-06-28Implement support for Stream param with WebHttpBinding raw content format.Atsushi Eno
2011-06-14Set "Encoder" property when Message was read from MessageEncoder.Atsushi Eno
2011-06-13Fix 2.0 build.Atsushi Eno
2011-06-13Implement OnWriteBodyContents() and add message buffer support for RawMessage.Atsushi Eno
2011-05-31Support WebHttpBinding configuration.Atsushi Eno
2011-05-23Support named wildcard in UriTemplate matching. Fixed bug #693996.Atsushi Eno
2011-05-13Do not take host part into consideration on comparing URLs.Atsushi Eno
2011-05-04[json] revert part of 382a385a8f, it regresses moon drt 983Andreia Gaita
2011-04-15Return null for empty message in WebMessageFormatter. Useful eror messages.Atsushi Eno
2011-04-15Prefer immutable string return for ease of debugging in UriTemplate.Atsushi Eno
2011-04-15Fix regression for counter case to 6005f0a7.Atsushi Eno
2011-04-08Implement 4.0 WebOperationContext.Create[Atom10|Json]Response() methods.Atsushi Eno