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
2017-11-10Include <config.h> in C files that include mono headersAleksey Kliger
2017-10-31[android] Fix compilation with recent ndk and sdk target < 16.Rodrigo Kumpera
2017-10-27Bugfix: 1.5 stop bits for serial port should set the posix stop bit flag (#5873)robotrovsky
2017-10-19[runtime] Rename atomic functions from the win32 style naming to mono_atomic_...Johan Lorensson
2017-10-03Prepare Mono for Android NDK with unified headers (#5680)Marek Habersack
2017-08-28remove redundant duplicate word 'not'HinTak
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2017-06-27Fix various compiler warnings (#5064)cherusker
2017-04-26Define HAVE_STRUCT_SOCKADDR_IN6 on Windows (#4755)Joshua Peterson
2017-02-27Improve build and configureCalvin
2017-02-27Get support libraries compilingCalvin
2017-02-01Fixes the Mono.Posix API breakage introduced in #3985Niklas Therning
2017-01-23Fix a few cppcheck errors (#4281)Alexander Köplinger
2017-01-21[io-layer] Extract error (#4279)Ludovic Henry
2016-11-18Merge pull request #3985 from ntherning/fix-Mono.Posix-on-windowsNiklas Therning
2016-11-18Fixes compile error in support/stdio.c on XANiklas Therning
2016-11-17Fix Mono.Posix tests on WindowsNiklas Therning
2016-11-16Prevent Mono.Posix from using multiple C runtimes on WindowsNiklas Therning
2016-10-28[System.IO.Compression] Fixed potential bug when keeping track of total read ...Joao Matos
2016-10-28[System.IO.Compression] Fixed DeflateStream input stream EOF condition.Joao Matos
2016-10-27[System.IO.Compression] Fixed DeflateStream inflate() decompression loop.Joao Matos
2016-08-09Define _NETBSD_SOURCE for mincore(2) (#3380)Kamil Rytarowski
2016-04-17Implement mremap(2) usage on NetBSDKamil Rytarowski
2016-02-25Fixed the build.João Matos
2016-02-25[support/zlib] Added API exports to exported calls from zlib-helper.c.João Matos
2016-02-25[support/zlib] Remove eglib link dependencies from zlib-helper.c.João Matos
2016-02-23[System.IO.Compression.DeflateStream] Fixed end condition in decompression loop.João Matos
2016-01-29Remove ChangeLog files from the repoAlexander 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-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