mono.git
2012-08-11 Gonzalo Paniagua... Merge pull request #408 from strawd/master
2012-08-11 Zoltan VargaFix a DNS test.
2012-08-10 Zoltan VargaAvoid a fixed port number in a test.
2012-08-10 Sebastien PouliotWrap potential exceptions (like #6425 NRE) inside an...
2012-08-10 Miguel de IcazaMerge pull request #414 from sesef/datagrid
2012-08-10 Miguel de IcazaMerge pull request #422 from ianbattersby/bz6389-Invali...
2012-08-10 Marek SafarFix failing test
2012-08-10 Marek SafarMerge pull request #425 from enricosada/bug5230
2012-08-10 Marek SafarMerge pull request #424 from enricosada/bug290
2012-08-09 Enrico Sadaadd QueryStringConverter String <-> Enum
2012-08-09 Enrico SadaServiceHost.Open should throw InvalidOperationException...
2012-08-09 Duncan MakBump version number to 2.11.4
2012-08-09 Neale FergusonFixes 4010. After working with Microsoft SQL Server...
2012-08-09 Rolf Bjarne... [Sqlite] Rework type mapping between sqllite and .net...
2012-08-09 Alan McGovernBump the debian submodule to the right revision again
2012-08-09 Marek SafarDon't throw NRE when custom formatter returns null
2012-08-09 Marek SafarFix 2.0 test only
2012-08-09 Marek SafarImplement TypeConverter.ConvertTo cultureInfo support...
2012-08-09 Marek SafarBetter type check
2012-08-09 Marek SafarRemove DebuggerDisplay from nullable (it needs special...
2012-08-08 Marek SafarRemove DebuggerDisplay from nullable (it needs special...
2012-08-08 Marek SafarImplement genitive month name formating for reversed...
2012-08-08 Marek SafarMerge pull request #423 from desunit/master
2012-08-08 Sergey Bogdanov- XmlConvert.ToString to TimeSpan incorrectly returns...
2012-08-08 Marek SafarRemove unused decimal2string icall
2012-08-08 Marek SafarFix parsing decimal zero values. Fixes #6444
2012-08-08 Marek SafarUse faster lenght comparison
2012-08-07 Jeffrey Stedfast[corlib] Fixed performance regression in qsort() functions
2012-08-07 Ian BattersbyFix for bz6389 - Absolute paths to project files cause...
2012-08-07 Jonathan PryorAdd note that UnixDirectoryInfo.Create() follows umask.
2012-08-07 Marek SafarCheck same name collision in different namespace contai...
2012-08-07 Jeffrey Stedfast[corlib] Fallback to Insertion Sort in the non-generic...
2012-08-07 Jeffrey Stedfast[corlib] Make all qsort() implementations completely...
2012-08-07 Marek SafarFix type inference with explicit non-generic types...
2012-08-07 Marek SafarMerge pull request #420 from LogosBible/bug6405
2012-08-06 Jeffrey Stedfast[corlib] Modified Array.qsort*() to inline sorting...
2012-08-06 Atsushi EnoMerge pull request #411 from Alkarex/patch-2
2012-08-06 Martin PotterUnit tests for Bug #6405
2012-08-06 Marek SafarMerge pull request #419 from LogosBible/bug6404
2012-08-06 Marek SafarMerge pull request #418 from LogosBible/bug6403
2012-08-06 Marek SafarMerge pull request #416 from LogosBible/a29fd0668e4303d...
2012-08-06 Martin PotterIf a CookieContainer is set, always use its cookies.
2012-08-06 Martin PotterUpdating System.Text.Encoder's Convert method bounds...
2012-08-06 Martin PotterUsing MidpointRounding.AwayFromZero for rounding the...
2012-08-06 Martin PotterGuid.TryParse and Guid.TryParseExact should not throw...
2012-08-05 Zoltan VargaFix MethodMirror.GetCustomAttributes ().
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 sesefhttps://bugzilla.xamarin.com/show_bug.cgi?id=3125
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-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
next