summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-10Forward port this change for MonoVS2.8-p3Geoff Norton1-1/+1
2010-09-10fix typoGeoff Norton1-2/+2
2010-09-102009-12-14 Geoff Norton <gnorton@novell.com>Geoff Norton2-1/+14
2010-09-10[Fix] Correct fix for the g_shell_parse_argv bugMiguel de Icaza2-10/+51
2010-09-09[Fix] Allow escape characters inside quoted text, and do not let nested quote...Miguel de Icaza1-3/+4
2010-09-09Various cleanup and additionAndrew Jorgensen1-4/+17
2010-09-07Add a few more remaps.Zoltan Varga1-0/+2
2010-09-07Remap g_strdupv too.Zoltan Varga1-0/+1
2010-09-07[asp.net] Fix for bug #636709. ClientID must be reset when ID is assigned.Marek Habersack1-0/+2
2010-09-07[asp.net] Fix for bug #636475. A typo caused ads not to be matched in ChooseAdMarek Habersack1-1/+1
2010-09-07Add wsdl help generator to the 4.0 filesGonzalo Paniagua Javier2-0/+1898
2010-09-01Remove Content-Length header when not neededGonzalo Paniagua Javier1-0/+2
2010-09-01Use the request itself as the key for the cache.Gonzalo Paniagua Javier1-2/+2
2010-09-01Avoid sending data in the challenge phase of NTLMGonzalo Paniagua Javier2-19/+44
2010-09-01[xbuild] Update man page to add "/tv:" option.Ankit Jain1-0/+9
2010-09-01[xbuild] Unsubscribe events on ConsoleLogger.Shutdown ()Ankit Jain1-0/+17
2010-09-01Fix build of mono-basic on ppc64Geoff Norton1-1/+1
2010-09-01[mdoc-update] Only check for duplicate elements, not duplicate nodes.Jonathan Pryor1-8/+5
2010-08-31Version 2.8Andrew Jorgensen1-1/+1
2010-08-31aot-compiler was not getting included in distAndrew Jorgensen1-1/+1
2010-08-31Reenable system AOT on x86/amd64 which accidently got disabled.Zoltan Varga1-1/+1
2010-08-31Merge branch 'master' of github.com:mono/monoZoltan Varga16-174/+835
2010-08-31Align structures on the stack to 4/8 bytes on ppc.Zoltan Varga1-1/+21
2010-08-31Really disable AOT on platforms which doesn't support it.Zoltan Varga1-0/+4
2010-08-31[mdoc-update-ecma-xml] Sort libraries and types.Jonathan Pryor1-0/+57
2010-08-31Remove unused code.Jonathan Pryor1-15/+0
2010-08-31[mdoc-update-ecma-xml] Do updates in-memory before writing.Jonathan Pryor1-50/+26
2010-08-31[mdoc-update-ecma-xml] Generate additional //Type/AssemblyInfo data.Jonathan Pryor1-19/+52
2010-08-31[mdoc] Enhance monodoc-ecma.xsd to support XML used by .NET inline docs.Jonathan Pryor1-0/+24
2010-08-31[mdoc-update] Support importing //returns & // value for "void" methods.Jonathan Pryor1-1/+1
2010-08-31[mdoc-update] Fix location of //Member/Attributes on properties, events.Jonathan Pryor1-89/+88
2010-08-31[mdoc-update] Normalize //returns and //value when importing XML docs.Jonathan Pryor1-3/+12
2010-08-31[mdoc-update] Try to avoid importing the same element multiple times.Jonathan Pryor1-2/+11
2010-08-31[mdoc-update] Don't generate //AssemblyCulture if it's neutral.Jonathan Pryor1-3/+5
2010-08-31[mdoc-update] Generate //AssemblyPublicKey && //AssemblyCulture in index.xml.Jonathan Pryor2-0/+19
2010-08-31[update-ecma-xml] Generate //Type/MemberOfLibrary and //Type/TypeExcluded.Jonathan Pryor1-4/+14
2010-08-31[update-ecma-xml] Generate the //Type/@FullNameSP attribute if not present.Jonathan Pryor1-2/+15
2010-08-31Fix AOT under x86.Rodrigo Kumpera1-5/+3
2010-08-31Add System.ComponentModel.DisplayAttributeDavid Stone5-1/+445
2010-08-31Fix corlib self referencing bug.Rodrigo Kumpera2-2/+15
2010-08-31Disable system aot on darwin.Zoltan Varga1-1/+1
2010-08-31Enable aot-ing of mscorlib+gmcs on all architectures where AOT is supported.Zoltan Varga1-1/+1
2010-09-01implement Find operation in request-reply contract in Discovery Service, usin...Atsushi Eno3-11/+77
2010-08-31Add support for indirect pointer type constants.Marek Safar10-91/+180
2010-08-31Multiple fixes for WebClient (from NCL tests)Sebastien Pouliot3-13/+46
2010-08-31Revert "Make the 'LABELS' make variable the same as the 'TEST_HARNESS_VERBOSE...Andrew Jorgensen1-5/+1
2010-08-31Fix non 4.0 build of ReaderWriterLockSlim.Jérémie Laval3-6/+29
2010-08-31AOT mscorlib along with gmcs.Zoltan Varga2-7/+13
2010-08-31Add unit tests for recursive acquire of a Write or Upgradeable lock from a Re...Jérémie Laval1-0/+28
2010-08-31Add unit test for ReaderWriterLockSlim basic recursion support.Jérémie Laval1-0/+30