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-31[zlib] Fix typo in readme and remove deleted file from msvc projectsAlexander Köplinger
2019-07-31Update zlib from 1.2.5 to 1.2.11. (#15480)Jay Krell
2019-07-31Add O_NOATIME to OpenFlags (#8993)turbo
2019-07-17configure/makefile To support updating zlib to 1.2.11. (#15697)Jay Krell
2019-07-06Cleanup zlib-helper.c allocations -- move integer overflow checks into calloc...Jay Krell
2019-06-26CreateNLSocket and CloseNLSocket should return gpointer (#15408)Ryan Lucia
2019-04-03Rename cabs/cimag/creal to mono_cabs/mono_cimag/mono_creal without macro to r...Jay Krell
2019-03-31[sdks,mac] Remove dependency on MXE in favor of MinGWMarek Habersack
2019-01-21[tvOS] cleanup defines for tvOS (#12539)Bernhard Urban
2019-01-17[System.IO.Compression]: Correctly handle exceptions in inner stream. #12205.Martin Baulig
2018-11-13[ci] Add targets to bundle tests and add a script to run them in HelixAlexander Köplinger
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