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
2014-09-17[runtime] Instrument mono_domain_allocmemory_profilingRodrigo Kumpera
2014-09-17[runtime] Instrument image and image set mempool allocation.Rodrigo Kumpera
2014-09-09[runtime] Implement runtime valloc reporting.Rodrigo Kumpera
2014-09-09Properly name all sgen_alloc_os_memory.Rodrigo Kumpera
2014-09-09Add reporting to jitinfo.Rodrigo Kumpera
2014-09-09[runtime] Finish metadata reporting.Rodrigo Kumpera
2014-09-08[runtime] Proposed implementation of the memory profiler.Rodrigo Kumpera
2014-09-06Fix a warning.Zoltan Varga
2014-09-06[jit] Store the epilog length in MonoArchEHJitInfo instead of encoding it in ...Zoltan Varga
2014-09-06Fix the linux build.Zoltan Varga
2014-09-05[runtime] Fix the linux build.Zoltan Varga
2014-09-05[WCF]: Actually fix #22179 to allow concurrent requests.Martin Baulig
2014-09-05[aot] Emit aot logging information to a per-assembly file when using the AOT ...Zoltan Varga
2014-09-05[aot] Print error messages to the aot logfile as well, avoid exiting the proc...Zoltan Varga
2014-09-05[aot] Allow the redirection of output messages from the AOT compiler to a log...Zoltan Varga
2014-09-05Fix the build.Zoltan Varga
2014-09-05[runtime] Get rid of the Makefile.am.in->Makefile.am change in metadata/, its...Zoltan Varga
2014-09-04[mcs] recursive pattern with named argumentsMarek Safar
2014-09-04[mcs] recursive pattern matchingMarek Safar
2014-09-04Merge pull request #1254 from vkargov/masterMarek Safar
2014-09-04Bump Mono version -> 3.10.1Alexis Christoforides
2014-09-04Revert "[build] Include mono/utils into the extensions module."Zoltan Varga
2014-09-04Revert "[build] Deps tracking for mono/utils/Makefile.am when extension modul...Zoltan Varga
2014-09-04[sgen] Use mono_thread_info_get_stack_bounds () on win32 as well, the stack b...Zoltan Varga
2014-09-04[utils] Add android extension point to threading.Rodrigo Kumpera
2014-09-04[build] Deps tracking for mono/utils/Makefile.am when extension module is dis...Rodrigo Kumpera
2014-09-04[build] Include mono/utils into the extensions module.Rodrigo Kumpera
2014-09-04[runtime] Cleanup the horrible ifdef hell that is the stack bounds discovery ...Rodrigo Kumpera
2014-09-03Merge pull request #1252 from alesliehughes/masterZoltan Varga
2014-09-03[corlib] In a TimeZone test, UtcOffset is taken for the current year, so take...Vladimir Kargov
2014-09-03Stop warning about winsock2.h being included before windows.hAlistair Leslie-Hughes
2014-09-03Fix a warning.Zoltan Varga
2014-09-03[runtime] Load the runtime config file before initializing the runtime, so it...Zoltan Varga
2014-09-03[runtime] Add an 'app' attribute to the 'aotcache' config section to specify ...Zoltan Varga
2014-09-02Merge pull request #1251 from esdrubal/utf8encodingMarek Safar
2014-09-02Changed overlong byte to be processed again.Marcos Henrich
2014-09-02Changed UTF8Encoding to call fallback with whole byte sequences.Marcos Henrich
2014-09-02Added UTF8EncodingTest.EncodingFallback.Marcos Henrich
2014-09-02Bring fix for Cecil, includes fix for F#/FodyMiguel de Icaza
2014-09-02Added class EncodingTester that can be used to test fallbacks.Marcos Henrich
2014-09-02Do not specify key file when building for mobile, it should be passed on comm...Marek Habersack
2014-09-02Changed InternalGetCharCount to iterate the bytes as InternalGetChars.Marcos Henrich
2014-09-02[mcs] more nonliteral constants pattern matchingMarek Safar
2014-09-02This method is internal in the mobile profileMarek Habersack
2014-09-02Added System.IO.InternalBufferOverflowException class to the mobile profileMarek Habersack
2014-09-01Merge pull request #1249 from mattleibow/masterMarek Habersack
2014-09-01[runtime] Further reduce the usage of the loader lock in the metadata code by...Zoltan Varga
2014-09-01[system.data] DataRows with a NULL RowError incorrectly indicated HasError:Matthew Leibowitz
2014-09-01[runtime] Use a separate lock to protect global data structures in classes.c.Zoltan Varga
2014-09-01Disable a sys.data test which fails on wrench because of an old sqlite version.Zoltan Varga