<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/</link>
    <language>en-us</language>

    <title>ecos-v3_0-branch: packages/net/athttpd/current/src/cgi.c history</title>
    <description>packages/net/athttpd/current/src/cgi.c revision history</description>
    <item>
    <title>Update all copyright banners to reflect FSF ownership; fix and improve licence text.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/74dbf4c3f2e1/packages/net/athttpd/current/src/cgi.c</link>
    <description><![CDATA[Update all copyright banners to reflect FSF ownership; fix and improve licence text.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Jan 2009 17:47:46 +0000</pubDate>
</item>
<item>
    <title>* src/jim-aio.c (JimAioHandlerCommand): GCC 4.3.1 pointed out a</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0e9d1d1df4a0/packages/net/athttpd/current/src/cgi.c</link>
    <description><![CDATA[* src/jim-aio.c (JimAioHandlerCommand): GCC 4.3.1 pointed out a<br/>
        buffer overrun.<br/>
        Jumbo patch containing many individual patches from a number of<br/>
        different contributors on different days.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 18 Jun 2008 18:23:25 +0000</pubDate>
</item>
<item>
    <title>* cdl/httpd.cdl: Improve CDL dependencies.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/bd648d8929f6/packages/net/athttpd/current/src/cgi.c</link>
    <description><![CDATA[* cdl/httpd.cdl: Improve CDL dependencies.<br/>
<br/>
	* doc/athttpd.sgml: Updated to describe lasted changes and corrected<br/>
	minor typos.<br/>
	* src/http.c: Check for &quot;Content-Type&quot; header. This is needed if we<br/>
	want to support parsing form variables in POST requests.<br/>
	* src/jim.c: Updated with latest release from Jim CVS.<br/>
	* src/cgi.c: streamlined cyg_httpd_exec_cgi_tcl(), now uses the 'source'<br/>
	command of tcl to execute a tcl script.<br/>
	* src/forms.c: Modified cyg_handle_method_POST so that the variables in the<br/>
	payload are scanned only if the request has a Content-Type<br/>
	of 'application/x-www-form-urlencoded'<br/>
	* src/jim-aio.c: Added to package. Now tcl has IO functions to access a<br/>
	file system.<br/>
	* include/httpd.h: Added a new mode, CYG_HTTPD_MODE_FORM_DATA which is set<br/>
	when a POST request has a Content-Type of<br/>
	'application/x-www-form-urlencoded'<br/>
<br/>
	* cdl/httpd.cdl: add CYGOPT_NET_ATHTTPD_CLOSE_CHUNKED_CONNECTIONS. Default<br/>
	is set to CLOSE, so it is backward compatible with<br/>
	previous versions of the browser.<br/>
	* src/socket.c: cyg_httpd_process_request() uses a loop to collect at least<br/>
	one full frame (til a header terminator is found),<br/>
	cyg_httpd_start_chunked() only close if configured to do so.<br/>
	* src/httpd.c: Overhaul of cyg_httpd_send_error to avoid the use of<br/>
	inbuffer as temporary storage (conflicts with pipelined frames),<br/>
	removed the option to send a page after calling a C language<br/>
	handler<br/>
	* include/httpd.h: Added a new mode, CYG_HTTPD_MODE_NO_CACHE<br/>
<br/>
2006-10-12  Lars Povlsen  &lt;lpovlsen@vitesse.com&gt; and Anthony Tonizzo  &lt;atonizzo@gmail.com&gt;<br/>
<br/>
	* cdl/httpd.cdl: add CYGNUM_ATHTTPD_SERVER_MAX_POST to limit POST'ed data<br/>
	* include/http.h: Added header_end, post_data fields to httpstate,<br/>
	Added &quot;302 Found&quot; for POST handler redirect (CYG_HTTPD_STATUS_MOVED_TEMPORARILY)<br/>
	* src/forms.c: Fixed variable decoding, fixed large POST processing<br/>
	* src/http.c: Fixed some debug ouptuts, cleanup after POST processing,<br/>
	overhaul of the pipelined requests code which can now<br/>
	handle multiple requests per frame.<br/>
	* src/socket.c: Removed assert for socket write failure, Accumulating receiving<br/>
	of requests (Browsers (Firefox) may pass partial headers in separate<br/>
	fragments). Fixed some diagnostics output.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 27 Nov 2006 15:41:55 +0000</pubDate>
</item>
<item>
    <title>* cdl/httpd.cdl:</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/b5670f3c40f2/packages/net/athttpd/current/src/cgi.c</link>
    <description><![CDATA[* cdl/httpd.cdl:<br/>
        * doc/athttpd.sgml: Corrected some typos and rectified some omissions.<br/>
        * include/jim.h:    Added an inline to Jim_InitExtension()<br/>
        * src/cgi.c:        used malloc() instead of cyg_ldr_malloc();<br/>
        * src/forms.c:      Added a #define to be able tio use the TCL scripting<br/>
                             without OBJLOADER<br/>
        * src/http.c:<br/>
        * src/socket.c:     Lots of typos stamped out, and some better comments too.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 10 Aug 2006 17:37:48 +0000</pubDate>
</item>
<item>
    <title>Add ATHTTPD server from Anthony Tonizzo.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0830ae6acddc/packages/net/athttpd/current/src/cgi.c</link>
    <description><![CDATA[Add ATHTTPD server from Anthony Tonizzo.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 18 Jul 2006 16:37:23 +0000</pubDate>
</item>

  </channel>
</rss>
