<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/uhttpd/src/uhttpd.h, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>packages: sort network related packages into package/network/</title>
<updated>2012-10-10T12:32:29+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2012-10-10T12:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=405e21d16731b2764ab82aaaadcf36a813b105f7'/>
<id>405e21d16731b2764ab82aaaadcf36a813b105f7</id>
<content type='text'>
SVN-Revision: 33688
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 33688
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: various changes</title>
<updated>2012-07-13T17:10:56+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-07-13T17:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=00f1b1d62abc566e394d8b4dbf1d7580ffe3321f'/>
<id>00f1b1d62abc566e394d8b4dbf1d7580ffe3321f</id>
<content type='text'>
	- remove unused variables
	- simply ignore command line args which belong to not enabled features
	- resolve peer address at accept() time, should solve (#11850)
	- remove floating point operations where possible

SVN-Revision: 32704
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	- remove unused variables
	- simply ignore command line args which belong to not enabled features
	- resolve peer address at accept() time, should solve (#11850)
	- remove floating point operations where possible

SVN-Revision: 32704
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: various fixes</title>
<updated>2012-07-09T00:08:20+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-07-09T00:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=86de034767ea5ce560a55fa1cb59fec9ea6fcc20'/>
<id>86de034767ea5ce560a55fa1cb59fec9ea6fcc20</id>
<content type='text'>
    - avoid closing descriptors before removing them from uloop (#11755, #11830)
    - do not auto-initialize ubus if no prefix is set (#11832)
    - remove extraneous client context pointer from cgi and lua states
    - code cleanups and debug message changes

SVN-Revision: 32651
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    - avoid closing descriptors before removing them from uloop (#11755, #11830)
    - do not auto-initialize ubus if no prefix is set (#11832)
    - remove extraneous client context pointer from cgi and lua states
    - code cleanups and debug message changes

SVN-Revision: 32651
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: do not subscribe to epoll write events Watch child read pipe end for data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices.</title>
<updated>2012-07-06T17:29:25+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-07-06T17:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1f2d5da8876fd4475b47093bb566d2eecb87de13'/>
<id>1f2d5da8876fd4475b47093bb566d2eecb87de13</id>
<content type='text'>
SVN-Revision: 32640
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 32640
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: - rewrite large parts of the server, use uloop event driven structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision</title>
<updated>2012-05-28T00:52:24+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-05-28T00:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=022fa36b40b02248436584cf0f71bb26d79eb644'/>
<id>022fa36b40b02248436584cf0f71bb26d79eb644</id>
<content type='text'>
SVN-Revision: 31931
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31931
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: added uhttpd.docroot</title>
<updated>2012-05-03T17:19:20+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-05-03T17:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=54b34ccbc5a41e7bdbf29271dcc380715418f8c1'/>
<id>54b34ccbc5a41e7bdbf29271dcc380715418f8c1</id>
<content type='text'>
Passes the document-root to the Lua handler by placing it in uhttpd.docroot.

It could alternatively be placed in env.DOCUMENT_ROOT which would more closely
resemble the CGI protocol; but would mean that it is not available at the time
when the handler-chunk is loaded but rather not until the handler is called,
without any code savings.

Signed-off-by: David Favro &lt;openwrt@meta-dynamic.com&gt;

SVN-Revision: 31571
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passes the document-root to the Lua handler by placing it in uhttpd.docroot.

It could alternatively be placed in env.DOCUMENT_ROOT which would more closely
resemble the CGI protocol; but would mean that it is not available at the time
when the handler-chunk is loaded but rather not until the handler is called,
without any code savings.

Signed-off-by: David Favro &lt;openwrt@meta-dynamic.com&gt;

SVN-Revision: 31571
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: support building against openssl instead of cyassl, minor cleanups (#7827)</title>
<updated>2011-07-18T14:18:31+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-07-18T14:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=6576d110d2ce6e01dce282cc64b2aea6521814a9'/>
<id>6576d110d2ce6e01dce282cc64b2aea6521814a9</id>
<content type='text'>
SVN-Revision: 27686
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 27686
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: protect tcp receive operations with select, make tcp keep-alive optional (#8272)</title>
<updated>2011-01-09T23:35:45+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-01-09T23:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f38a320e693d951e6bcd0fb2ee4e81855d48a21c'/>
<id>f38a320e693d951e6bcd0fb2ee4e81855d48a21c</id>
<content type='text'>
SVN-Revision: 24952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 24952
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: - fix parsing of interpreter entries in the config file, fixes serving of static files as .cgi with X-Wrt - better cope with connection aborts, especially during header transfer - fix return value checking of TLS reads and writes, solves some blocking issues</title>
<updated>2010-08-18T00:04:52+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-08-18T00:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=cbdeb30a1b82bb0d1492a86b46aad468f0a86acf'/>
<id>cbdeb30a1b82bb0d1492a86b46aad468f0a86acf</id>
<content type='text'>
SVN-Revision: 22692
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22692
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: - more robust handling of network failures on static file serving - support unlimited amount of authentication realms, listener and client sockets - support for interpreters (.php =&gt; /usr/bin/php-cgi)</title>
<updated>2010-08-14T00:54:24+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-08-14T00:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=f2b534d341b5de0e8deb492e347ae7ad0b99f728'/>
<id>f2b534d341b5de0e8deb492e347ae7ad0b99f728</id>
<content type='text'>
SVN-Revision: 22630
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22630
</pre>
</div>
</content>
</entry>
</feed>
