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
2019-07-26[Mono.Posix] Parameters for chown should be signed integers not unsigned (#15...Nicholas Schell
2017-09-26[Mono.Unix] Fix crasher in StringToHeap (#5639)Marius Ungureanu
2017-06-02[Posix] Optimize string marshal code by using unsafe code (#4964)Marius Ungureanu
2017-03-09[Mono.Posix] UnixSIgnal.WaitOne() doesn't block for 0 timeout (#4489)Daniel C. Weber
2016-11-29[bcl] Clean up some warningsMarek Safar
2016-11-16Prevent Mono.Posix from using multiple C runtimes on WindowsNiklas Therning
2016-03-01Fix marshaling of file name in Mono.Unix.UnixEndPoint.Create()David Lechner
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-12-03Merge pull request #2260 from xmcclure/fix-testwaitanyRodrigo Kumpera
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-11-24Spinlock to prevent SIGPIPE in signal.c (bug #36214)Andi McClure
2015-10-17Fix filename in headerDavid Lechner
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-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2014-11-07[Mono.Posix] consider nano time info in UnixFileSystemInfo.Last*Time.Atsushi Eno
2013-07-28Fix Syscall.readlink() for non-ascii targetsSteffen Kieß
2013-05-21[Mono.Posix] Fix INTL.DLL CallingConvention.Jonathan Pryor
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-04Avoid NullReferenceException in Mono.Unix.UnixDriveInfo.GetDrives () when fs_...Michal Srb
2010-12-08Delete end local endpoint when stopping the serverGonzalo Paniagua Javier
2010-11-24[Sockets] Support Remote/LocalEndPoint for AF_UNIXGonzalo Paniagua Javier
2010-09-16Reuse the same delegate for checking if the runtime is shutting down.Miguel de Icaza
2010-09-15Ensure that the GC doesn't collect the delegate we pass off to native code.Jonathan Pryor
2010-04-15 * UnixSignal.cs: Change the native WaitAny() method to accept aJonathan Pryor
2009-03-23 * UnixDriveInfo.cs: UnixDriveInfo.AvailableFreeSpace needs to return Jonathan Pryor
2009-02-20 * Mono.Unix/UnixSignal.cs: Add a pipecnt member to Jonathan Pryor
2009-02-10 * Documentation/en/Mono.Unix/UnixGroupInfo.xml: Document semantic Jonathan Pryor
2009-01-082009-01-08 Rodrigo Kumpera <rkumpera@novell.com>Rodrigo Kumpera
2008-12-19 * Mono.Posix.dll.sources: Add Mono.Unix.Native/RealTimeSignum.cs.Jonathan Pryor
2008-11-05* UnixStream.cs: Do not check offset against int.MaxValueAndrés G. Aragoneses
2008-11-032008-02-09 Jonathan Pryor <jonpryor@vt.edu>Miguel de Icaza
2008-08-28Warnings cleanupMarek Safar
2008-02-12 * UnixSignal.cs: Improve argument checking to match docs.Jonathan Pryor
2008-02-08Remove duplicate entry.Jonathan Pryor
2008-02-08 * UnixSignal.cs: UnixSignal.WaitAny() should have the same return type asJonathan Pryor
2008-02-08 * UnixSignal.cs: Modification of Info->count should be thread safe.Jonathan Pryor
2008-02-04 * Mono.Posix.dll.sources: Add Mono.Unix/UnixSignal.cs.Jonathan Pryor
2008-01-222008-01-22 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2007-12-18 * UnixEnvironment.cs: Update MachineName property accesor to use uname(2)Jonathan Pryor
2007-12-17 * UnixDirectoryInfo.cs: Fix Parent property so that it properly handlesJonathan Pryor
2007-09-13 * UnixStream.cs: Don't read/write if the buffer has no data. Fixes #82836.Jonathan Pryor
2006-10-25 * Makefile: Don't build make-map.exe.Jonathan Pryor
2006-08-22 * UnixStream.cs: .Close() shouldn't close(2) the fd unless owner==true;Jonathan Pryor
2006-08-162006-08-16 Alp Toker <alp@atoker.com>Alp Toker
2006-07-02 * UnixSymbolicLinkInfo.cs: Oops. CreateSymbolicLinkTo() should createJonathan Pryor
2006-07-02 * Mono.Posix/Mono.Posix_test.dll.sources: Add Mono.Unix/UnixPathTest.cs.Jonathan Pryor