mono.git
2015-05-07 Mark Probst[runtime] Fix a few warnings.
2015-05-07 Alex Rønne... Merge pull request #1777 from alexrp/sgen-separation
2015-05-07 tritonRevert "[genmdesc] Improved unknown specifier error...
2015-05-07 Marek Safar[system.data] SqlConnectionStringBuilder from reference...
2015-05-07 Marek Safar[mcs] Flow analysis assignment from field expressions...
2015-05-07 Atsushi EnoRemove unused System.Runtime.Serialization code.
2015-05-07 Zoltan Varga[arm] Fix a problem introduced by 3469c138c67e4b7e0afcc...
2015-05-07 Atsushi Enoremove old System.Data code.
2015-05-07 João Matos[genmdesc] Fixed generator to allow instructions length...
2015-05-07 Ludovic Henry[tools] Fix sgen-grep-binprot after sgen code move...
2015-05-07 Ludovic Henry[threadpool-ms] Change the meaning of ThreadPoolCounter...
2015-05-07 João Matos[arm] Fixed regression related to invalid specifier...
2015-05-07 João Matos[genmdesc] Improved unknown specifier error handling...
2015-05-07 João Matos[genmdesc] Improved instruction length error handling...
2015-05-07 João Matos[genmdesc] Improved instruction length error handling...
2015-05-07 Atsushi EnoMerge pull request #1773 from ztzg/sql-server-datetime2
2015-05-07 Atsushi EnoMerge pull request #1772 from ztzg/sql-server-variant
2015-05-07 Atsushi EnoMerge pull request #1771 from ztzg/sql-server-bulk...
2015-05-07 Atsushi Eno[xbuild] for resolving assemblies from pkg-config,...
2015-05-07 Alex Rønne... [sgen] Move bridge debugging code out of the independen...
2015-05-07 Alexander Köplinger[tests] Trim whitespace from testname in dummy unit...
2015-05-06 Alexander Köplinger[tests] Small fixes to the dummy unit test XML output...
2015-05-06 Zoltan Varga[jit] Treat MONO_ARCH_IMT_REG as allways defined.
2015-05-06 Zoltan Varga[runtime] Fix configure so it really uses -fvisibility...
2015-05-06 Rodrigo Kumpera[threading] Fix a race during shutdown where a thread...
2015-05-06 Rodrigo Kumpera[runtime] Don't call managed code when OVF.
2015-05-06 Rodrigo Kumpera[coop] Fix marshal code of reset-abort calls to use...
2015-05-06 Rodrigo Kumpera[coop] Ensure the polling tramp has a wrapper.
2015-05-06 Alex Rønne... Merge pull request #1750 from alexrp/precise-ctx-static...
2015-05-06 Alex Rønne... Merge pull request #1742 from alexrp/symbol-renaming
2015-05-06 João MatosMerge pull request #1776 from evincarofautumn/fix-indep...
2015-05-06 Jon Purdy[sgen] Fix non-Mono SGen clients.
2015-05-06 Zoltan Varga[jit] Print out the numeric opcode name in mono_inst_na...
2015-05-06 João MatosMerge pull request #1775 from StephenMcConnel/bug-29724A
2015-05-06 Stephen McConnelFix bug in new SWF.MWFFileView.Dispose method (Xamarin...
2015-05-06 Marek Safar[build] Fixes reference sources hash
2015-05-06 Marek Safar[bcl] Mobile profiles fixes
2015-05-06 João Matos[runtime] Fixed `always_inline function might not be...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed unused `count` variable warning by...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed warning by only using #pragma warning...
2015-05-06 João Matos[mini] Do not try to set the usermode exception policy...
2015-05-06 João Matos[mini] Do not use the ELF writer when hosting on Windows.
2015-05-06 Zoltan Varga[runtime] Fix support for callvirt delegates with a...
2015-05-06 Marek SafarMerge pull request #1774 from akoeplinger/unit-test...
2015-05-06 Alexander Köplinger[RFC] Improve unit test reporting when test runner...
2015-05-06 Alex Rønne... [sgen] Fix an accidental symbol export in sgen-workers.c.
2015-05-06 Alex Rønne... [mini] Rename machine description symbol names to avoid...
2015-05-06 Alex Rønne... [utils] Rename JSON writer symbols to avoid global...
2015-05-06 Alex Rønne... [mini] Rename image writer symbols to avoid global...
2015-05-06 Alex Rønne... [runtime] Rename seq point symbols to avoid global...
2015-05-06 Alex Rønne... [runtime] Remove unused _mono_debug_address_from_il_off...
2015-05-06 Alex Rønne... [utils] Avoid symbol namespace pollution in iomap code.
2015-05-06 Alex Rønne... [utils] Rename SHA-1 symbols to not pollute the global...
2015-05-06 Alex Rønne... [runtime] Rename GCHandle_CheckCurrentDomain to not...
2015-05-06 Alex Rønne... [wapi] Fix some symbol names to be remapped the same...
2015-05-05 Alex Rønne... [runtime] Rework special static offset handling.
2015-05-05 Alex Rønne... [runtime] Unify thread/context static field scanning...
2015-05-05 Alex Rønne... [remoting] Increment the context ID counter atomically.
2015-05-05 Alex Rønne... [runtime] Rewrite TLS slot marking to use MonoBitSet.
2015-05-05 Alex Rønne... [utils] Add MONO_BITSET_FOREACH macro.
2015-05-05 Mark Probst[sgen] Fix logging format specifiers. `t` modifier...
2015-05-05 Damien Diederen[Mono.Data.Tds] Serialize GUIDs as 16-byte arrays ...
2015-05-05 Damien Diederen[System.Data.SqlClient] Enable bulk insert of DateTime...
2015-05-05 Damien Diederen[System.Data.SqlClient] Avoid "invalid source table...
2015-05-05 Damien Diederen[System.Data.SqlClient] Bulk copy: Query metadata in...
2015-05-05 Damien Diederen[Mono.Data.Tds] Deserialize variant-wrapped fixed-size...
2015-05-05 Damien Diederen[Mono.Data.Tds] Register TdsColumnType.Variant as a...
2015-05-05 Damien Diederen[Mono.Data.Tds] Add "sql_variant" case to TdsMetaParame...
2015-05-05 Damien Diederen[System.Data.SqlClient] Set SqlParameter.SqlDbType...
2015-05-05 Damien Diederen[Mono.Data.Tds] Serialize SqlDbType.DateTime{2,Offset...
2015-05-05 Damien Diederen[System.Data.SqlClient] Map SqlDbType.DateTime{2,Offset}
2015-05-05 Ludovic Henry[threadpool-ms] Disable cleanup
2015-05-05 Ludovic Henry[delegate] Replace multicast delegate implementation
2015-05-05 João MatosLink to the general releases page instead of a specific...
2015-05-05 João MatosUpdate release notes URLs in the NEWS file.
2015-05-05 Alex Rønne... Merge pull request #1766 from alexrp/sgen-separation
2015-05-05 Marek Safar[runtime] Add more 3.0 fx assemblies to remapping table...
2015-05-05 Marek Safar[mcs] Use reference from closest storey which holds...
2015-05-05 Zoltan Varga[runtime] Remove more unused CAS code.
2015-05-05 Marek Safar[build] Revert part of 036c41714ac8e727cfcc264a6da27941...
2015-05-05 Zoltan Varga[arm] Use the OP_TAILCALL code on ios as well.
2015-05-05 Zoltan Varga[sdb] Substract 1 from the ip in the soft breakpoint...
2015-05-05 Miguel de IcazaUpdate, drop ssapre from the man page
2015-05-05 Miguel de IcazaUpdate documentation, add float32 section
2015-05-05 Zoltan Varga[jit] Disable the binary writer on arm, dlopen () can...
2015-05-05 Zoltan VargaMerge pull request #1768 from StephenMcConnel/bug-29724
2015-05-05 Zoltan Varga[arm] Use gcc --shared for linking aot images.
2015-05-04 Stephen McConnelFix memory leak in SWF.FileDialog due to thumbnail...
2015-05-04 Zoltan VargaFix a warning.
2015-05-04 Zoltan Varga[arm] Fix the DISABLE_JIT build.
2015-05-04 Zoltan Varga[jit] Remove unfinished regalloc2.
2015-05-04 Zoltan Varga[runtime] Remove CAS stuff from configure.
2015-05-04 Zoltan Varga[runtime] Remove CAS stuff from configure.
2015-05-04 Zoltan Varga[runtime] Remove CAS tests.
2015-05-04 Zoltan Varga[corlib] Remove unused CAS icalls.
2015-05-04 Zoltan Varga[runtime] Remove --security=smcs-temporary-hack and...
2015-05-04 Alex Rønne... Merge pull request #1767 from alexanderkyte/err_namespa...
2015-05-04 Alexander Kyte[runtime] Use correct namespace for FileNotFoundException
next