mono.git
2016-06-03 Andi McClureMerge pull request #3040 from xmcclure/debugger-step...
2016-06-03 Miguel de Icaza[genproj] Update project files
2016-06-03 Marek Safar[System] Flush few colliding changes
2016-06-03 Marek Safar[mcs] Fixes NRE during error reporting
2016-06-03 Marek Safar[System] Remove duplicate file entry
2016-06-03 Alexander Köplinger[WinForms] Fix build broken by 5d54803af7af4c78cfeac020...
2016-06-03 Jonathan ChambersCorrecty initialize image ref_count. Ensures image...
2016-06-03 Marek SafarMerge pull request #3102 from alexrp/master
2016-06-03 Alex Rønne... [System] Add back IWebProxyScript to the mobile profile.
2016-06-03 Jiří VolejníkSWF - Fixed exiting modal runloop. (#2980)
2016-06-03 Marek SafarMerge pull request #3099 from marek-safar/rs-Semaphore
2016-06-02 Ludovic Henry[sgen] Use raw mutex for pin_queue_mutex as it's only...
2016-06-02 Ludovic Henry[coop] Reuse local info variable for polling
2016-06-02 Ludovic Henry[marshal] Fix unused variable warning
2016-06-02 Ludovic Henry[threads] Make mono_thread_detach_if_exiting return...
2016-06-02 Ludovic Henry[coop] Use mono_thread_info_is_current in checked build
2016-06-02 Ludovic Henry[coop] Remove unecessary assertion
2016-06-02 Ludovic Henry[coop] Switch to GC unsafe state in SIGILL signal handl...
2016-06-02 Ludovic Henry[runtine] We should always ignore SIGPIPE signal
2016-06-02 Ludovic Henry[coop] Ensure GC unsafe state when throwing exception
2016-06-02 Ludovic Henry[coop] Switch to GC safe around pthread_join
2016-06-02 Ludovic Henry[coop] Do not pass current thread to mono_threads_enter...
2016-06-02 Ludovic Henry[coop] Fix state transition when unregistering the...
2016-06-02 Ludovic Henry[coop] Make GC safe/unsafe unbalanced transitions public
2016-06-02 Ludovic Henry[coop] Do not include mono-threads-coop.h and mono...
2016-06-02 Ludovic Henry[coop] Do not allow transition on not-attached, not...
2016-06-02 Ludovic Henry[coop] Remove unecessary GC unsafe transition
2016-06-02 Ludovic Henry[marshal] Fix setting of last error for P/Invoke
2016-06-02 Ludovic Henry[checked-build] Fix warning
2016-06-02 Ludovic Henry[coop] Remove DoneBlockingAborted state transition
2016-06-02 monojenkinsMerge pull request #2881 from alexrp/gc-sample-managed...
2016-06-02 Alexander KöplingerMerge pull request #3066 from alexanderkyte/pedump_sgen
2016-06-02 Marek Safar[System] Semaphore from referencesource
2016-06-02 Aleksey Kliger... Merge pull request #3087 from lambdageek/dev/monoerror...
2016-06-02 Marek Safar[System] Internal connectionpool from referencesource
2016-06-02 Alex Rønne... Merge pull request #3096 from alexrp/master
2016-06-02 Marek Safar[corlib] Fixes mobile tests
2016-06-02 Marek SafarMerge pull request #3097 from rolfbjarne/mono-api-info...
2016-06-02 Rolf Bjarne... [mono-api-info] Take number of generic parameters into...
2016-06-02 Zoltan Varga[arm] Return structures with sizes up to 16 bytes in...
2016-06-02 Alex Rønne... [bcl] Avoid ObjectDisposedException in EndPointListener.
2016-06-02 Marek SafarMerge pull request #3094 from mbrophy1/master
2016-06-01 Alexander KyteMerge pull request #3095 from alexanderkyte/typespec_ca...
2016-06-01 Alexander Kyte[runtime] Don't free null cache hash table in aot compiler
2016-06-01 Andi McClureHalve the stack depth for both the new single step...
2016-06-01 Miguel de Icaza[genproj] More updates to the project files, getting...
2016-06-01 Matthew BrophyAdd missing type forwarder for System.Diagnostics.Traci...
2016-06-01 Aleksey Kliger[runtime] Comment external only functions that call...
2016-06-01 Aleksey Kliger[runtime] Mark mono_object_to_string external only.
2016-06-01 Marek HabersackXamarin.Android test suite updates
2016-06-01 Marek Safar[corlib] Disable even more cas in mobile
2016-06-01 Alexander Kyte[runtime] Replace pedump boehm dependency with sgen...
2016-06-01 Aleksey Kliger... Merge pull request #3081 from lambdageek/coop-no-prof
2016-06-01 monojenkinsMerge pull request #3086 from esdrubal/master
2016-06-01 Marek Safar[corlib] Disable more CAS code
2016-06-01 Aleksey Kliger[coop] Disable profiler tests if coop is enabled
2016-06-01 Marcos Henrich[System] Fixes socket async exception.
2016-06-01 Marek Safar[mcs] Use only mcs specific assembly references resolve...
2016-06-01 Marek Safar[mcs] Adjust correctly newline counter inside pragma...
2016-06-01 Marek Safar[System] Fixes bootstrap build with old mcs
2016-06-01 Zoltan Varga[arm] Pass structures larger than 16 bytes by ref on...
2016-05-31 Alex Rønne... [arm] Don't emit memory barriers for relaxed atomic...
2016-05-31 Alex Rønne... [sgen] Cache the SgenThreadInfo pointer in a local...
2016-05-31 Alex Rønne... [gc] Register a critical region when executing managed...
2016-05-31 Miguel de Icaza[genproj] Another library works, System.Json.Microsoft
2016-05-31 Rodrigo KumperaMerge pull request #3080 from BrzVlad/feature-enable...
2016-05-31 Miguel de Icaza[genproj] support for using prebuilt resources
2016-05-31 Andi McClureFixes for peer feedback on recursive step patch
2016-05-31 Miguel de Icaza[genproj] Getting closer to a full build
2016-05-31 Mark ProbstMerge pull request #2871 from BrzVlad/feature-conc...
2016-05-31 Mark ProbstMerge pull request #3019 from schani/fix-major-pinning
2016-05-31 Marek Safar[mcs] Add more of undocumented C#6 improved overload...
2016-05-31 Miguel de Icaza[genproj] Update build files
2016-05-31 Miguel de Icaza[mconfig] Remove dependency on build time settings
2016-05-31 Jonathan PryorMerge pull request #2377 from joelmartinez/docs-multias...
2016-05-31 Joel Martinez[mdoc] Extension method crash fix, removes -multiassembly
2016-05-31 Vlad Brezae[sgen] Enable concurrent major by default on desktop...
2016-05-31 Alexander KöplingerMerge pull request #3078 from akoeplinger/fix-test...
2016-05-31 Aleksey Kliger... Merge pull request #3067 from lambdageek/dev/monoerror...
2016-05-31 lateralusXMerge pull request #3059 from lateralusX/jlorenss/win...
2016-05-31 Alexander KöplingerMerge pull request #3076 from akoeplinger/fix-ziptime...
2016-05-31 Alexander Köplinger[WindowsBase] Fix off-by-one error in ZipTime
2016-05-31 Alexander Köplinger[build] Make exclusion filename consistent between...
2016-05-31 Marek Safar[System] Fixes build
2016-05-31 Marek SafarMerge pull request #3075 from knocte/man_bump
2016-05-31 Andres G. Aragoneses[man] bump man's mono version number too (to 4.5.2)
2016-05-31 Marek Safar[System] Keep broken api in mobile profiles only
2016-05-31 Marek Safar[WindowsBase] Fixes test assert expectation logic
2016-05-31 Marek Safar[System] Remove empty test
2016-05-31 Marek SafarMerge pull request #3063 from marek-safar/rs-Net
2016-05-31 Marek Safar[System] WebProxy from referencesource
2016-05-31 Alexander Köplinger[ci] Bump timeout in runtime test step
2016-05-31 Zoltan Varga[bcl] Comment out a win32 pinvoke on the mobile profile...
2016-05-30 Alex Rønne... Bump version to 4.5.2.
2016-05-30 Vlad BrezaeMerge pull request #3056 from BrzVlad/fix-multiple...
2016-05-30 Vlad BrezaeMerge pull request #3057 from BrzVlad/fix-major-log3
2016-05-30 Alexander KöplingerMerge pull request #3071 from adamburgess/fix-ci-links
2016-05-30 Zoltan Varga[jit] Emit code to throw method access exceptions inste...
2016-05-30 Zoltan VargaRevert "[jit] Emit code to throw method access exceptio...
2016-05-30 Zoltan VargaRevert "[jit] Fix 04171d2c267d2db54b36877809dca7a890adc...
next