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-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
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-24Spinlock to prevent SIGPIPE in signal.c (bug #36214)Andi McClure
2015-11-10[Mono.Posix] Update incorrect testMarek Safar
2015-10-17Fix filename in headerDavid Lechner
2015-09-25[Mono.Posix] Fix signal tests to run on OS X, Android.Jonathan Pryor
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-09-04Fix another broken test due to OSX oddities.Rodrigo Kumpera
2015-09-04[Mono.Posix] Add ToString to struct Linger to help troubleshoot CI failure.Rodrigo Kumpera
2015-09-03[Mono.Posix] Fix a test to accomodate for OSX's getsockopt implementation.Rodrigo Kumpera
2015-08-27Merge pull request #1993 from steffen-kiess/posix-sockets-1Jonathan Pryor
2015-08-24Add socket-related functions and data structures to Mono.PosixSteffen Kieß
2015-08-18[tests] Disable a Unix signal test on AndroidMarek Habersack
2015-08-13Posix RTS test fixes and Android compatibilityMarek Habersack
2015-07-22[tests] Android 4.4.4 doesn't have signal(2)Marek Habersack
2015-07-22[tests] Fix path used by the test so that it works on Android 4.4.4Marek Habersack
2015-07-22[tests] Disable on Android, getpwnam_r doesn't exist thereMarek Habersack
2015-07-22[tests] Don't assume CWD is writableMarek Habersack
2015-07-22[tests] Nunit syntax helpers don't exist in Xamarin.AndroidMarek Habersack
2015-07-21[test] Fix test on AndroidMarek Habersack
2015-07-21[tests] Disable some tests on Android due to missing APIsMarek Habersack
2015-07-15[tests] Xamarin.Android already has the namespaceMarek Habersack
2015-07-06[Mono.Posix] Allow building without [Obsolete] Mono.Posix.Jonathan Pryor
2015-07-04[Mono.Posix] Special-case UTF-32 in PtrToString. Fixes #31635.Ondřej Hošek
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-16[Mono.Posix] Add overloads to pass ints and pointersMiguel de Icaza
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga