mono.git
2012-08-19 Petr OnderkaFixed infinite recursion in BatchBlock.TryReceive
2012-08-17 Miguel de IcazaMerge pull request #428 from paszczi/master
2012-08-16 Zoltan VargaAvoid a crash in SET_KEEPALIVE if the socket transport...
2012-08-16 Jonathan PryorFix g_strsplit() when delimiter at end-of-string and...
2012-08-16 Alan McGovern[System.Xml.Linq] Add error checking to the XElement...
2012-08-16 Marek SafarSearching for an attributes in probing mode should...
2012-08-16 Marek SafarFix best params candidate rules for overloads with...
2012-08-16 Marek SafarInline AM_COND_IF for configure to work with ancient...
2012-08-16 Zoltan VargaFree the newly added assembly->remapped_tokens hashtable.
2012-08-16 Zoltan VargaFree the newly added assembly->remapped_tokens hashtable.
2012-08-16 Zoltan VargaHandle ConstructorBuilders in fixup_cattrs () correctly...
2012-08-15 Marek SafarMerge pull request #430 from Nican/master
2012-08-15 NicanFixed incorrect line spacing
2012-08-15 NicanWhen enabling security with "mono_security_enable_core_...
2012-08-15 Zoltan VargaEmit AOT line number information on osx/ios too.
2012-08-15 Miguel de IcazaRevert 4e5e52a29818b5342ec3b9f0b51c74970765c071, which...
2012-08-14 Zoltan VargaMerge pull request #429 from penberg/fixes/typo-in...
2012-08-14 Thomas GoldsteinFix code indentation and formatting
2012-08-14 Pekka EnbergFix 'caller saved' typo in mono_arch_allocate_vars()
2012-08-14 Rodrigo KumperaSome gcc versions ICE when inlining code using computed...
2012-08-14 Rodrigo KumperaSprinkle some inlining annotations magic to bring perfo...
2012-08-14 Rodrigo KumperaGive the minor copy functions different names under...
2012-08-14 Maciej PasztaFix ArgumentOutOfRangeException in HttpListenerManager...
2012-08-14 Marek SafarFix monolite bootstrap
2012-08-14 Marek SafarMerge pull request #427 from knittl/toolstrip-dispose
2012-08-14 Marek SafarMerge pull request #426 from knittl/preferredwidth...
2012-08-14 Daniel Knittl... Return at least MinimumWidth instead of 0 in GetPreferr...
2012-08-14 Daniel Knittl... Do not calculate autosize of ToolStripItem when owner...
2012-08-14 Daniel Knittl... Properly dispose ToolStrip objects and child objects
2012-08-14 Zoltan VargaDon't try to create fast property getters of properties...
2012-08-13 Zoltan VargaImplement batched method invokes in sdb.
2012-08-13 Sebastien PouliotAdd test cases from #6510
2012-08-13 Jonathan PryorPass SSL certificate chain, not just collection, to...
2012-08-13 Marek SafarDon't build Mono.CompilerServices.SymbolWriter for...
2012-08-13 Marek SafarAllow configure mono with any profile to be disabled
2012-08-13 Marek SafarUpdate to the latest IKVM.Reflection
2012-08-13 Marek SafarRevert "Fixes 4010. After working with Microsoft SQL...
2012-08-13 Marek SafarRemove NET_2_0
2012-08-13 Marek SafarRevert "Don't use scheme if not an absolute URI"
2012-08-12 Zoltan VargaFix a memory leak in the sdb connection code.
2012-08-11 Zoltan VargaFix a warning.
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
next