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
2018-09-11Merge pull request #10428 from jaykrell/mono_pages_not_faultedmonojenkins
2018-09-06Fix DeflateStream handling of zero-length reads from underlying stream.Filip Navara
2018-09-03Use AC_CHECK_FUNCS(mincore mlock munlock).Jay Krell
2018-09-02Replace check for mincore with check for mlock.Jay Krell
2018-08-31Merge pull request #10240 from frebib/fix-strerror_rmonojenkins
2018-08-27[runtime] Use AC_FUNC_STRERROR_R() in Mono.PosixJoe Groocock
2018-08-09[cxx] Port complex math to small portable C and C++. (#9821)Jay Krell
2018-05-24Prune unused incorrect looking zip code. (#8752)Jay Krell
2018-04-13[runtime] Get rid of the GLIB_LIBS autoconf define, it prevents automake from...Zoltan Varga
2018-03-29add some OpenBSD patches (#7699)thfrwn
2018-03-29check for iconv only once (#7873)Ludovic Henry
2018-03-16[sdks] Fix concurrent building of MonoAotOffsetsDumper.exe + Simplify buildin...Ludovic Henry
2018-02-15Remove GetNLSocket which is unused and produces a warning because it is unpro...jaykrell
2018-02-06[Mono.Posix] Fix the Android xattr check to not disable it on all other platf...Rodrigo Kumpera
2018-02-05Support IBM AIX on POWER (#6677)Calvin
2018-01-04Adds support for nanosecond resolution file information where available (Fixe...Miguel de Icaza
2017-12-06Compile on amd64 Haiku (#4473)Calvin
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