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
2016-01-03[System.ServiceModel] Fix "collection was modified" exception in testsAlexander Köplinger
2015-12-22Merge pull request #2375 from akoeplinger/servicemodel-remove-portfindersAlexander Köplinger
2015-12-22Merge pull request #2374 from lambdageek/dev/bug-37035Aleksey Kliger (λgeek)
2015-12-22[ServiceModel] Remove custom free port finder codeAlexander Köplinger
2015-12-22[WCF] ServiceHost should look for inherited ServiceBehaviorAttributeAleksey Kliger
2015-12-21[ServiceModel] Make TcpReplyChannel.OnClose thread-safeAlexander Köplinger
2015-12-16Merge pull request #2353 from ludovic-henry/fix-servicemodel-15153monojenkins
2015-12-16Add test for bug #15153Mark Mikofski
2015-12-15[tests] Fix more System.ServiceModel flakinessLudovic Henry
2015-12-15[tests] Attempt at fixing System.ServiceModel.Dispatcher.Bug32886.Bug32886_Te...Ludovic Henry
2015-12-02[System.ServiceModel] Fix Bug32886 test to work on cultures with a different ...Alexander Köplinger
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-09-23Merge pull request #757 from mlintner/masterMiguel de Icaza
2015-09-23Merge pull request #1225 from strawd/bug22307Miguel de Icaza
2015-09-23Merge pull request #463 from strawd/concurrent-requestsMiguel de Icaza
2015-09-14Add a monotouch_tv profile.Rolf Bjarne Kvinge
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-09-02[wcf] Fix a regression introduced by 577d50e2e149143b7c3030dbcf3bf03f8d71d06d.Zoltan Varga
2015-09-02Update SynchronizedCollection.csdelme-imgtec
2015-08-19[WFC]: Fix yesterday's commit.Martin Baulig
2015-08-18[WCF]: Fix non-byref parameters; bug #32886.Martin Baulig
2015-08-16[bcl] Fix test failures in the System.ServiceModel tests after 9ffb681d06858e...Zoltan Varga
2015-08-05[System.ServiceModel] Fix flaky Bug652331_2 testAlexander Köplinger
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-07-15[build] Switch to 4.6 profile as default profileMarek Safar
2015-06-25Add a monotouch_watch profile.Rolf Bjarne Kvinge
2015-06-18Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-06-16initialize ReaderQuotas, fixes bugzilla #15153Mark Mikofski
2015-06-15Use random port numbers for ServiceModel tests.Jo Shields
2015-06-13[tests] fix System.UriFormatExceptionMarcin Cieslak
2015-06-13[tests] Avoid "Address already in use"Marcin Cieslak
2015-05-21[WCF] bonus, NET_2_1 is blocking set_Timeout. It didn't exist in Moonlight.Atsushi Eno
2015-05-21[WCF] fix send timeout. Should fix bug #19697. Should fix bug #19697. Should ...Atsushi Eno
2015-05-15Merge pull request #1656 from alexanderkyte/webservice_27561Alex Rønne Petersen
2015-05-13[System.ServiceModel] Fix timeout defaulting to 0 secondsAlexander Kyte
2015-04-24[WCF] XmlReader from GetReaderAtBodyContents() should not be missing xmlns-es.Atsushi Eno
2015-04-24[WCF] exclude extra schema by referencesource XsdDataContractExporter.Atsushi Eno
2015-04-24[WCF] referencesource XmlBinaryWriter closes stream by default, so keep it open.Atsushi Eno
2015-04-24Fix mobile build (breakage caused by referencesource switch).Atsushi Eno
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-03Rename Managed.Windows.Forms to System.Windows.Forms for consistency.Zoltan Varga
2015-03-02Merge branch 'master' into import-system-xml-4Atsushi Eno
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-03-02[WCF] fix mobile builds. Mono.Xml.XPath is gone.Atsushi Eno
2015-02-28[bcl] Enable parallel build for parts of the 4.5 class libs/tools.Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-20[WCF] for certain kind of Messages, do now write BodyContents twice.Atsushi Eno
2015-02-20[WCF] fix wrong using scope on XmlWriter in security token serializer test.Atsushi Eno
2015-02-20[WCF] do not use XmlReader.Name to check LocalName.Atsushi Eno
2015-02-20[WCF] Do not expect XmlElement.FirstChild is non-whitespace here.Atsushi Eno