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
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
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-13[Mono.Posix] Add support for OSX F_NOCACHEMiguel de Icaza
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-07[Mono.Posix] consider nano time info in UnixFileSystemInfo.Last*Time.Atsushi Eno
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-06-18Merge pull request #1014 from txdv/masterJonathan Pryor
2014-06-18Expose full epoll_ctl functionality.Andrius Bentkus
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-23[Mono.Posix] Support OS X ENOATTRJonathan Pryor
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-03-25Fix the build.Rodrigo Kumpera
2014-03-25[Mono.Posix] Remove profanity from tests.Marius Ungureanu
2014-03-13Add/update some .gitignore files so that a clean build + `make check` results...Alex Rønne Petersen
2014-02-23[Test] Cleaned up how a bunch of tests were ignoredAlexander Köplinger
2014-01-19Fix very sticky typo in numerous placesAndrés G. Aragoneses
2013-07-30Fix a Mono.Posix test to avoid failing if readlinkat() is not available.Zoltan Varga
2013-07-28Fix Syscall.readlink() for non-ascii targetsSteffen Kieß
2013-07-02Update csproj filesMarek Safar
2013-06-15[Mono.Posix] Fix time_t conversions.Jonathan Pryor