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-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-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-11-24Merge pull request #2264 from xmcclure/fix-testwaitany-miniJonathan Pryor
2015-11-24Don't fsync() on a pipe (causes bug #35936)Andi McClure
2015-11-23Fix sys-stat.c where a pointer to a mode_t (potentially an int16) was being u...Andi McClure
2015-09-25[support] Limit possible valuesMarek Habersack
2015-09-11There's no IOKit on the Apple TV.Rolf Bjarne Kvinge
2015-08-28Remove stray ifdefMarek Habersack
2015-08-27[MonoPosixHelper] Fix compilation for Android.Jonathan Pryor
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-13Posix RTS test fixes and Android compatibilityMarek Habersack
2015-07-24[runtime] Workaround lack of signal().João Matos
2015-04-07[System] Fix DeflateStream throw on empty flush, double flush. Fixes #28777Gabriel Garcia
2015-03-30[runtime] Add some complex math support code.João Matos
2015-03-25[runtime] Fixed complex.h usage in MS's thread pool to work in Android.João Matos
2015-02-26Restrict IOKit usage to desktop OSX.Rolf Bjarne Kvinge
2015-02-26Fixed compilation on Linux targets without `linux/serial.h`.João Matos
2015-02-25[Serial] Add support for high baud rates to MacOSMiguel de Icaza
2015-02-25[serial,signal] Add support for Linux arbitrary baud rates + drop Apple legac...Miguel de Icaza
2015-01-19[runtime] Workaround missing net/route.h in iOS SDK.João Matos
2015-01-16[Mono.Posix] Add overloads to pass ints and pointersMiguel de Icaza
2015-01-13[Mono.Posix] Add support for OSX F_NOCACHEMiguel de Icaza
2014-12-16[System.IO.Compression] Fixed DeflateStream native error when handling empty ...João Matos
2014-06-26Remove Mono_Posix_Syscall_utimes_badJonas 'Sortie' Termansen
2014-06-26Use SIGPROF only if it is availableJonas 'Sortie' Termansen
2014-06-26Only include the <sys/param.h> header if availableJonas 'Sortie' Termansen
2014-06-26Use <poll.h> to get poll rather than <sys/poll.h>Jonas 'Sortie' Termansen
2014-06-22Fix a warning.Zoltan Varga
2014-06-10Remove unnecessary MPH_INTERNAL applied to a function definition.Alex Rønne Petersen
2014-06-07Add missing prototypes to supportw.c.Alex Rønne Petersen
2014-06-07Comment an unused function in minizip.Alex Rønne Petersen
2014-06-07Fix z_alloc () signature.Alex Rønne Petersen
2014-06-07Add missing prototypes to Mono.Posix C sources.Alex Rønne Petersen
2014-05-27L_cuserid was removed from OpenBSD.Seth Jackson
2014-05-23[Mono.Posix] Support OS X ENOATTRJonathan Pryor
2014-05-23Don't define _XOPEN_SOURCE on OpenBSD. With _XOPEN_SOURCE defined mincore() i...Seth Jackson
2014-02-14Fixed incomplete decompression bug in System.IO.Compression.DeflateStream.Joao Matos
2013-10-27Add a .gitignore file to support/minizip/ to ignore *.la *.lo files.Alex Rønne Petersen
2013-10-10bxc#13642: MacNetworkChange: implement using managed codeAaron Bockover
2013-07-28Fix Syscall.readlink() for non-ascii targetsSteffen Kieß
2013-07-26Revert the use of mono_binary_search () in support/supportw.c.Alex Rønne Petersen
2013-07-26Add a mono_binary_search () function.Alex Rønne Petersen
2013-06-01Pass some defines in config.h instead of on the command line.Zoltan Varga