mono.git
2012-08-04 Marek SafarMerge pull request #415 from enricosada/bug6373
2012-08-04 Enrico SadaUse HashSet.Comparer for set methods with IEnumerable...
2012-08-04 Marek SafarFix typo
2012-08-03 Zoltan VargaConvert the argument of OP_INOT to int in the llvm...
2012-08-03 Jeffrey Stedfast[Mono.Debugger.Soft] Implemented MethodMirror.GetCustom...
2012-08-02 Marek SafarIncrease buffer length for full ast parser. Fixes ...
2012-08-02 Marek SafarFix failing test
2012-08-02 Rodrigo KumperaDisable native trace collection and spew on desktop.
2012-08-02 Marek SafarMerge pull request #413 from AerisG222/http_capability_...
2012-08-02 aerisg222initial implementation of http capability provider...
2012-08-02 Paolo MolaroFixes xambug#2965: enqueue the correct worker instance...
2012-08-01 Marek SafarFix 2.0 attributeusage
2012-08-01 Zoltan VargaImplement support for DebuggerHiddenAttribute.
2012-08-01 Zoltan VargaPut the cas flags in MonoJitInfo into a separate struct...
2012-07-31 Jonathan PryorEnable IPv6 support under Android.
2012-07-30 Marek SafarMerge pull request #410 from sblom/threadcount
2012-07-30 Atsushi EnoMerge pull request #412 from Alkarex/patch-3
2012-07-30 Alexandre AlapetiteUpdate mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxn...
2012-07-29 Scott BlomquistReturn correctly-sized ProcessThreadCollection to enabl...
2012-07-29 Steven Boswell IIFix DataGridView.Dispose test regressions
2012-07-29 Thomas GoldsteinFix TestDispose test to work with NUnit < 2.5
2012-07-28 Thomas GoldsteinAdd unit test for Novell bug 660986
2012-07-28 eb1@sil.orgEnsure DataGridView disposes of its columns and rows...
2012-07-28 Thomas GoldsteinDispose of form to avoid TearDown warning
2012-07-28 Steven Boswell IIMatch .NET behavior with AutoSize Columns/Rows when...
2012-07-27 Marek SafarUpdate old test
2012-07-27 Marek SafarDon't remove hoisted this when state machine holds...
2012-07-27 Jeremie Laval[System] Ensure we use logical shift and not arithmetic...
2012-07-27 Marek SafarFix GAC path
2012-07-27 Marek SafarFix EF spec category
2012-07-27 Marek SafarFix types signature
2012-07-27 Marek SafarFix attribute arguments
2012-07-27 Martin BauligStreamContent.TryComputeLength(): Check content.CanSeek
2012-07-27 Marek SafarRemove duplicate entry
2012-07-27 Marek SafarAdd EntityFramework (not same as System.Data.Entity)
2012-07-27 Marek SafarSet resume point correctly for await inside nested try
2012-07-27 Marek SafarAdd some missing methods
2012-07-27 Marek SafarClean up old defines
2012-07-26 Steven Boswell IIProperly update the combo box selected text when the...
2012-07-26 Jeremie Laval[corlib] Slightly better ToArray/CopyTo methods for...
2012-07-26 Marek SafarAdd some missing methods
2012-07-26 Marek SafarDon't crash when nullable user conversion requires...
2012-07-26 Jeremie Laval[corlib] Fix ConcurrentStack TryPopRange to update...
2012-07-26 Marek SafarFix attribute arguments
2012-07-26 Marek SafarAdd boxed attribute arguments extraction
2012-07-25 Marek SafarCheck assignment of delegates out parameters.
2012-07-25 Jeremie Laval[System] Check for Abort state when poping so that...
2012-07-25 Marek HabersackMerge branch 'master' of github.com:mono/mono
2012-07-25 Marek HabersackUpdate to fix for Novell bug #739119
2012-07-25 Jeremie Laval[corlib] Fix ObjectPool to not incorrectly assume it...
2012-07-25 Jeremie Laval[corlib] Add missing barrier to ObjectPool and comment...
2012-07-25 Martin BauligMerge pull request #392 from baulig/master
2012-07-25 Martin BauligHttpContent.LoadIntoBufferAsync(): increase buffer...
2012-07-24 Marek HabersackFix for Novell bug #739119
2012-07-24 Steven Boswell IIImplement the drawing of mixed-mode check boxes
2012-07-24 Steven Boswell IIProperly fill in the whole TableLayoutPanel with dummy...
2012-07-24 Jeremie Laval[System] Optimize ConcurrentBag, implement TryPeek...
2012-07-24 Alan McGovernMerge pull request #406 from directhex/master
2012-07-24 Jo ShieldsMerge remote-tracking branch 'github/master'
2012-07-24 Gonzalo Paniagua... Remove compiler warning
2012-07-24 Gonzalo Paniagua... Avoid possible duplicate fds in the list
2012-07-24 Miguel de IcazaRender obsolete attributes on members
2012-07-23 Jeremie Laval[corlib] Dont use blocking wait call in CancellationTok...
2012-07-23 Jérémie Laval[corlib] Remove now unneeded line
2012-07-23 Jérémie Laval[corlib] Also unregister linked tokens when the proxy...
2012-07-23 Jérémie Laval[corlib] Linked token callback to the proxy Cancellatio...
2012-07-23 Jérémie Laval[corlib] Dispose linked tokens connections when disposi...
2012-07-23 Marek SafarFlag a field as used when used as an extension method...
2012-07-23 Marek SafarFix typo in OldValue/NewValue
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
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-21 Martin BauligClose connection in HttpClient.GetStringAsync and GetBy...
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 Jo Shields[debian] Fix up package dexcription so you can apt...
2012-07-19 Alan McGovern[external/debian] Bump debian packaging script
2012-07-19 Miguel de IcazaMake ERROR_OPERATION_ABORTED a common message
next