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-11-03[System.IO.Compression] Fixed potential bug when keeping track of total read ...Joao Matos
2016-11-03[System.IO.Compression] Fixed DeflateStream input stream EOF condition.Joao Matos
2016-11-03[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
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