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
2021-09-02Fix pseudo-ttys for kernel versions >= 5.13 (#21203) (#21204)csanchezdll
2021-03-08Add support for Apple Silicon on Xamarin.Mac SDK (#20597)mathieubourgeois
2020-08-31Ignore EINVAL errors on ioctl TIOCMGET/TIOCMSET so (#20219)csanchezdll
2019-12-10[support] Remove some dead code (#16674)Nikolay Sivov
2019-11-12Move zlib to its own directory, and re-enable subdir-objectsJo Shields
2019-10-09[Mono.Posix] Add support for memfd_create() and file sealing (#17225)Steffen Kieß
2019-10-08[support] Make sure map-impl.h ends up in the tarballAlexander Köplinger
2019-10-08Clean up map.c /map.h (#16746)Steffen Kieß
2019-10-03Optional only build MSVC runtime using make file system on Windows. (#16915)Johan Lorensson
2019-08-31Follow convention -- "static inline" is only for .h files, "static" is for .c...Jay Krell
2019-08-30[Mono.Posix] Add FcntlCommand.F_OFD_{GETLK,SETLK,SETLKW} (#16571)Steffen Kieß
2019-08-20Fix minizip compile on Haiku (#16301)Calvin Buckley
2019-08-14Fix linking of OS-provided zlib (#16177)Jo Shields
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