Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/class
AgeCommit message (Expand)Author
2011-04-26In *AllLines use WriteLine instead of Write.Gonzalo Paniagua Javier
2011-04-25Add new WP7 properties in HttpWebRequestSebastien Pouliot
2011-04-25Log net.tcp transport messages too.Atsushi Eno
2011-04-25Make our own simple log format actually diagnostics-compatible.Atsushi Eno
2011-04-25minor diagnostic log format brush up.Atsushi Eno
2011-04-25Actual source directory changes after changing namespaces.Atsushi Eno
2011-04-25More nettcp namespace changes.Atsushi Eno
2011-04-25Move NetTcp namespace to internal one.Atsushi Eno
2011-04-25Enable environment-controled output on non-moon profile too. Add error logging.Atsushi Eno
2011-04-22Remove unused variableGonzalo Paniagua Javier
2011-04-22Log HTTP reply Message too. Make logging customizible on under the moon.Atsushi Eno
2011-04-22Fix compilationMarek Habersack
2011-04-22[asp.net] Do nothing if null SessionStateStoreData is passed to SessionStateS...Marek Habersack
2011-04-21[asp.net] Inform user about all exceptions thrown during HttpRuntime static i...Marek Habersack
2011-04-21Use XPathNavigator output in WCF diagnostics. Got sorta-valid message trace.Atsushi Eno
2011-04-21Fix wrapper elements. It should be <TraceData><DataItem>...Atsushi Eno
2011-04-21XmlWriterTraceListener supports XPathNavigator as non-escaped xml output.Atsushi Eno
2011-04-21Fix WindowsBase test build under 2.0 profileMarek Safar
2011-04-21Use xmlns-ignoring XmlDocument derivation for config files. Fixed bug #641935.Atsushi Eno
2011-04-21RooArray types were rejected as unknown when it is at root. Fixed bug #688414.Atsushi Eno
2011-04-21[asp.net] Implemented composite scripts support in System.Web.ExtensionsMarek Habersack
2011-04-20Add missing 4.0 apiMarek Safar
2011-04-20Get real fix for bug #687902. Revert request processor IDisposable.Atsushi Eno
2011-04-20Ongoing service channel closing fix and session management in ChannelDispatcher.Atsushi Eno
2011-04-19[HttpListener] Fix matching directoriesGonzalo Paniagua Javier
2011-04-19Fix ICollection.CopyTo in the Stack classLluis Sanchez
2011-04-18[HttpWebRequest] Fix half-baked commitGonzalo Paniagua Javier
2011-04-18Fix DynamicInvoke when the delegate is closed over nullJb Evain
2011-04-18Add test for #664205Jb Evain
2011-04-18[asp.net] ScriptResourceHandler must correctly encode script literals.Marek Habersack
2011-04-18Empty XmlReader message caused failure on buffereed copy.Atsushi Eno
2011-04-18Fix Object.MemberwiseClone () on arrays. Fixes #688033.Zoltan Varga
2011-04-17[webclient] Only set the credentials when they are not null.Gonzalo Paniagua Javier
2011-04-17Implemented IDisposable on System.Security.Cryptography.DeriveBytes to match ...Sebastien Pouliot
2011-04-17[asp.net] Implemented undocumented BuildManagerHost class to support the Cass...Marek Habersack
2011-04-16[asp.net] MinimizableAttributeTypeConverter only converts from strings.Marek Habersack
2011-04-15Fix non-element in XML flash policy (same as #681699 was for silverlight poli...Sebastien Pouliot
2011-04-15Prepare for HostNameComparisonMode support (i.e. incomplete).Atsushi Eno
2011-04-15Return null for empty message in WebMessageFormatter. Useful eror messages.Atsushi Eno
2011-04-15Some argument check in TextMessageEncoder.Atsushi Eno
2011-04-15[corlib] Ensure Thread.ManagedThreadId is unique per thread.Rolf Bjarne Kvinge
2011-04-15Use correct MessageVersion instead of Default for empty response.Atsushi Eno
2011-04-15Remove warningsJb Evain
2011-04-15Prefer immutable string return for ease of debugging in UriTemplate.Atsushi Eno
2011-04-15Fix regression for counter case to 6005f0a7.Atsushi Eno
2011-04-15Implement support for KnownTypeAttribute.MethodName.Atsushi Eno
2011-04-15Prepare for new System.Xml.Serialization.dll build (moonlight sdk assembly).Atsushi Eno
2011-04-15Flush XmlWriter and TextWriter so that incomplete changes are not lost.Atsushi Eno
2011-04-15One more step to enable WCF diagnostics in Logger, and add HttpReplyChannel log.Atsushi Eno
2011-04-15[asp.net] Fix for bug #685116. AJAX post-back which redirects the browser doe...Marek Habersack