mono.git
2014-08-26 Jonathan Pryor[eglib] Fix compilation on PLATFORM_ANDROID.
2014-08-26 Sebastien Pouliot[corlib] Update ClaimsPrincipalTest to avoid Is[Not...
2014-08-25 Rodrigo Kumpera[eglib] Restore previous defaults for some platforms.
2014-08-25 Rodrigo Kumpera[msvc] Fix release 64bits builds.
2014-08-25 Rodrigo Kumpera[jit] Ensure no threads are running when the JIT is...
2014-08-25 Rodrigo Kumpera[utils] Add runtime API for output redirection, logging...
2014-08-25 Rodrigo Kumpera[eglib] g_assertion_message should not abort, g_logv...
2014-08-25 Rodrigo Kumpera[eglib] Add log/print redirection functions to eglib.
2014-08-25 Martin Baulig[System]: WebClient.OpenWrite() must get the response...
2014-08-25 Martin Baulig[System]: Fix WebClient.UploadValuesTaskAsync(); bug...
2014-08-25 Marek Safar[msbuild] corcompare public API
2014-08-25 Marek Safar[corlib] Fix ClaimsIdentity claim value comparison
2014-08-25 Marek Safar[corlib] corcompare update
2014-08-25 Marek SafarMerge pull request #1224 from esdrubal/codecompiler
2014-08-25 Marek SafarMerge pull request #1223 from esdrubal/xmlgenerator
2014-08-23 Marek SafarMerge pull request #1226 from mattleibow/TransactionSco...
2014-08-22 Matthew Leibowitz[system.transactions] Throw exception when an invalid...
2014-08-22 Alexis ChristoforidesAdded mono_string_from_utf32()
2014-08-22 Marek Safar[corlib] Improve System.Security.Claims. Fixes #22282
2014-08-22 Marek Safar[mcs] Handle partial entry point method
2014-08-22 Marek SafarRemove unused mdb icall
2014-08-22 Zoltan Varga[runtime] Add a mono_thread_detach_if_exiting () public...
2014-08-22 Marcos HenrichChanged mono_path profile replacement to be case insens...
2014-08-22 Marcos HenrichFixed serialization of XmlNode field with attribute...
2014-08-22 Marcos HenrichAdded missing XmlTypeMapping.IsAny logic.
2014-08-22 Marcos HenrichReplaced incorrect bool.ToString() by GetLiteral(bool).
2014-08-22 Marcos HenrichAdded GetTypeFullName, fixes wrong nullable valuetype...
2014-08-22 Marcos HenrichChanged UsageCount and generationThreshold to zero...
2014-08-22 Marek Safar[xbuild] Resolve output properties for skipped task...
2014-08-21 Marcos HenrichTest SerializationCodeGenerator.
2014-08-21 Marcos HenrichTests serialization of XmlNode field with attribute...
2014-08-21 Alex Rønne... Update badge URL in README.md.
2014-08-21 Alex Rønne... Fix a warning in mono-conc-hashtable.
2014-08-21 Alex Rønne... Remove unused/undefined function.
2014-08-21 Marek SafarMerge pull request #1221 from LogosBible/uri-compare
2014-08-21 Alex Rønne... Merge pull request #1172 from roji/datarow_null
2014-08-21 Martin PotterFix NullReferenceException in Uri.Compare when only...
2014-08-21 Marek Safar[corlib] Handle String::Format with escaped closing...
2014-08-21 Zoltan Varga[jit] Use mini_type_stack_size () instead of mono_type_...
2014-08-20 Miguel de IcazaMerge pull request #1189 from joelmartinez/docs-64bit...
2014-08-20 Zoltan Varga[jit] Fix the switching of domains in native-to-managed...
2014-08-20 Marek Safar[mcs] Emit event fields even when compare-and-exchange...
2014-08-20 Marek Safar[mcs] Easy restrictions on enum base type epxression
2014-08-20 Marek Safar[corlib] Task never is CompletedSynchronously
2014-08-20 Marek SafarFix wrong time test
2014-08-20 Jo ShieldsSwitch to using jenkins.mono-project.com for DNS tests
2014-08-20 Marek Safar[mcs] Clean-up flow analysis for boolean expressions
2014-08-20 Marek Safar[mcs] Null operator flow analysis
2014-08-19 Mark Probst[sgen] Small simplification of sgen_pin_objects_in_sect...
2014-08-19 Mark Probst[sgen] Simplify pin_objects_from_addresses() and fix...
2014-08-19 Mark Probst[sgen] Sanitize and fix pin_objects_from_addresses().
2014-08-19 Mark Probst[sgen] Make optimizations in new bridge turn-offable...
2014-08-19 Mark Probst[sgen] Fix new bridge implementation.
2014-08-19 Marek SafarMerge pull request #1213 from fengari/system_timers_tim...
2014-08-19 Marek Safar[mcs] Add more error checks
2014-08-19 fengariDo not dispose the underlying Timer every time the...
2014-08-19 Marek Safar[mcs] Complex binary logical expressions flowanalysis
2014-08-19 Marek Safar[mcs] More warnings for lifted nullable operators worki...
2014-08-19 Marek SafarMerge pull request #1216 from AndreyAkinshin/master
2014-08-19 Andrey AkinshinRemoving excess line with debug Console.WriteLine
2014-08-19 Zoltan Varga[bcl] Add a missing check to TypeBuilder.CreateType...
2014-08-18 Zoltan VargaFix a warning.
2014-08-18 Marek SafarMerge pull request #1214 from esdrubal/xmlbase
2014-08-18 Marcos HenrichXml Serialization of Base class w/o a parameterless...
2014-08-18 Rodrigo Kumpera[utils] Improve error message in case of thread suspend...
2014-08-18 Marcos HenrichAdded test BaseClassWithoutParameterlessConstructor.
2014-08-18 Marek SafarMerge pull request #1212 from esdrubal/isany
2014-08-18 Marcos HenrichFixed XmlSerializer to handle attribute XmlSchemePrivid...
2014-08-18 Marcos HenrichTest XmlSerialization of class with XmlSchemaProvider...
2014-08-17 Rodrigo Kumpera[runtime] Fix malloc backend for mempools.
2014-08-16 Zoltan VargaMerge pull request #1210 from Mailaender/mono-core...
2014-08-16 Matthias Mailänderfix parallel build
2014-08-16 Zoltan VargaMerge pull request #1208 from Mailaender/ppc-build...
2014-08-16 Marek Safar[mcs] Extend missing type check to type lookups. Fixes...
2014-08-16 Marek Safar[mcs] Fix copy and paste error in constraints checker...
2014-08-16 Marek SafarMerge pull request #1207 from nlhepler/master
2014-08-16 Matthias Mailänderfix ppc build failures
2014-08-15 Lance HeplerHandle long paths in jay
2014-08-15 Zoltan Varga[jit] Fix yet another native types problem. Fixes ...
2014-08-15 Marek Safar[mcs] Add dictionary initializer
2014-08-15 João Matos[System.IO.Compression] Fixed Zip support for empty...
2014-08-15 Joel Martinez[mdoc] Changed 'old' and 'new' to 'classic' and 'unifie...
2014-08-15 Zoltan Varga[runtime] Fix the leaking of mach ports introduced...
2014-08-15 Zoltan Varga[runtime] Make more wrappers use a WrapperInfo structure.
2014-08-15 Zoltan Varga[runtime] Integrate calls to mono_wrapper_info_set...
2014-08-14 Zoltan Varga[jit] Add support for constrained calls with vtype...
2014-08-14 Zoltan Varga[jit] Fix the stack alignment checking code in the...
2014-08-14 Marek Safar[mcs] Improve commit 409024fcab7a571abd602a3701e5986d81...
2014-08-14 Joel Martinez[mdoc] Style updates per pull request feedback
2014-08-14 Marek Safar[mcs] null propagating operator on delegate invocation
2014-08-14 Marek SafarWarnings cleanup
2014-08-14 Marek Safar[mcs] Speed up nullable tokenizer. Fixes #20195
2014-08-14 Joel Martinez[mdoc] Moved enumeration back into deferred mode.
2014-08-14 Marek SafarMerge pull request #1188 from arktronic/master
2014-08-14 Marek Safar[mcs] coalescing operator if the lhs of a null is a...
2014-08-14 Marek SafarMerge pull request #1205 from akoeplinger/fix-tests
2014-08-13 Alexander Köplinger[System] Use xamarin.com instead of mono-project.com...
2014-08-13 Joel Martinez[mdoc] Fixed issue with assembly versions being added...
2014-08-13 Ludovic Henry[jit] Disable delegate virtual optimisation while we...
2014-08-13 Mark Probst[sgen] Use a power of two as the cement hash size.
next