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-05-19[msbuild projects] Use newlines without a carriage return for Unix targets to...Miguel de Icaza
2016-05-19[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on cycli...Miguel de Icaza
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18[genproj] Updates to project generator and csproj files.Miguel de Icaza
2016-04-04[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-03-22[System.ServiceModel] Fixes reflection call to undefined methodMarcos Henrich
2016-03-22[System.ServiceModel] Test EndpointAddress10Marcos Henrich
2016-03-05[System/ServiceModel] Fix more hardcoded test portsAlexander Köplinger
2016-02-26[System.ServiceModel] Fix a hardcoded port in a testAlexander Köplinger
2016-02-20Add placeholders for missing methods:Frederik Carlier
2016-02-15Merge pull request #2323 from esdrubal/servicemodelMarcos Henrich
2016-02-12[System] Fix a few more hardcoded ports in testsAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-04[ServiceModel] Fixes missing xsi xsd attributesMarcos Henrich
2016-01-04[System.ServiceModel] Test XmlAttributesMarcos Henrich
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