mono.git
2012-06-12 Atsushi EnoThose new hacky RabbitMQ sources files need to be inclu...
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-12 Zoltan VargaRevert "Merge pull request #321 from RAOF/aot-cpu-safety"
2012-06-12 Zoltan VargaRevert "Revert "Refuse to load AOT images using unsuppo...
2012-06-12 Atsushi Enoattempt to fix parallel build in RabbitMQ dir.
2012-06-12 Marek SafarMake debug options case insensititive
2012-06-12 Atsushi Enobring back CodeContracts to mobile profiles.
2012-06-11 Christopher... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Christopher... Refuse to load an AOT image built with unsupported...
2012-06-11 Rodrigo KumperaRelease gc roots of dynamic assemblies before calling...
2012-06-11 Rodrigo KumperaClear nursery fragments before doing xdomain checks...
2012-06-11 Rodrigo KumperaFix verify-before-collect deadlock.
2012-06-11 Zoltan VargaCorrectly link the seq point for ENDFINALLY with its...
2012-06-11 Steven Boswell IIMake it so getting a DataGridViewComboBoxCell to drop...
2012-06-11 Martin BauligMS SQL Server 2012 Express doesn't like null here.
2012-06-11 Martin BauligSync parameter names in System.Data with .NET.
2012-06-11 Martin BauligUse 'mcs' for .NET 4.5.
2012-06-11 Marek SafarFix CancellationTokenSource cancellation during Dispose
2012-06-11 Zoltan VargaRevert "Refuse to load AOT images using unsupported...
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Mark Probst[sgen] Add some explanatory comments.
2012-06-11 Zoltan VargaMerge pull request #321 from RAOF/aot-cpu-safety
2012-06-11 Carlos Alberto... [System.Web] Re-enable SessionStateModule.OnSessionExpi...
2012-06-11 Christopher... Refuse to load AOT images using unsupported SIMD instru...
2012-06-11 Christopher... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Christopher... Refuse to load an AOT image built with unsupported...
2012-06-11 Marek SafarFix async statements with unused return value. Fixes...
2012-06-11 Marek SafarImprove task test
2012-06-11 Mark Probst[sgen] Fix a variable name typo.
2012-06-10 Steven Boswell IIImplement the DataGridView.EditingControlShowing event...
2012-06-10 Steven Boswell IIFix DataGridView.SelectionChanged event firing differen...
2012-06-09 Steven Boswell IIDecrement ComboBox SelectedIndex when an item before...
2012-06-09 Zoltan VargaMerge pull request #320 from konrad-kruczynski/dyn_meth...
2012-06-09 Konrad M. KruczynskiAdded missing spaces.
2012-06-09 Konrad M. KruczynskiReduced code duplication.
2012-06-09 Konrad M. KruczynskiFix for creating dynamic method with owner being array...
2012-06-09 Steven Boswell IIDo not throw an exception when trying to remove a Combo...
2012-06-09 Steven Boswell IIFix the appearance of disabled ListBox controls
2012-06-08 Marek SafarAnother make dist fix
2012-06-08 Marek SafarEmit sequence point for some member access expressions...
2012-06-08 Marek SafarFix make dist
2012-06-08 Marek SafarMerge pull request #319 from pragmatrix/master
2012-06-08 Armin SanderWindowsBase: fix Rect.Union() and add Rect.Union test...
2012-06-08 Marek SafarFix some warnings
2012-06-08 Marek SafarUpdate more 4.5 api
2012-06-08 Marek SafarMerge compiler docs
2012-06-08 Marek SafarRemove obsolete files
2012-06-08 Marek SafarUpdate to the latest dlr
2012-06-08 Marek SafarConvert crlf to lf
2012-06-07 Marek SafarAdd missing CreateReader method
2012-06-07 Marek SafarFix some parameters names
2012-06-07 Marek SafarUpdate System.Net.Http
2012-06-07 Marek SafarClean up assembly attributes
2012-06-07 Marek SafarUpdate to the latest IKVM.Reflection
2012-06-07 Marek SafarRecover from invalid yield return. Fixes #5064
2012-06-07 Marek SafarMark some Stream members non-serialized. Fixes #5454
2012-06-07 Marek SafarRecover from invalid enum member initialization
2012-06-07 Marek SafarRecover from invalid return expression. Fixes #5389
2012-06-07 Marek SafarFix more failing tests
2012-06-07 Marek SafarSet fixed test locale
2012-06-07 Marek SafarDisable not working test
2012-06-07 Marek SafarRemove double null check
2012-06-07 Marek SafarAdd new 4.5 api
2012-06-07 Marek SafarImplement 4.5 ArraySegment
2012-06-07 Marek SafarReformat ArraySegment test
2012-06-07 Marek SafarAdd some new 4.5 api
2012-06-07 Atsushi EnoUse non-prefixed namespace output for element when...
2012-06-07 Sebastien PouliotPropagate all errors to the (old) ICertificatePolicy...
2012-06-07 Neale FergusonPlace tls_get in alpha order
2012-06-06 Rodrigo KumperaSparkle some debug friendly love over those serializati...
2012-06-06 Rodrigo KumperaRewrite the version tolerant serialization test suite...
2012-06-06 Rodrigo KumperaMove a pair of sgen asserts to debug level 4 so they...
2012-06-06 Marek SafarSet vts tests environment variables
2012-06-06 Marek SafarFix XmlReaderSettings::Clone
2012-06-06 Marek SafarMake XmlWriterSettingsTests .net compatible
2012-06-06 Marek SafarA return keyword must not be followed by any expression...
2012-06-06 Marek SafarDon't return void result
2012-06-06 Marek SafarEmit new state machine attributes
2012-06-06 Marek SafarAdd missing dist file
2012-06-06 Martin BauligXmlResolver.GetEntityAsync().
2012-06-05 Martin BauligMore WebClient 4.5 async tests.
2012-06-05 Alex Rønne... Merge pull request #316 from decriptor/master
2012-06-05 Stephen Shaw[xbuild] Fixed a typo in MSBuildUtils.cs
2012-06-05 Rodrigo KumperaCorrectly report an exception in EndInvoke when BeginIn...
2012-06-05 Lluis SanchezImprove date serialization compatibility with third...
2012-06-04 Steven Boswell IIFire the DataGridView.SelectionChanged event when the...
2012-06-04 Miguel de Icaza[corlib/tests] disable the acos test on MacOS, since...
2012-06-04 Marek SafarMerge pull request #315 from viniciusjarina/green_build3
2012-06-04 Vinicius JarinaRemoved broken tests from System
2012-06-04 Marek SafarMerge pull request #313 from viniciusjarina/green_build
2012-06-03 Martin BauligAdd .NET 4.5 async methods to XmlReader and XmlWriter.
2012-06-03 Martin BauligMore .NET 4.5 work.
2012-06-03 Martin BauligSync parameter names with .NET.
2012-06-03 Miguel de Icaza[class libraries] drop NET_1_0 definitions
2012-06-03 Miguel de Icaza[class libraries] drop ONLY_1_1
2012-06-02 Martin BauligAdd .NET 4.5 async methods to XmlReader.
2012-06-02 Martin BauligAdd .NET 4.5 async methods to System.Net.NetworkInforma...
2012-06-02 Miguel de IcazaCopyright notices
2012-06-02 Miguel de Icaza[System] Removal of the NET_2_0 in the source code
next