mono.git
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-18 Rodrigo KumperaFix the String.Intern test to reflect the fact that...
2012-06-18 Marek SafarDisable few more tests
2012-06-18 Marek SafarFix Microsoft.Build.Tasks tests
2012-06-18 Marek SafarDisable more failing tests
2012-06-18 Rodrigo KumperaImprove Delegate::Combine error message.
2012-06-18 Miguel de IcazaMerge pull request #332 from robwilkens/Bug2663-fix
2012-06-18 Rob WilkensBug 2663: Regular Expression Bug Fixes
2012-06-18 Marek SafarMerge pull request #331 from viniciusjarina/uri_lite2
2012-06-18 Steven Boswell IIFix OneClickComboBoxCell test on Windows
2012-06-17 Thomas GoldsteinReformatting to match Mono coding style guidelines
2012-06-17 Steven Boswell IIMake it so the last-edited cell change is committed...
2012-06-17 Vinicius JarinaRemoved RegularExpressions dependency from UriParser
2012-06-17 Zoltan VargaMerge pull request #330 from metanest/freebsdtla_2012Ju...
2012-06-17 KISHIMOTO,... To use thread local alloc in FreeBSD
2012-06-16 Zoltan VargaChange some GC defines to runtime checks in metadata/.
2012-06-16 Zoltan VargaMerge pull request #328 from metanest/bsdsendfile_2012J...
2012-06-16 KISHIMOTO,... any BSD's sendfile has 6 arguments
2012-06-15 Zoltan VargaImplement column number support in sdb.
2012-06-15 Zoltan VargaMerge pull request #327 from metanest/mincorevisibility...
2012-06-15 KISHIMOTO,... mincore(2) isnot X/Ooen standard
2012-06-15 Marek SafarTesting wrench build
2012-06-15 Marek SafarTry to fix Microsoft.Build.Tasks tests
2012-06-15 Marek SafarTry to fix Directory.EnumerateFiles for hidden files
2012-06-15 Marek SafarAdd SqliteTest.db to dist
2012-06-15 Atsushi EnoDo not use @ which is not always available. Use ""...
2012-06-15 Atsushi Enodo not bundle mscorlib.dll that is running mkbundle...
2012-06-15 Marek SafarFew few httplistener races
2012-06-15 Marek SafarPrint failure message
2012-06-15 Marek SafarUpdate SqliteTest.db
2012-06-15 Marek SafarFix TestMenuItemsDispose test
2012-06-15 Marek SafarAdd timeout to webrequest tests
2012-06-15 Marek SafarFix column info for binary expressions
2012-06-15 Zoltan VargaMerge pull request #326 from metanest/master
2012-06-15 KISHIMOTO,... newlines at end of some files in mono/metadata/
2012-06-14 Zoltan VargaMake keepalive processing in sdb resilient to the sysca...
2012-06-14 Zoltan VargaStringify SET_KEEPALIVE protocol message in sdb logging.
2012-06-14 rick@gibbed.usDo not serialize ListViewItem.Group if it's null. Fixes...
2012-06-14 Zoltan VargaFix the AOT excluded optimization check in 94e15085d5bb...
2012-06-14 Marek SafarDisable some deadlocking plinq tests
2012-06-14 Marek SafarDisable failing tests
2012-06-14 Marek SafarDisable failing tests
2012-06-14 Marek SafarAdd some logging to failing test
2012-06-14 Marek SafarClean up some NET_2_0
2012-06-14 Marek SafarFix some failing tests
2012-06-14 Marek SafarWhen checking override base method also check for decla...
2012-06-14 Marek SafarMerge pull request #324 from adbre/master
2012-06-13 Adam BrengesjöAdd Assert.Fail if no FormatException is thrown.
2012-06-13 Adam BrengesjöCheck if number format info properties are empty first.
2012-06-13 Adam BrengesjöAdd NUnit tests for bug #4814
2012-06-13 Thomas GoldsteinFix minor whitespace issues
2012-06-13 Thomas GoldsteinUnit test for bug 3418
2012-06-13 eb1@sil.orgMake it so disposing of a Menu causes its MenuItems...
2012-06-13 Marek SafarInclude source line column info in MDB files
2012-06-13 Marek SafarAdd Write7BitEncodedInt test
2012-06-12 Martin BauligFix prepared queries.
2012-06-12 Atsushi EnoRevert "attempt to fix parallel build in RabbitMQ dir."
2012-06-12 Atsushi EnoRevert "Those new hacky RabbitMQ sources files need...
2012-06-12 Atsushi EnoRevert "doh, miscopied file names."
2012-06-12 Atsushi Enodoh, miscopied file names.
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 Probst[sgen] Fix uninitialized vars in the toggleref code.
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
next