mono.git
2014-04-25 Rolf Bjarne... Revert "Revert "Merge branch 'master' of https://github...
2014-04-25 Rolf Bjarne... [mono-api-html] Print string fields with no (or null...
2014-04-25 Alex Rønne... Merge pull request #916 from akoeplinger/fix-gac-test
2014-04-24 Rodrigo Kumpera[sgen-bridge] Implement type based dfs1 filtering.
2014-04-24 Rodrigo Kumpera[sgen-bridge] Fix counters. They were not zeroed after...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Use an extra vtable bit to flag opaque...
2014-04-24 Rodrigo Kumpera[runtime] Fix bitfield comments.
2014-04-24 Joao MatosRevert "Added our own slightly modified copy of Ionic...
2014-04-24 Joao MatosRevert "Added System.IO.Compression implementation."
2014-04-24 Rolf Bjarne... [System.Xml] Use profile-specific file names for genera...
2014-04-24 Alex Rønne... Merge pull request #1002 from ranma42/make-check-no...
2014-04-24 Marek SafarMerge pull request #1003 from robertpi/Bug12211
2014-04-24 Robert PickeringAllow .NET 4.0 + users to use the ConnectSocket property
2014-04-24 Atsushi EnoFix bug #9541 by Bart Verthé - do not reset document...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Add the new bridge to the testing matrix.
2014-04-24 Rodrigo Kumpera[sgen-bridge] New bridge implementation - currently...
2014-04-24 Rodrigo Kumpera[sgen-bridge] Move the bridge implementation behind...
2014-04-23 Mark Probst[sgen] Fix time logging. We inflated durations by...
2014-04-23 Joao MatosAdded System.IO.Compression implementation.
2014-04-23 Joao MatosAdded our own slightly modified copy of Ionic.Zip library.
2014-04-23 Andrea CancianiFix 'make check' when mono is not installed
2014-04-23 Alexis ChristoforidesRevert "Mono version is now pulled in to configure...
2014-04-23 Alexis ChristoforidesRevert "Merge branch 'master' of https://github.com...
2014-04-23 Alexis ChristoforidesMerge branch 'master' of https://github.com/mono/mono
2014-04-23 Alexis ChristoforidesMono version is now pulled in to configure.in from...
2014-04-23 Zoltan Varga[jit] Add some comments to register_icall ().
2014-04-23 Marek HabersackUpdate test description to include full bug report url
2014-04-23 Marek HabersackCorrectly apply DST offset if the date being converted...
2014-04-23 Rodrigo KumperaRevert "Disable bug-18026.exe when running tests in...
2014-04-23 Marek HabersackA couple of fixes for TimeZoneInfo.ConvertTime.
2014-04-23 Rodrigo Kumpera[sgen] Add a bunch of clear-at-gc variants to the test...
2014-04-23 Rolf Bjarne... [Mono.CSharp] Fix compilation for the monotouch profile...
2014-04-23 Zoltan VargaMerge pull request #1000 from ranma42/disable-18026...
2014-04-23 Andrea CancianiDisable bug-18026.exe when running tests in the CI...
2014-04-22 Zoltan Varga[sdb] Add support for DebuggerNonUserCodeAttribute.
2014-04-22 Zoltan Varga[arm64] Add AOT support.
2014-04-22 Zoltan Varga[arm64] Add JIT support.
2014-04-22 Zoltan Varga[arm64] Add sgen support.
2014-04-22 Zoltan Varga[arm64] Add context/mach support.
2014-04-22 Zoltan Varga[arm64] Add basic port infrastructure.
2014-04-22 Marek Safar[system] Don't terminate response reading on bad cookie...
2014-04-22 Alexis ChristoforidesMerge pull request #994 from drummerhu/patch-1
2014-04-21 Zoltan Varga[jit] Fix a bug introduced by 683527c69465843d05709782a...
2014-04-21 Rodrigo Kumpera[counters] Simplify things a bit by removing unsigned...
2014-04-21 Rodrigo Kumpera[counters] Add mono_counters_foreach API.
2014-04-21 Rodrigo Kumpera[counter] Kill counter type MONO_COUNTER_TIME_INTERVAL...
2014-04-21 Rodrigo Kumpera[counters] Introduce variance and units.
2014-04-21 Rodrigo Kumpera[counters] Introduce two new counters categories, runti...
2014-04-19 Zoltan Varga[jit] Get rid of mono_arch_nullify_plt_entry (), it...
2014-04-19 Alex Rønne... Update CONTRIBUTING.md with info about pull request...
2014-04-19 Miguel de Icaza[genproj] Steps towards making pre-build scripts cross...
2014-04-18 Miguel de IcazaRefreshed the CSProj files to use the new output build...
2014-04-18 Miguel de Icaza[genproj] Set the output directory to the Mono one...
2014-04-18 Miguel de IcazaUpdate order.xml
2014-04-18 Alexis ChristoforidesFixed xamarin #18898 # / novell #595899
2014-04-18 Alex Rønne... Fix my last commit to match our libgc's declaration...
2014-04-18 Alex Rønne... Hopefully fix a build error in libgc on some compilers.
2014-04-18 Miguel de Icaza[genproj] Some hygiene changes to genproj, to be able...
2014-04-17 Rodrigo Kumpera[sgen-bridge] Introduce accounting mode to bridge proce...
2014-04-17 Alex Rønne... Really, seriously, for real fix mono/tests/Makefile...
2014-04-17 Martin Baulig[Http]: Correctly handle request bodies when resending...
2014-04-17 Jeffrey Stedfast[Mono.Debugger.Soft] Throw a NotSupportedException...
2014-04-17 Marek Safar[corlib] Defer TypeInfo instantiation logic in DefinedT...
2014-04-17 Zoltan Varga[jit] Fix an unreachable code part in mini_emit_memset...
2014-04-17 Alex Rønne... Shell expansion rules suck. Fix a7712d90931a29c76f83e62...
2014-04-17 Miguel de IcazaAdd System.Xml.Linq to the dotnet.pkg
2014-04-17 Alex Rønne... Fix a couple of warnings in sgen-cardtable.c.
2014-04-17 Alex Rønne... Remove .travis.yml.
2014-04-17 Alex Rønne... Ignore testlist files in mono/tests.
2014-04-17 Alex Rønne... Clean up mono/tests/Makefile.am.
2014-04-17 Marek Safar[mcs] Fix tie breaking rules when both candidates have...
2014-04-17 Zoltan Varga[aot] Add a separate mutex to each AOT module to reduce...
2014-04-17 Zoltan Varga[jit] Use compile-time conditionals in a few places.
2014-04-17 Zoltan Varga[llvm] Fix the decomposition of some long opcodes on...
2014-04-17 Zoltan VargaFix the build.
2014-04-17 Zoltan Varga[llvm] Remove unused LLVM_MONO_BRANCH define.
2014-04-17 Zoltan VargaDisable the self-assign warning when using clang.
2014-04-17 Zoltan Varga[llvm] Update the LLVM backend to the LLVM mono-2014...
2014-04-17 Zoltan Varga[llvm] Add a LLVM_API_VERSION define which is increment...
2014-04-16 Mark Probst[sgen] Counter for time we spend starting and stopping...
2014-04-16 Mark Probst[sgen] Fix M&S object iteration.
2014-04-16 Mark Probst[sgen] Fix CLEAR_AT_GC.
2014-04-16 Mark Probst[sgen] Fix remset consistency check in presence of...
2014-04-16 Mark Probst[sgen] Make binary protocol grep work without search...
2014-04-16 Mark Probst[sgen] Count cards for binary protocol.
2014-04-16 Mark Probst[sgen] Don't scan cards in no-reference LOS objects.
2014-04-16 Mark Probst[sgen] Make missing remset debugging easier.
2014-04-16 Mark Probst[sgen] Small refactoring of sgen_card_table_update_mod_...
2014-04-16 Mark Probst[sgen] Make mod-union consistency check work again.
2014-04-16 Mark Probst[sgen] Tool for visualizing GC pauses from binary proto...
2014-04-16 Mark Probst[sgen] Binary protocol entries for world stop/restart...
2014-04-16 Mark Probst[sgen] Enable binary protocol by default, make the...
2014-04-16 Marek Safar[mcs] Fix parsing member access expression with await...
2014-04-16 Marek Safar[mcs] Relax struct definitive assignment rules for...
2014-04-16 Alex Rønne... Since `make distcheck` has been fixed, use it in .travi...
2014-04-16 Alex Rønne... Flush po/... files.
2014-04-16 Miguel de IcazaRuntime documentation will now build with srcdir !...
2014-04-16 Miguel de IcazaUpdate the configuration file for project builds
2014-04-16 Miguel de IcazaRemove empty space from assembly name
2014-04-16 Zoltan Varga[jit] Fix the lookup of the AOT version of Interlocked...
next