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-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
2013-05-21[Mono.Posix] Fix INTL.DLL CallingConvention.Jonathan Pryor
2013-03-27Add nanosecond resolution times to struct StatSteffen Kieß
2013-03-27Add various methods and flags to SyscallSteffen Kieß
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-11-23[monkeydoc] Merge/add monkeydoc to master.Jeremie Laval
2012-10-25[Mono.Posix] Fix whitespace.Jonathan Pryor
2012-10-25[Mono.Posix] Add Syscall.getgrouplist().Jonathan Pryor
2012-10-24usign List except for array to prevent holes on getgrouplist resultsAlexey Moiseev
2012-10-24Added omiting not valid groups to getgrouplistAlexey Moiseev
2012-10-23Added overload to getgrouplist with Mono.Unix.Native.Passwd instance as input...Alexey Moiseev
2012-10-23Disable failing tests on the Mac.Martin Baulig
2012-10-19Added new overlod of getgrouplist with Passwd object as input param. Also did...Alexey Moiseev
2012-10-18Fixing getgrouplist code to work on all supported systemsAlexey Moiseev
2012-09-13Changed implementation of getgrouplist according to Mono coding style.Alexey Moiseev
2012-08-15Added getgrouplist to Syscall classAlexey Moiseev
2012-08-07Add note that UnixDirectoryInfo.Create() follows umask.Jonathan Pryor
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-01[Mono.Posix] Workaround signal raising behavior.Jonathan Pryor
2012-05-31[Mono.Posix] Fix Group-lookup TestsJonathan Pryor
2012-04-05Add missing assembly references to test targetsMarek Safar
2012-04-05Update csproj filesMarek Safar
2012-03-06[Mono.Posix] Add UnixFileSystemInfo.TryGetFileSystemEntry()Jonathan Pryor
2012-02-17Fix some compiler warningsMarek Safar
2012-02-12Stop UnixStream.Dispose() throwing if the stream is already closed.Richard Kettlewell
2012-02-10Add VS project files for test projectMarek Safar