[monodoc] Ensure we don't try to use <Parameters> when it might be null. Fixes Gendar...
[mono.git] / mcs / class /
2013-10-09 Jo Shields[monodoc] Ensure we don't try to use <Parameters> when...
2013-10-08 Marek SafarMake Task.Delay more reliable. Fixes #14585
2013-10-07 Jeffrey Stedfast[System.ComponentModel.DataAnnotations] Implemented...
2013-10-07 Atsushi EnoElement() and Elements() could also reduce use of extra...
2013-10-07 Atsushi Enoreduce memory use on Attribute() caused by Attributes().
2013-10-07 Atsushi Enoin XLinq XObject there is no need to instantiate XObjec...
2013-10-06 Zoltan VargaMerge pull request #771 from madewokherd/rvamap
2013-10-04 Sebastien PouliotIgnore some asserts since the validation were removed
2013-10-04 Miguel de IcazaFixBuild
2013-10-04 Miguel de IcazaThis regex was wrong in the first place, and second...
2013-10-04 Miguel de IcazaRemove CodeProject licensed code
2013-10-04 Miguel de IcazaFix inacurrate reference
2013-10-03 Jonathan PryorSupport deserializing relative Uris. Fixes #15169.
2013-10-02 Rodrigo KumperaMerge pull request #769 from schani/fix-exception-throw...
2013-10-02 Sebastien PouliotUse more detailled assert messages in some, randomly...
2013-10-02 Atsushi Enorevive XSLT standalone tests (which was broken because...
2013-10-01 Martin Baulig[System]: Fix System.IO.Compression.CompressionLevel...
2013-10-01 Sebastien PouliotRelax name check when deserializing a WindowsIdentity...
2013-09-28 Atsushi EnoAdd ConsoleLoggerTest and fixed implementation to match...
2013-09-28 Atsushi Enoimplement some "new in 4.0" build event args types.
2013-09-27 Atsushi EnoAdd some "new in 4.0" API regarding build event args.
2013-09-27 Zoltan Varga[sdb] Fix decoding of nested structs. Fixes #14942.
2013-09-27 Atsushi EnoFix build.
2013-09-26 Atsushi Enoimplement some primary members of ConsoleLogger (and...
2013-09-26 Jeffrey Stedfast[MacProxy] Initialize err to IntPtr.Zero before calling...
2013-09-26 Zoltan Varga[sdb] Fix a race in the sdb tests exposed by the recent...
2013-09-25 Zoltan VargaImplement net 4.5.1 generic wrapper methods in Marshal.
2013-09-25 Atsushi EnoFix bug #14951 - there was another escape sequence...
2013-09-24 Jonathan Pryor[System] Fix the CSharpCodeCompiler error parsing regex.
2013-09-24 Jonathan Pryor[MSBuild] Fix the ${level} and ${number} capture.
2013-09-24 Marek SafarReenable accidentally disabled test
2013-09-24 Marek SafarFixes compilation error on Mavericks
2013-09-24 Marek SafarInitialize cookie container for default requests. Fixes...
2013-09-24 Marek SafarOptmizes one string comparison.
2013-09-22 Marek SafarPass cancellation token to CopyAsync read block
2013-09-22 Marek SafarImplements content loading cancellation. Fixes #13200
2013-09-20 Marek SafarFixed TaskFactory::ContinueWhenAny with func result...
2013-09-20 Mark ProbstFix the build.
2013-09-20 Marek SafarAggregateException::GetBaseException uses only 1-based...
2013-09-20 Marek SafarMerge pull request #760 from mayerwin/patch-2
2013-09-20 Marek HabersackMerge pull request #758 from echampet/capabilities
2013-09-20 Etienne CHAMPETIER[System.Web] Re-enable AppBrowsersTest.cs tests for...
2013-09-20 Frederic Mestayer[System.Web] Do not crash on duplicate keys in browser...
2013-09-20 Rolf Bjarne Kvinge[System.Net] Fix CFNetworkCopyProxiesForAutoConfigurati...
2013-09-19 Rolf Bjarne Kvinge[System.Net.Http] Add a way to add extra build arguments.
2013-09-19 Sebastien PouliotChange Random implementation to JKISS which is faster...
2013-09-19 Rolf Bjarne KvingeRevert "Add System.Net.Http.dll to the monotouch build."
2013-09-19 Rolf Bjarne KvingeAdd System.Net.Http.dll to the monotouch build.
2013-09-17 mayerwinFix: bug https://bugzilla.xamarin.com/show_bug.cgi...
2013-09-17 Atsushi EnoMerge pull request #756 from akoeplinger/fix-xmlreader
2013-09-17 Rodrigo KumperaMerge pull request #754 from blackfusion/master
2013-09-16 Larry O'Brien[mdoc] Switched from swallowing error to guarded execution
2013-09-15 Larry O'BrienBugzilla 14672 (mdoc namespace-level summary and remark...
2013-09-15 Zoltan VargaFix a problem introduced by c6989ab9f905ae27773140c8bf8...
2013-09-14 Zoltan Varga[sdb] Simplify tests.
2013-09-14 Zoltan Varga[sdb] Add an implicit seq point after every nonvoid...
2013-09-13 Atsushi EnoUTF8Encoding.GetMaxByteCount() was returning too big...
2013-09-13 Marek SafarUnify Array/List FindIndex/FindLastIndex handling and...
2013-09-12 Rodrigo Kumpera[bcl] Fix BlockingCollection.TakeFromAny to handle...
2013-09-12 Sebastien PouliotReduce/remove the probability of having test failures...
2013-09-11 Miguel de IcazaRemove comment, refer to the spec instead
2013-09-11 Martin Baulig[System.Core]: Minor API fix in the Non-DLR version...
2013-09-11 Martin BauligUse ecma.pub for System.Xml.Serialization.
2013-09-11 Martin BauligUse msfinal.pub for System.Net in .NET 4.0/4.5.
2013-09-11 Alexander KöplingerFixed inconsistency in XmlSchemaValidatingReader betwee...
2013-09-10 Marek SafarAdd System.ServiceModel.Activation assembly. Fixes...
2013-09-09 Marek SafarSet empty string to TraceListeners for empty assert...
2013-09-09 Marek SafarCleanup TraceImpl
2013-09-09 Marek SafarFixes parallel enumerable index counter. Fixes #14515
2013-09-08 Marek SafarDon't print empty detailed assert message
2013-09-07 Zoltan Varga[sdb] Add support for invoking interface methods. Fixes...
2013-09-06 Martin Baulig[System]: WebRequest.GetSystemProxy(): Return custom...
2013-09-06 Marek SafarImplements parsing of multi value User-Agent string...
2013-09-05 Zoltan VargaAvoid printing an error message in UnixRegistryApi...
2013-09-05 Marek SafarMerge pull request #751 from akoeplinger/AssemblyNameRe...
2013-09-05 Marek HabersackMerge pull request #752 from echampet/bug-10001-2
2013-09-05 Alexander KöplingerImplemented AssemblyName.ReferenceMatchesDefinition ()
2013-09-04 Rodrigo Kumpera[bcl]Replace more long fields with int to make them...
2013-09-04 Rodrigo Kumpera[bcl] Replace more long fields with int to make them...
2013-09-04 Stefan[FIX][v2] Do not use chunked encoding with CGI/FastCGI
2013-09-04 Zoltan VargaDisable a corlib test which fails on some test runners.
2013-09-04 Zoltan VargaOptimize MonoCustomAttrs.GetCustomAttributes(): add...
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to do CAS over ints...
2013-09-03 Rodrigo Kumpera[bcl]Switch BlockingCollection to use SequentialLayot...
2013-09-03 Marek HabersackRevert "Merge pull request #744 from echampet/bug-10001"
2013-09-03 Marek HabersackRevert "Fix typo in commit b6d634dd."
2013-09-03 Marek SafarMerge pull request #749 from head-thrash/master
2013-09-03 head-thrashFixes build when running make -k check:
2013-09-03 Martin BauligFix mobile build of my commit 1ae87e9.
2013-09-02 Martin BauligFix typo in commit b6d634dd.
2013-09-02 Marek SafarMerge pull request #747 from spicypixel/hotfix/object...
2013-09-02 Martin Baulig[WCF]: Add stubs for some missing .NET 4.0/4.5 APIs.
2013-09-02 Martin BauligAdd missing .NET 4.5 APIs
2013-09-02 Marek HabersackMerge pull request #744 from echampet/bug-10001
2013-09-02 Stefan[FIX] Do not use chunked encoding with CGI/FastCGI
2013-08-29 Lluis SanchezFixed bug #14295 - Project.Load incorrectly resets...
2013-08-28 Marek SafarFixes parameter name
2013-08-28 Marek SafarUse IReflectType interface instead of TypeDelegator...
2013-08-28 Marek SafarMake setProperties private
2013-08-28 Marek SafarMerge pull request #743 from gvillanueva/master
next