mono.git
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...
2014-04-16 Rodrigo Kumpera[win64] Fix stack probing and disable omit_fp. Fixes...
2014-04-16 Zoltan Varga[llvm] Fix the loadable llvm build.
2014-04-16 Marek Safar[mcs] Emit exception filters with empty stack
2014-04-16 Marek HabersackFall back to calling Java.Util.TimeZone.Default.ID...
2014-04-16 Alex Rønne... Avoid `make distcheck` in .travis.yml for now.
2014-04-16 Alex Rønne... Only build master for now.
2014-04-16 Alex Rønne... Add initial .travis.yml.
2014-04-16 Alex Rønne... Make all Python scripts Python 3-friendly.
2014-04-16 Marek SafarUpdate tests
2014-04-16 Marek SafarUpdate error message
2014-04-16 Marek Safar[mcs] Initial implemntation of exception filters
2014-04-16 Marek Safar[mcs] Primary constructors
2014-04-16 Marek SafarMerge pull request #996 from DavidS/fixes/string-format-nre
2014-04-16 David Schmitt[System] handle arguments whose ToString returns null...
2014-04-16 Zoltan Varga[jit] Rewrite lookup_method () to reduce contention...
2014-04-16 Zoltan Varga[runtime] Add some low level locks to image sets to...
2014-04-15 Rodrigo Kumpera[runtime] Don't g_string_append an empty string when...
2014-04-15 Rodrigo Kumpera[windows] Win64 requires 16 bytes alignment too.
2014-04-15 Rodrigo Kumpera[VS] Change the tools version back to v110 so it works...
2014-04-15 Rodrigo Kumpera[windows] Remove sdb symbol from mono.def. Fix the...
2014-04-15 Marek SafarAdd ICscHostObject4 skeleton
2014-04-15 Miguel de IcazaMerge pull request #987 from StephenMcConnel/bug-18874
2014-04-15 Alexis ChristoforidesAdded contribution guideline links in README
2014-04-15 drummerhuxml type parameters have no size specifier
2014-04-15 Zoltan Varga[llvm] Fix a few problems with longs on 32 bit platform...
2014-04-14 Alex Rønne... Ignore scripts/ikdasm.
2014-04-14 Rodrigo Kumpera[llvm] Fix llvm loading.
2014-04-14 Alex Rønne... Fix handling of the `volatile.` prefix instruction.
2014-04-14 Alex Rønne... Remove pointless #elif branch in mono-membar.h.
2014-04-14 Alex Rønne... Clean up the log profiler's use of atomics.
2014-04-14 Alexis ChristoforidesMerge pull request #986 from ninjarobot/patch-1
2014-04-14 ninjarobotUpdate io.c
2014-04-14 Rodrigo KumperaMerge pull request #990 from BrandonLWhite/bw/cqleak
2014-04-12 Sebastien Pouliot[xammac] Remove the Makefile hack as the extensions...
2014-04-12 Alex Rønne... Merge pull request #656 from LogosBible/collection_lock
2014-04-12 Brandon[runtime] Fixed leak of MonoListItems in MonoCQ
2014-04-12 Alex Rønne... Merge pull request #273 from joncham/bug-getpid
2014-04-12 Alex Rønne... Merge pull request #991 from ranma42/fix-jay-sh-bashism
2014-04-12 Andrea CancianiUse bash when using $RANDOM bashism
next