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-06-30[System.Web.Services] Fixes bad XmlMapping.Key.mono-pr-3226Marcos Henrich
2016-06-30[System.Web.Services] Test Header sharing issue.Marcos Henrich
2016-06-28Merge pull request #3204 from BrzVlad/fix-lock-free-alloc2monojenkins
2016-06-27[sgen] Use sgen_qsort instead of qsort (#3205)Vlad Brezae
2016-06-27Merge pull request #3202 from dlahoti/patch-1Alexander Köplinger
2016-06-24Merge pull request #3209 from tritao/masterJoão Matos
2016-06-24Merge pull request #3208 from ludovic-henry/iolayer-remove-sharedLudovic Henry
2016-06-24Enhanced logging - attempt 2.5 (#3191)Neale Ferguson
2016-06-24[io-layer] Replace remaining pthread_cond_t by mono_cond_tLudovic Henry
2016-06-24[io-layer] Fix potential buffer overrunLudovic Henry
2016-06-24[io-layer] Remove _wapi_shared_layoutLudovic Henry
2016-06-24[System.IO.Compression] Fixed stream writes when Zip archive is opened in Upd...João Matos
2016-06-24Merge pull request #3207 from ntherning/fix_broken_libmonosgen_dll_on_cygwinAlexander Köplinger
2016-06-23[io-layer] Merge _WapiHandleShared type into _WapiHandleUnsharedLudovic Henry
2016-06-23[io-layer] Make shared and unshared handle have the same fieldsLudovic Henry
2016-06-23[io-layer] Remove mutex and namedmutex pid fieldLudovic Henry
2016-06-23[io-layer] Remove _wapi_handle_timedwait_signalLudovic Henry
2016-06-23Don't pass -ggdb3 in CFLAGS on Windows builds as it somehow corrupts theNiklas Therning
2016-06-23make monodis exit with value 1 on an errordlahoti
2016-06-23[utils] Fix retiring of live block for the lock free allocatorVlad Brezae
2016-06-22[runtime] Bump corlib version for recent Thread layout changesVlad Brezae
2016-06-23Merge pull request #3197 from BrzVlad/fix-thread-layoutAlexander Köplinger
2016-06-22Don't run the ping test on certain Android devicesMarek Habersack
2016-06-22[sgen] Fix Thread layout after changes in #3123Vlad Brezae
2016-06-22Merge pull request #3195 from tritao/zip_stream_gettersJoão Matos
2016-06-22[System.IO.Compression] Fixed stream length/position getters for ZIP entries.João Matos
2016-06-21[System] Overwrite Console encoding to match mcs text output for CodeDOM comp...Marek Safar
2016-06-21Merge pull request #3188 from akoeplinger/mozroots-fixAlexander Köplinger
2016-06-21[tools] Fix mozroots URL for Mozilla's certdata.txt and add deprecation warningAlexander Köplinger
2016-06-21[System] Update IPInterfaceProperties initialization on windows. Fixes #41897Marek Safar
2016-06-21[corlib] Add range check for minimal date in dst calculation. Fixes #41667Marek Safar
2016-06-20Use thread priority at thread start time (#3123)new-loggingNeale Ferguson
2016-06-20[reflection] Improves 1a820fcdc09b8f72d12a0973e25db7acc434d0cc to do vslot ma...Marek Safar
2016-06-20Merge pull request #3179 from gttds/patch-2Alexander Köplinger
2016-06-20Merge pull request #3184 from tritao/zip_datetimeJoão Matos
2016-06-20Merge pull request #3183 from marek-safar/bug41874Marek Safar
2016-06-20[System.Web] Fixes SkinID property declarationMarek Safar
2016-06-19[llvm] Fix the allocation of vregs for the OP_MIN/MAX opcodes. Fixes #41947.Zoltan Varga
2016-06-18Revert "[llvm] Fix the allocation of vregs for the OP_MIN/MAX opcodes. Fixes ...Zoltan Varga
2016-06-18[runtime] Don't call ExecutionEngine constructor in aot mode (#3185)Alexander Kyte
2016-06-18[aot] Add support for array accessor methods for multi-dimensional arrays. Fi...Zoltan Varga
2016-06-18[llvm] Fix the allocation of vregs for the OP_MIN/MAX opcodes. Fixes #41947.Zoltan Varga
2016-06-17[System.IO.Compression] Fixed Zip entries with unset last write time to retur...João Matos
2016-06-17[reflection] Properties always use name and signature hidding rules. Fixes #4...Marek Safar
2016-06-17Fix for x86 and amd64 continuations (#3182)Dunati
2016-06-17[aot] Fix leaking a MonoError.Zoltan Varga
2016-06-17[aot] Avoid asserting if loading a type fails.Zoltan Varga
2016-06-16Merge pull request #3163 from alexanderkyte/fast_context_cleanBernhard Urban
2016-06-16[bcl] Remove cosmetic target that always triggers a rebuild (#3180)Alexander Kyte
2016-06-16Merge pull request #3175 from marek-safar/cas-cleanupMarek Safar