[Mono.Debugger.Soft] Reverted non-working support for MethodMirror.IsGenericMethod...
[mono.git] / mcs / class / System.ServiceModel.Web /
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-02-10 Marek SafarAdd VS project files for test project
2012-02-09 Marek SafarUpdate class library csproj files
2012-01-22 Atsushi EnoMerge pull request #219 from dhasenan/master
2012-01-21 Christopher WrightFix SOAP configuration error
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-04 Jonathan Pryor[System.ServiceModel.Web] Support `null` as value for...
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-29 Miguel de IcazaAllow trailing commas on Json objects
2011-12-13 Marek HabersackMerge pull request #201 from QuickJack/master
2011-12-07 Gonzalo Paniagua... Merge pull request #194 from QuickJack/master
2011-11-24 Miguel de IcazaExtend JsonSerializerReader to support nullables and...
2011-10-28 Alex Rønne PetersenMerge pull request #186 from QuickJack/master
2011-10-25 Atsushi EnoFix NET_2_1 builds.
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1209: Patch...
2011-10-16 Miguel de IcazaApply patch from Mario Kosmiskaso fix bug 1205: Check...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-26 Marek SafarInstall 4.0 profile as developers package and make...
2011-09-23 Marek SafarIntroduce separate .net 4.5 profile
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-25 Atsushi EnoRevert GET switch for serializing requests. BodyWriter...
2011-08-24 Atsushi Enofor GET request, just skip the member. It does not...
2011-08-24 Atsushi EnoSkip serialization when the return type is void.
2011-08-24 Atsushi EnoDifferentiate GET query parameter binding from another...
2011-08-24 Atsushi EnoWhen there was no path parameter, it ignored the whole...
2011-08-23 Marek SafarMerge pull request #162 from garuma/tpl-dataflow-blocks
2011-08-23 Atsushi EnoUriTemplate should not be mandatory, make it optional...
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-19 Atsushi Enofix build regarding ContentType.
2011-06-28 Atsushi EnoImplement support for Stream param with WebHttpBinding...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-14 Atsushi EnoSet "Encoder" property when Message was read from Messa...
2011-06-13 Zoltan VargaMerge pull request #113 from XTZGZoReX/master
2011-06-13 Atsushi EnoFix 2.0 build.
2011-06-13 Atsushi EnoImplement OnWriteBodyContents() and add message buffer...
2011-05-31 Atsushi EnoSupport WebHttpBinding configuration.
2011-05-23 Atsushi EnoSupport named wildcard in UriTemplate matching. Fixed...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-13 Zoltan VargaMerge pull request #100 from Unity-Technologies/master...
2011-05-13 Atsushi EnoDo not take host part into consideration on comparing...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-03 Andreia Gaita[json] revert part of 382a385a8f, it regresses moon...
2011-04-15 Atsushi EnoReturn null for empty message in WebMessageFormatter...
2011-04-15 Atsushi EnoPrefer immutable string return for ease of debugging...
2011-04-15 Atsushi EnoFix regression for counter case to 6005f0a7.
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Atsushi EnoImplement 4.0 WebOperationContext.Create[Atom10|Json...
2011-04-06 Atsushi EnoLooks like .NET accepts non-integer numbers as int...
2011-04-05 Atsushi EnoFix build, looks like ArrayList is internally available...
2011-04-05 Atsushi EnoCollection support in JSON serializer was actually...
2011-04-05 Atsushi EnoRevert PushbackReader changes (was unnecessary and...
2011-04-05 Atsushi Enonull value also outputs "type='null' in WCF JSON writer.
2011-04-05 Atsushi EnoAuto-detect text encoding from input stream for JsonRea...
2011-04-05 Atsushi EnoIDictionary`2 serialization support was missing in...
2011-04-04 Sebastien PouliotAppDomain.GetAssemblies() is available (it's internals...
2011-04-01 Atsushi EnoA bit less !NET_2_1 and !MOONLIGHT in Sys.ServiceModel...
2011-03-31 Rolf Bjarne KvingeFix many corcompare issues for moonlight
2011-03-28 Atsushi EnoCosmetic corcompare-based updates in Sys.SM.Web.
2011-03-26 Atsushi Enonull JSON type must be handled in JsonWriter.
2011-03-26 Atsushi EnoDo not always assume ascii == 1 byte in JsonWriter...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-16 Atsushi EnoEnable behaviors in mobile profiles for WebHttpBinding.
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-08 Miguel de Icaza[System.Json] Fix loader.
2011-03-08 Atsushi EnoMore xml output fixes in XmlSyndicationContent and...
2011-03-08 Atsushi EnoCouple of fixes around XmlSyndicationContent.GetReaderA...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Miguel de IcazaAdd solution files
2011-01-25 Geoff NortonWork around a full-aot issue for monotouch System.Json
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-21 Atsushi EnoFix bogus encoding detection in JavaScriptObjectDeseria...
2011-01-20 Atsushi EnoRead body content if required. Fixed all issues in...
2011-01-19 Atsushi EnoEnable duplicate "UriMatched" error check, with couple...
2011-01-19 Atsushi EnoFix template match logic to first check HTTP-method...
2011-01-19 Atsushi EnoSerialize non-mapped message parameter as body content...
2011-01-08 Marek SafarFixed missing protected internal modifier
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-04 Marek Habersack[wcf] UriTemplate must trim the first leading slash...
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-04 Joe DluzenFix for #656021.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-10 Marek Habersack[wcf] .NET allows for service contract methods to be...
2010-10-29 Marek SafarMerge branch 'marek'
2010-10-29 Andreia Gaita[JsonWriter] Fix JsonWriter yet again. Behaviour of...
2010-10-29 Atsushi EnoFix JsonWriterTest.WriteRaw() regression. WriteRaw...
2010-10-20 Marek Habersack[wcf] make /js and /jsdebug dispatchers work.
2010-10-16 Andreia Gaita[Json] Add support for calling external json (de)serial...
2010-10-16 Andreia Gaita[Json] Fix decimal type serialization
2010-10-15 Marek SafarClean up few more warnings
2010-10-15 Frank WilhelmMake Validate() less restrictive for contracts with...
2010-10-04 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-09-30 Andreia Gaita[Json] Fix uint type conversion when reading, should...
2010-09-27 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-24 Rolf Bjarne KvingeJsonSerializationWriter: handle char values
next