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-07-27[System.Core] Add MonoTODOAttribute to workaround linker bug with IVT from ms...mono-4.4.2.11mono-4.4.0-branch-c7sr1Marek Safar
2016-07-27[Facades] Remove duplicate System.IO.CompressionMarek Safar
2016-07-25[bcl] Implement System.Text.Encoding.CodePages.CodepagesEncodingProvider in t...Alexander Köplinger
2016-07-22[System]: Fix SystemCertificateValidator.EvaluateSystem() on Android. Fixes ...mono-4.4.2.8Martin Baulig
2016-07-21Bump to include packaging change (F# bump to 4.0.1.5)Alexis Christoforides
2016-07-21[wapi] Fix timed wait code to not overflow. Fixes #42688Rodrigo Kumpera
2016-07-19Merge pull request #3238 from esdrubal/mono-4.4.0-branch-dupkeyMarcos Henrich
2016-07-18Bump for including Nuget 2.12 in Mac packagemono-4.4.2.4Alexis Christoforides
2016-07-15[Facades] System.Drawing.Primitives for net_4_x only for nowMarek Safar
2016-07-15[bcl] Don't build System.Net.Http.WebRequest.dll on mobileAlexander Köplinger
2016-07-15[Facades] Update list of full assembliesAlexander Köplinger
2016-07-14Bump Mono version -> 4.4.2Alexander Köplinger
2016-07-14[bcl] Include all facade directories in the tarballAlexander Köplinger
2016-07-14Merge commit '7c651609e6a47444ab54d9006a0014434de66c8e' into mono-4.4.0-cycle...Marek Safar
2016-07-14Merge pull request #3275 from marek-safar/netstandartmergeMarek Safar
2016-07-13[Facades] Fixes buildMarek Safar
2016-07-13[corlib] Adds property AccessToken to WindowsIdentityMarcos Henrich
2016-07-13[bcl] netstandart 1.6 supportMarek Safar
2016-07-13[corlib] Add CustomQueryInterfaceResultMarek Safar
2016-07-13System.Diagnostics.Tracing: Add EventListener and related classesFrederik Carlier
2016-07-13[Facades] netstandard 1.6 updatesMarek Safar
2016-07-13[System.Numerics.Vectors] Update type forwardersMarek Safar
2016-07-13[System.Numerics] Update .net 4.6 apiMarek Safar
2016-07-12[aot] Fixes strip tool invocation in to wrap paths in AOT compilation.João Matos
2016-07-09Merge pull request #3259 from tritao/zip_c7_fixesfix-bgo41657-4.4.0João Matos
2016-07-08[System.IO.Compression] Fixes ZipArchive to support non-seekable streams.João Matos
2016-07-08[System.IO.Compression] Fixed Zip entry stream length/position getters in Upd...João Matos
2016-07-08[System.IO.Compression] Fixed handling of Zip archives with duplicate entries...João Matos
2016-07-08[System.IO.Compression] Fixed writes to newly-created Zip archive entries in ...João Matos
2016-07-08[System.IO.Compression] Fixed stream writes when Zip archive is opened in Upd...João Matos
2016-07-08[System.IO.Compression] Fixed stream length/position getters for ZIP entries.João Matos
2016-07-08Fix stream leak in all casesMatthew Orlando
2016-07-08Fix stream leak when failing to open a zip fileMatthew Orlando
2016-07-08Merge pull request #3237 from esdrubal/mono-4.4.0-branch-connectasyncMarcos Henrich
2016-07-07Merge pull request #3241 from alexanderkyte/zip_datetime_backport_c7sr0João Matos
2016-07-05[System.IO.Compression] Fixed Zip entries with unset last write time to retur...João Matos
2016-07-05[System] Fixes ConnectAsync UnhandledExmono-pr-3237Marcos Henrich
2016-07-05[System] Test Unhandled Ex on ConnectAsyncMarcos Henrich
2016-07-04Merge pull request #3126 from akoeplinger/fix-41530-mono44Alexander Köplinger
2016-06-30Merge pull request #3217 from akoeplinger/4.4-fix-encoding-41979Alexander Köplinger
2016-06-29[System] Overwrite Console encoding to match mcs text output for CodeDOM comp...Marek Safar
2016-06-28Merge pull request #3194 from akoeplinger/4.4-mozroots-fixAlexander Köplinger
2016-06-27Merge pull request #3079 from esdrubal/mono-4.4.0-branchAlexander Köplinger
2016-06-27[System.IO.Compression] Fixed version needed to extract value in Zip central ...João Matos
2016-06-27Merge pull request #3155 from akoeplinger/4.4-backport-pr-3144Alexander Köplinger
2016-06-21[tools] Fix mozroots URL for Mozilla's certdata.txt and add deprecation warningAlexander Köplinger
2016-06-20[reflection] Properties always use name and signature hidding rules. Fixes #4...Marek Safar
2016-06-16Merge pull request #2891 from xmcclure/bug-39669Marek Safar
2016-06-16[System] Put back handling of direct ip addresses to ServicePoint::HostEntry ...Marek Safar
2016-06-15[main] replace computed value by a constantMiguel de Icaza