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
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-10-31[Mono.Posix] Fix some socket tests on monodroid (#5915)Alexander Köplinger
2017-10-17[monodroid] Enable a number of tests (#5799)Marek Habersack
2017-10-17[Mono.Posix] Use TestHelper code from monodroid repo (#5793)Alexander Köplinger
2017-10-04[monodroid] Fix Mono.Posix tests build (#5697)Marek Habersack
2017-09-26[Mono.Unix] Fix crasher in StringToHeap (#5639)Marius Ungureanu
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-08-07[bcl] Specify the name of the key file on the command line instead of using t...Zoltan Varga
2017-07-03[Mono.Posix] Don't use DateTime.Now for measuring elapsed timeAlexander Köplinger
2017-06-02[Posix] Optimize string marshal code by using unsafe code (#4964)Marius Ungureanu
2017-05-27[Mono.Posix] Adding .Net Core 2.0 support. (#4774)Bill Holmes
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-04-18Remove the use of ExpectedException in Mono.Posix Tests (#4698)Bill Holmes
2017-03-16[Mono.Posix] Add file that was on the xamarin-android repo so it can be built...Rodrigo Kumpera
2017-03-10[corlib][Mono.Posix] Remove NunitHelpers.cs referenceMarek Safar
2017-03-09[Mono.Posix] UnixSIgnal.WaitOne() doesn't block for 0 timeout (#4489)Daniel C. Weber
2017-02-07Make sure Stdlib.GetLastError() never clobbers Marshal.GetLastWin32Error()Niklas Therning
2017-02-01Fixes the Mono.Posix API breakage introduced in #3985Niklas Therning
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2016-11-29[bcl] Clean up some warningsMarek Safar
2016-11-17Fix Mono.Posix tests on WindowsNiklas Therning
2016-11-16Prevent Mono.Posix from using multiple C runtimes on WindowsNiklas Therning
2016-11-14[msvc] Update .csproj filesAlexander Köplinger
2016-11-02[Mono.Posix] Disable Unix-specific tests on WindowsAlexander Köplinger
2016-10-29[bcl] Add NUnitHelper.cs with API not in nunit-liteMarcos Henrich
2016-10-17[build] Regenerate .csproj filesAlexander Köplinger
2016-06-01Xamarin.Android test suite updatesMarek Habersack
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
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-18Remove dead code, update solution filesMiguel 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-01Fix marshaling of file name in Mono.Unix.UnixEndPoint.Create()David Lechner
2016-03-01Add unit tests for Mono.Unix.UnixEndpoint and Mono.Unix.UnixListenerDavid Lechner
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-26[Mono.Posix] Fix the SocketTest.ControlMsg() test on OSXSteffen Kieß
2016-01-26[Mono.Posix] Disable new ControlMsg() test that fails on OSX for nowAlexander Köplinger
2016-01-25Merge pull request #2097 from steffen-kiess/posix-sockets-3Jonathan Pryor
2016-01-21[Mono.Posix] Make UnixSignalTest.TestRaiseStorm() more reliableAlexander Köplinger
2016-01-19[Mono.Posix] Add support for sending and receiving socket control messagesSteffen Kieß
2016-01-19[Mono.Posix] Fix OSX build break by checking if accept4() is availableAlexander Köplinger
2016-01-19Merge pull request #2006 from steffen-kiess/posix-sockets-2Jonathan Pryor
2016-01-18[Mono.Posix] Add wrappers for struct sockaddr_*Steffen Kieß
2015-12-03Merge pull request #2260 from xmcclure/fix-testwaitanyRodrigo Kumpera
2015-12-03Merge pull request #2279 from xmcclure/mono-posix-versionAndi McClure
2015-12-02Cleanup in signal.c and related testsAndi McClure
2015-12-02Fail cleanly when MonoPosixHelper.dll version is wrong (bug #35655)Andi McClure