mono.git
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaRevert previous patch, see discussion on https://github...
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-21 Marek SafarMerge pull request #403 from AerisG222/1596644f26b5b4b1...
2012-07-20 Rodrigo KumperaSwitch the unhandled exception spew to use the new...
2012-07-20 Rodrigo KumperaAdd Mono.Runtime::GetNativeStackTrace method to make...
2012-07-20 Rodrigo KumperaAdd new mono_exception_get_native_backtrace function...
2012-07-20 Rodrigo KumperaFill Exception::native_trace_ips when doing exception...
2012-07-20 Rodrigo KumperaAdd field to Exception to hold the unmanaged backtrace.
2012-07-20 Alan McGovernUpdate the tests to do actual verification
2012-07-20 Alan McGovernUse the result of XUtil.ToNode when emitting events
2012-07-20 Alan McGovernEmit change events for modifying XElement.Name
2012-07-20 Alan McGovernAdd some tests to verify behaviour of Annotations
2012-07-20 Alan McGovernImplement XObjectChange.Value for XAttribute
2012-07-20 Alan McGovernBegin fixing the XObject.Changing and XObject.Changed...
2012-07-20 Andreia Gaita[MSBuild] Fix wildcard parsing such as Include="dir\**"
2012-07-20 Neale FergusonReturn false instead of throwing a not implemented...
2012-07-20 Marek SafarSet Length in MaxLengthAttribute ctor
2012-07-20 Zoltan VargaMerge pull request #400 from sblom/master
2012-07-20 aerisg222added new property from 4.0
2012-07-19 Marek SafarImplement MaxLengthAttribute
2012-07-19 Marek SafarAdd some new async methods
2012-07-19 Marek SafarImplement System.ComponentModel.DataAnnotations.Schema...
2012-07-19 Alan McGovern[external/debian] Bump debian packaging script
2012-07-19 Miguel de IcazaMake ERROR_OPERATION_ABORTED a common message
2012-07-19 Alan McGovern[System.Xml.Linq] Fix some bugs in the tests
2012-07-19 Alan McGovernMerge pull request #401 from directhex/master
2012-07-19 Jo Shields[debian] Various performance tweaks, plus split managed...
2012-07-19 Scott BlomquistSkip Unicode BOM at start of XML.
2012-07-19 Miguel de Icazamono_lookup_pinvoke_call: prevent leak by keeping a...
2012-07-19 Miguel de IcazaRemove more old compile defines
2012-07-18 Rodrigo KumperaAnother take into reducing shutdown crashes.
2012-07-18 Dan ShechterFixed Xamarin Bug 6148
2012-07-18 Rodrigo KumperaFix shutdown when the io-tp was not used.
2012-07-18 Rodrigo KumperaGive each scan function an unique name to help some...
2012-07-18 Jeremie Laval[external/debian] Bump debian packaging scripts
2012-07-18 Marek SafarImplement better expression conversion between anonymou...
2012-07-18 Marek SafarFix return type check for delegates conversion using...
2012-07-18 Marek HabersackRemove external directory git cruft from the dist tarball
2012-07-18 Alan McGovernBump the debian-snapshot submodule again
2012-07-18 Zoltan VargaMerge pull request #397 from xen2/llvm_sqrt_abs
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-18 Virgile BelloFixed Math.Sqrtf and Math.Abs with LLVM.
2012-07-17 Jo Shields[debian] Big bundle of packaging fixes, to massively...
2012-07-17 Rodrigo KumperaWhen calculating allowance, don't blindly cast from...
2012-07-17 Rodrigo KumperaAdd test for the behavior of discarding pending io...
2012-07-17 Zoltan VargaMove some declarations out of a #ifdef in pthread_suppo...
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-17 Jo Shields[debian] Update Debian submodule with packaging bugfixes
2012-07-17 Zoltan VargaRemove some incorrectly forward-ported code from aot...
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Miguel de IcazaMerge pull request #388 from strawd/master
2012-07-16 Marek SafarMerge pull request #390 from baulig/master
2012-07-16 Gonzalo Paniagua... GetResponse() returns 0 when it need more data, not -1
2012-07-16 Zoltan VargaMerge pull request #391 from xen2/e377dd65b5599d5a9ecf4...
2012-07-16 Marek SafarSet field usage in resolve to accommodate for expressio...
2012-07-16 Marek SafarBetter error message for missing using for extension...
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-16 Zoltan VargaFix #6112 for amd64 as well.
2012-07-15 Zoltan VargaFix the handling of fail tramps in the full-aot IMT...
2012-07-13 Rodrigo KumperaClear more threadpool state prior to domain unload.
2012-07-13 Rodrigo KumperaReplace an assertion with an UNVERIFIED call in the...
2012-07-13 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-13 Jo Shields[debian-snapshot] Pull in a fix for more robust path...
2012-07-13 Marek SafarMake nullable values debugging more pleasant.
2012-07-13 Marek SafarFix error test number
2012-07-11 Gonzalo Paniagua... Backport from mobile
2012-07-11 David StrawTreat TimeSpan.MaxValue as a special case for http...
2012-07-11 David StrawConstrain http request/response timeouts to int.MaxValu...
2012-07-11 Rodrigo KumperaKill more compiler context code.
2012-07-11 Rodrigo KumperaMonoGenericClass::initialize runtime icall only needs...
2012-07-11 Martin BauligSupport relative URIs.
2012-07-10 David StrawMerge branch 'master' of https://github.com/strawd...
2012-07-10 David StrawUse static instances for scheme in parsed URIs
2012-07-10 Rodrigo KumperaFirst pass killing compiler context support code.
2012-07-10 Rodrigo KumperaRemove compiler context tests.
2012-07-10 Rodrigo KumperaRemove some dead code.
2012-07-10 Rodrigo KumperaUse a simpler design for IsUserType based on virtual...
2012-07-10 Rodrigo KumperaDisable mdb by default as it breaks sgen builds. This...
2012-07-10 Marek SafarRevert c38f710ce56646a9ba9b5f77e5ce7c1151d6cc0c
2012-07-10 Marek SafarCheck type parameters constraints on best candidate...
2012-07-10 Marek SafarFixes build
2012-07-10 Virgile BelloFix #6112 c32a854: compile error and removed indirection.
2012-07-09 Rodrigo KumperaMerge pull request #386 from alexrp/master
2012-07-09 alexrpOnly use TLAB_ACCESS_INIT in sgen_card_table_wbarrier_o...
2012-07-09 alexrpUse a critical region in mono_gc_alloc_array.
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-09 Rodrigo KumperaClear some dead code.
2012-07-09 Rodrigo KumperaSanitize sgen's collection trigger internal API.
2012-07-09 Marek SafarBetter error reporting for missing using directives
2012-07-09 Marek SafarFix infinite loop when parsin unclosed generic type...
2012-07-09 Marek SafarRestore id-buffer when after probing async keyword...
2012-07-09 Marek SafarMerge pull request #384 from miraclespain/master
2012-07-09 Jakob AndersenOnly compare values if postdata for the checkbox is...
2012-07-09 Marek SafarCompare type definitions when checking nested type...
2012-07-09 Marek SafarBetter error message
2012-07-09 Marek SafarMerge pull request #383 from JamesB7/system-security6
2012-07-09 James BellingerThis version of CommonObjectSecurityTest should not...
2012-07-09 Marek SafarMerge pull request #382 from JamesB7/system-security7
next