<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/uhttpd/src/uhttpd-file.c, 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: - 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: display errors in init script, code formatting changes, bump package version</title>
<updated>2012-05-03T17:19:22+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2012-05-03T17:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=8e9d914343967982a1a48e80000bbb09161e636c'/>
<id>8e9d914343967982a1a48e80000bbb09161e636c</id>
<content type='text'>
SVN-Revision: 31572
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 31572
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: properly match mimetype entries which cover the whole filename (#8236)</title>
<updated>2011-09-04T10:21:05+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2011-09-04T10:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=a6c02f8912c17c8c74b5435bdaa8691fff92494c'/>
<id>a6c02f8912c17c8c74b5435bdaa8691fff92494c</id>
<content type='text'>
SVN-Revision: 28160
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 28160
</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>
<entry>
<title>uhttpd: - abort file serving if client connection is lost (#7742) - don't send bad request headers twice</title>
<updated>2010-08-11T23:44:30+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-08-11T23:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=2d175dcdcefdd236336c834fb842ab132ee66d0d'/>
<id>2d175dcdcefdd236336c834fb842ab132ee66d0d</id>
<content type='text'>
SVN-Revision: 22602
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22602
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: - fix a compile warning - support custom index file names - support custom error pages (or cgi handler) - add option to disable directory listings - add REDIRECT_STATUS for CGI requests, fixes php-cgi</title>
<updated>2010-07-23T13:15:22+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-07-23T13:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b688fcaa5c8aa6c3bbb08075e4204eda0ac16052'/>
<id>b688fcaa5c8aa6c3bbb08075e4204eda0ac16052</id>
<content type='text'>
SVN-Revision: 22366
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 22366
</pre>
</div>
</content>
</entry>
<entry>
<title>uhttpd: - make network timeout configurable, increase default to 30 seconds (#7067) - follow symlinks in docroot and add option to disable that - fix mimetype detection for files with combined extensions (.tar.gz, ...)</title>
<updated>2010-04-15T19:46:35+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2010-04-15T19:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=20ef055c2f698618142a280d5cbc010acacfd651'/>
<id>20ef055c2f698618142a280d5cbc010acacfd651</id>
<content type='text'>
SVN-Revision: 20883
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 20883
</pre>
</div>
</content>
</entry>
</feed>
