<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mcs, branch master</title>
<subtitle>ParallelFx development in Mono mcs module</subtitle>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/'/>
<entry>
<title>2010-06-02  Marek Habersack  &lt;mhabersack@novell.com&gt;</title>
<updated>2010-06-02T10:53:56Z</updated>
<author>
<name>mhabersack</name>
</author>
<published>2010-06-02T10:53:56Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=14a7aa0d67a9c9b6c0a95cfcbcf0a048d7f073f2'/>
<id>14a7aa0d67a9c9b6c0a95cfcbcf0a048d7f073f2</id>
<content type='text'>
	* DefaultHttpHandler.cs: implemented, so that static file requests
	work again in 4.0

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158329 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* DefaultHttpHandler.cs: implemented, so that static file requests
	work again in 4.0

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158329 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>2010-06-02  Atsushi Enomoto  &lt;atsushi@ximian.com&gt;</title>
<updated>2010-06-02T09:48:18Z</updated>
<author>
<name>atsushi</name>
</author>
<published>2010-06-02T09:48:18Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=61f09f196e087f966ce5a7d8f7686b4cebbc3890'/>
<id>61f09f196e087f966ce5a7d8f7686b4cebbc3890</id>
<content type='text'>
	* SerializationMap.cs : fix PeerNodeAddress serialization regression.



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158324 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* SerializationMap.cs : fix PeerNodeAddress serialization regression.



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158324 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>2010-06-02 Atsushi Enomoto  &lt;atsushi@ximian.com&gt;</title>
<updated>2010-06-02T07:42:42Z</updated>
<author>
<name>atsushi</name>
</author>
<published>2010-06-02T07:42:42Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=a37aa648feb64687798dde5446a9f6e303d7f6bd'/>
<id>a37aa648feb64687798dde5446a9f6e303d7f6bd</id>
<content type='text'>
	 * XmlBinaryDictionaryReader.cs : reset name in Reset().
	   Fixed bug #599479.

	* XmlObjectSerializerTest.cs : enable binary reader test for #601785.



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158317 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	 * XmlBinaryDictionaryReader.cs : reset name in Reset().
	   Fixed bug #599479.

	* XmlObjectSerializerTest.cs : enable binary reader test for #601785.



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158317 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;</title>
<updated>2010-06-01T22:01:28Z</updated>
<author>
<name>mhabersack</name>
</author>
<published>2010-06-01T22:01:28Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=4201ff42246b72c235992ad6338e46935662d160'/>
<id>4201ff42246b72c235992ad6338e46935662d160</id>
<content type='text'>
	* HtmlHead.cs: added code to render description and keywords metas
	if the corresponding HtmlMeta controls aren't found and the user
	set either Description or Keywords properties.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* TemplateControlCompiler.cs: added new virtual method,
	AddStatementsToInitMethodBottom and renamed
	AddStatementsToInitMethod to AddStatementsToInitMethodTop.

	* PageCompiler.cs: code to set Meta{Description,Keywords}
	properties, if present.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* PageParser.cs: added support for MetaDescription and
	MetaKeywords main directive attributes

	* Page.cs: implemented MetaDescription and MetaKeywords
	4.0 properties.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158303 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* HtmlHead.cs: added code to render description and keywords metas
	if the corresponding HtmlMeta controls aren't found and the user
	set either Description or Keywords properties.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* TemplateControlCompiler.cs: added new virtual method,
	AddStatementsToInitMethodBottom and renamed
	AddStatementsToInitMethod to AddStatementsToInitMethodTop.

	* PageCompiler.cs: code to set Meta{Description,Keywords}
	properties, if present.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* PageParser.cs: added support for MetaDescription and
	MetaKeywords main directive attributes

	* Page.cs: implemented MetaDescription and MetaKeywords
	4.0 properties.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158303 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;</title>
<updated>2010-06-01T19:39:19Z</updated>
<author>
<name>mhabersack</name>
</author>
<published>2010-06-01T19:39:19Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=28023623e5ecfdcd0ae002714655dbd44d2ad7f3'/>
<id>28023623e5ecfdcd0ae002714655dbd44d2ad7f3</id>
<content type='text'>
	* HttpUtility.cs: moved chunks of code to the new
	System.Web.Util.HttpEncoder class.

	* HttpResponseHeader.cs: encode header names and values using
	HttpEncoder.

	* HttpRequest.cs: added internal method Validate, to validate the
	request in 4.0 profile.

	* HttpHeaderCollection.cs: added. A helper class to encode header
	names/values on add.

	* HttpApplication.cs: Pipeline () validates request by calling
	HttpRequest.Validate in the 4.0 profile.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* HttpEncoder.cs: added. A 4.0 type but also used in 2.0 profile,
	internally.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* HttpRuntimeSection.cs: added 4.0 properties
	MaxQueryLengthString, MaxUrlLength, EncoderType and
	RelaxedUrlToFileSystemMapping.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158300 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* HttpUtility.cs: moved chunks of code to the new
	System.Web.Util.HttpEncoder class.

	* HttpResponseHeader.cs: encode header names and values using
	HttpEncoder.

	* HttpRequest.cs: added internal method Validate, to validate the
	request in 4.0 profile.

	* HttpHeaderCollection.cs: added. A helper class to encode header
	names/values on add.

	* HttpApplication.cs: Pipeline () validates request by calling
	HttpRequest.Validate in the 4.0 profile.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* HttpEncoder.cs: added. A 4.0 type but also used in 2.0 profile,
	internally.

2010-06-01  Marek Habersack  &lt;mhabersack@novell.com&gt;

	* HttpRuntimeSection.cs: added 4.0 properties
	MaxQueryLengthString, MaxUrlLength, EncoderType and
	RelaxedUrlToFileSystemMapping.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158300 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>updated</title>
<updated>2010-06-01T14:52:34Z</updated>
<author>
<name>marek</name>
</author>
<published>2010-06-01T14:52:34Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=24c6862ce19019ce2efd72a8910ca7d05782823a'/>
<id>24c6862ce19019ce2efd72a8910ca7d05782823a</id>
<content type='text'>
git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158279 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158279 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>2010-06-01  Marek Safar  &lt;marek.safar@gmail.com&gt;</title>
<updated>2010-06-01T14:11:05Z</updated>
<author>
<name>marek</name>
</author>
<published>2010-06-01T14:11:05Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=fd8d2de8d5d38374e50c69e50250cc4004946058'/>
<id>fd8d2de8d5d38374e50c69e50250cc4004946058</id>
<content type='text'>
	A fix for bug #610139
	* generic.cs, convert.cs: Recursively check effective base interface



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158277 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	A fix for bug #610139
	* generic.cs, convert.cs: Recursively check effective base interface



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158277 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>New test.</title>
<updated>2010-06-01T13:23:38Z</updated>
<author>
<name>marek</name>
</author>
<published>2010-06-01T13:23:38Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=8439e5f357d4bb689f626d356c5ed8f85acc3d60'/>
<id>8439e5f357d4bb689f626d356c5ed8f85acc3d60</id>
<content type='text'>
git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158276 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158276 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>2010-06-01  Marek Safar  &lt;marek.safar@gmail.com&gt;</title>
<updated>2010-06-01T13:23:09Z</updated>
<author>
<name>marek</name>
</author>
<published>2010-06-01T13:23:09Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=8fe8851a5632f59262653cbba30df8340e9cd89c'/>
<id>8fe8851a5632f59262653cbba30df8340e9cd89c</id>
<content type='text'>
	* statement.cs: Handle nullable types and type parameters in using
	statement, avoid boxing value types. Also fixes #571010



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158275 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* statement.cs: Handle nullable types and type parameters in using
	statement, avoid boxing value types. Also fixes #571010



git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158275 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated.</title>
<updated>2010-06-01T10:16:04Z</updated>
<author>
<name>marek</name>
</author>
<published>2010-06-01T10:16:04Z</published>
<link rel='alternate' type='text/html' href='http://git.neteril.org/mcs/commit/?id=fd6376f64b6a693f32233ebde9533cd35f4ea378'/>
<id>fd6376f64b6a693f32233ebde9533cd35f4ea378</id>
<content type='text'>
git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158265 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@158265 e3ebcda4-bce8-0310-ba0a-eca2169e7518
</pre>
</div>
</content>
</entry>
</feed>

