<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/fpc.git/packages/fcl-web/src/base/custweb.pp, branch avr</title>
<subtitle>svn.freepascal.org: svn/fpc
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/'/>
<entry>
<title>* Inherited was not called</title>
<updated>2011-03-29T10:53:08+00:00</updated>
<author>
<name>michael</name>
<email>michael@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-03-29T10:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=f7b69b631d1c24cc3e0e05cebf714a6f4f764d40'/>
<id>f7b69b631d1c24cc3e0e05cebf714a6f4f764d40</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17203 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@17203 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Make Terminated property accessible for descendents</title>
<updated>2011-02-08T19:22:09+00:00</updated>
<author>
<name>joost</name>
<email>joost@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2011-02-08T19:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=bc7c346884405df63f5c96e6b87888b7a3510c03'/>
<id>bc7c346884405df63f5c96e6b87888b7a3510c03</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16898 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16898 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Fixed never-ending CGI scripts</title>
<updated>2010-08-03T08:39:55+00:00</updated>
<author>
<name>michael</name>
<email>michael@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-08-03T08:39:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=1409566da2c0b68f6d7549726f2835de156e403d'/>
<id>1409566da2c0b68f6d7549726f2835de156e403d</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15698 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15698 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch from Luiz Americo to use const string params in Log call</title>
<updated>2010-07-30T09:26:21+00:00</updated>
<author>
<name>michael</name>
<email>michael@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-07-30T09:26:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=dea7b6a726a63e4ac0fcada4f2d1b0907707116f'/>
<id>dea7b6a726a63e4ac0fcada4f2d1b0907707116f</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15665 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15665 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title> * Moved the  handling of web-request from the TCustomWebApplication to a new class</title>
<updated>2010-07-21T10:24:01+00:00</updated>
<author>
<name>joost</name>
<email>joost@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-07-21T10:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=1005cc067037208cf59094a3102865f9eacf6ef3'/>
<id>1005cc067037208cf59094a3102865f9eacf6ef3</id>
<content type='text'>
   TWebHandler. TCustomWebApplication and derivates are now a wrapper around the TWebHandler
 * Added TWebHandler.OnIdle event

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15621 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   TWebHandler. TCustomWebApplication and derivates are now a wrapper around the TWebHandler
 * Added TWebHandler.OnIdle event

git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15621 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Added support for modules that do not have a stream associated with them; they are created with CreateNew</title>
<updated>2010-07-14T14:26:09+00:00</updated>
<author>
<name>michael</name>
<email>michael@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-07-14T14:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=adb512e0b8c8fd46ec7c9eb9379acd725c192280'/>
<id>adb512e0b8c8fd46ec7c9eb9379acd725c192280</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15565 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15565 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* reverted ProcessedPathInfo to ReturnedPathInfo</title>
<updated>2010-05-31T07:08:06+00:00</updated>
<author>
<name>michael</name>
<email>michael@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-05-31T07:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=d9ea481456af3fd96873e5ca3d2aa6576a8ab62f'/>
<id>d9ea481456af3fd96873e5ca3d2aa6576a8ab62f</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15352 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15352 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
<entry>
<title>* Moved all to base directory</title>
<updated>2010-05-27T13:36:04+00:00</updated>
<author>
<name>michael</name>
<email>michael@3ad0048d-3df7-0310-abae-a5850022a9f2</email>
</author>
<published>2010-05-27T13:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/fpc.git/commit/?id=ee394909a7f5f7960deba53c3fc3ba586c4a2bae'/>
<id>ee394909a7f5f7960deba53c3fc3ba586c4a2bae</id>
<content type='text'>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15331 3ad0048d-3df7-0310-abae-a5850022a9f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15331 3ad0048d-3df7-0310-abae-a5850022a9f2
</pre>
</div>
</content>
</entry>
</feed>
