<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in bigfile</title>
    <link>http://nxr.netbsd.org/rss/src/libexec/httpd/testsuite/data/bigfile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1</description>
    <pubDate>Sat May 23 02:21:19 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.24;  1.1.1.1.26;  1.1.1.1.28;<br/>import bozohttpd 20090522, which has these changes:<br/>	o  close more leaking file descriptors for CGI and daemon mode<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1.1.1</description>
    <pubDate>Sat May 23 02:21:19 UTC 2009</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1913):<br/>libexec/httpd/CHANGES				1.3-1.18<br/>libexec/httpd/Makefile				1.8-1.22 via patch<br/>libexec/httpd/Makefile.boot			1.3-1.6<br/>libexec/httpd/auth-bozo.c			1.5-1.13<br/>libexec/httpd/bozohttpd.8			1.6-1.46<br/>libexec/httpd/bozohttpd.c			1.8,1.12-1.54<br/>libexec/httpd/bozohttpd.h			1.8-1.32<br/>libexec/httpd/cgi-bozo.c			1.11-1.25<br/>libexec/httpd/content-bozo.c			1.4-1.10<br/>libexec/httpd/daemon-bozo.c			1.5-1.16<br/>libexec/httpd/dir-index-bozo.c			1.6-1.19<br/>libexec/httpd/ssl-bozo.c			1.5-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.5-1.10<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.1-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/debug/Makefile			1.1<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.3<br/>libexec/httpd/libbozohttpd/shlib_version	1.1<br/>libexec/httpd/lua/Makefile			1.1<br/>libexec/httpd/lua/bozo.lua			1.1<br/>libexec/httpd/lua/glue.c			1.1<br/>libexec/httpd/lua/optparse.lua			1.1<br/>libexec/httpd/lua/shlib_version			1.1<br/>libexec/httpd/small/Makefile			1.1-1.2<br/>libexec/httpd/testsuite/Makefile		1.4<br/>libexec/httpd/testsuite/html_cmp		1.4<br/>libexec/httpd/testsuite/t1.in			1.3<br/>libexec/httpd/testsuite/t1.out			1.3<br/>libexec/httpd/testsuite/t10.in			1.1<br/>libexec/httpd/testsuite/t10.out			1.1<br/>libexec/httpd/testsuite/t2.in			1.3<br/>libexec/httpd/testsuite/t2.out			1.3<br/>libexec/httpd/testsuite/t3.in			1.3<br/>libexec/httpd/testsuite/t3.out			1.3<br/>libexec/httpd/testsuite/t4.in			1.3<br/>libexec/httpd/testsuite/t4.out			1.3<br/>libexec/httpd/testsuite/t5.in			1.3<br/>libexec/httpd/testsuite/t5.out			1.3<br/>libexec/httpd/testsuite/t6.in			1.3<br/>libexec/httpd/testsuite/t6.out			1.3<br/>libexec/httpd/testsuite/t7.in			1.3<br/>libexec/httpd/testsuite/t7.out			1.3<br/>libexec/httpd/testsuite/t8.in			1.3<br/>libexec/httpd/testsuite/t8.out			1.3<br/>libexec/httpd/testsuite/t9.in			1.3<br/>libexec/httpd/testsuite/t9.out			1.3<br/>libexec/httpd/testsuite/test-bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile.partial4000 1.1<br/>libexec/httpd/testsuite/data/bigfile.partial8000 1.1<br/>libexec/httpd/testsuite/data/file		1.3<br/>libexec/httpd/testsuite/data/index.html		1.3<br/><br/>	Update bozohttpd from 20080303+patches to 20140708.<br/><br/>changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs<br/><br/>changes in bozohttpd 20111118:<br/>	o  add -P &lt;pidfile&gt; option, from jmmv@netbsd.org<br/>	o  avoid crashes with http basic auth, from pooka@netbsd.org<br/>	o  add support for REDIRECT_STATUS variable, from tls@netbsd.org<br/>	o  support .mp4 files in the default map<br/>	o  directory indexes with files with : are now displayed properly, from<br/>	   reed@netbsd.org<br/>	o  allow -I option to be useful in non-inetd mode as well<br/><br/>changes in bozohttpd 20100920:<br/>	o  properly fully disable multi-file mode for now<br/>	o  fix the -t and -U options when used without the -e option, broken since<br/>	   the library-ifcation<br/>	o  be explicit that logs go to the FTP facility in syslog<br/>	o  use scandir() with alphasort() for sorted directory lists, from moof<br/>	o  fix a serious error in vhost handling; "Host:.." would allow access to<br/>	   the next level directory from the virtual root directory, from seanb<br/>	o  fix some various non standard compile time errors, from rudolf<br/>	o  fix dynamic CGI content maps, from rudolf<br/><br/>changes in bozohttpd 20100617:<br/>	o  fix some compile issues<br/>	o  fix SSL mode.  from rtr<br/>	o  fix some cgi-bin issues, as seen with cvsweb<br/>	o  disable multi-file daemon mode for now, it breaks<br/>	o  return 404's instead of 403's when chdir of ~user dirs fail<br/>	o  remove "noreturn" attribute from bozo_http_error() that was<br/>	   causing incorrect runtime behaviour<br/><br/>changes in bozohttpd 20100509:<br/>	o  major rework and clean up of internal interfaces.  move the main<br/>	   program into main.c, the remaining parts are useable as library.<br/>	   add bindings for lua.  by Alistair G. Crooks &lt;agc@netbsd.org&gt;<br/>	o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325<br/><br/>changes in bozohttpd 20090522:<br/>	o  avoid dying in daemon mode for some uncommon, but recoverable, errors<br/>	o  close leaking file descriptors for CGI and daemon mode<br/>	o  handle poll errors properly<br/>	o  don't try to handle more than one request per process yet<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child<br/><br/>changes in bozohttpd 20090417:<br/>	o  make bozohttpd internally more modular, preparing the way<br/>	   to handle more than one request per process<br/>	o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix<br/>	   cgi-bin with cvsweb, from Holger Weiss &lt;holger@CIS.FU-Berlin.DE&gt;<br/>	o  fix an uninitialised variable use in daemon mode<br/>	o  fix ssl mode with newer OpenSSL<br/>	o  mmap large files in manageable sizes so we can serve any size file<br/>	o  refactor url processing to handle query strings correctly for CGI<br/>	   from Sergey Katsev at Coyote Point<br/>	o  add If-Modified-Since support, from Joerg Sonnenberger<br/>	   &lt;joerg@netbsd.org&gt;<br/>	o  many more manual fixes, from NetBSD</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1.1.1.28.2</description>
    <pubDate>Wed Jul 09 16:09:40 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>file bigfile was added on branch netbsd-5-1 on 2014-07-09 16:09:40 +0000</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1.1.1.28.1</description>
    <pubDate>Sat May 23 02:21:19 UTC 2009</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1913):<br/>libexec/httpd/CHANGES				1.3-1.18<br/>libexec/httpd/Makefile				1.8-1.22 via patch<br/>libexec/httpd/Makefile.boot			1.3-1.6<br/>libexec/httpd/auth-bozo.c			1.5-1.13<br/>libexec/httpd/bozohttpd.8			1.6-1.46<br/>libexec/httpd/bozohttpd.c			1.8,1.12-1.54<br/>libexec/httpd/bozohttpd.h			1.8-1.32<br/>libexec/httpd/cgi-bozo.c			1.11-1.25<br/>libexec/httpd/content-bozo.c			1.4-1.10<br/>libexec/httpd/daemon-bozo.c			1.5-1.16<br/>libexec/httpd/dir-index-bozo.c			1.6-1.19<br/>libexec/httpd/ssl-bozo.c			1.5-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.5-1.10<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.1-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/debug/Makefile			1.1<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.3<br/>libexec/httpd/libbozohttpd/shlib_version	1.1<br/>libexec/httpd/lua/Makefile			1.1<br/>libexec/httpd/lua/bozo.lua			1.1<br/>libexec/httpd/lua/glue.c			1.1<br/>libexec/httpd/lua/optparse.lua			1.1<br/>libexec/httpd/lua/shlib_version			1.1<br/>libexec/httpd/small/Makefile			1.1-1.2<br/>libexec/httpd/testsuite/Makefile		1.4<br/>libexec/httpd/testsuite/html_cmp		1.4<br/>libexec/httpd/testsuite/t1.in			1.3<br/>libexec/httpd/testsuite/t1.out			1.3<br/>libexec/httpd/testsuite/t10.in			1.1<br/>libexec/httpd/testsuite/t10.out			1.1<br/>libexec/httpd/testsuite/t2.in			1.3<br/>libexec/httpd/testsuite/t2.out			1.3<br/>libexec/httpd/testsuite/t3.in			1.3<br/>libexec/httpd/testsuite/t3.out			1.3<br/>libexec/httpd/testsuite/t4.in			1.3<br/>libexec/httpd/testsuite/t4.out			1.3<br/>libexec/httpd/testsuite/t5.in			1.3<br/>libexec/httpd/testsuite/t5.out			1.3<br/>libexec/httpd/testsuite/t6.in			1.3<br/>libexec/httpd/testsuite/t6.out			1.3<br/>libexec/httpd/testsuite/t7.in			1.3<br/>libexec/httpd/testsuite/t7.out			1.3<br/>libexec/httpd/testsuite/t8.in			1.3<br/>libexec/httpd/testsuite/t8.out			1.3<br/>libexec/httpd/testsuite/t9.in			1.3<br/>libexec/httpd/testsuite/t9.out			1.3<br/>libexec/httpd/testsuite/test-bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile.partial4000 1.1<br/>libexec/httpd/testsuite/data/bigfile.partial8000 1.1<br/>libexec/httpd/testsuite/data/file		1.3<br/>libexec/httpd/testsuite/data/index.html		1.3<br/><br/>	Update bozohttpd from 20080303+patches to 20140708.<br/><br/>changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs<br/><br/>changes in bozohttpd 20111118:<br/>	o  add -P &lt;pidfile&gt; option, from jmmv@netbsd.org<br/>	o  avoid crashes with http basic auth, from pooka@netbsd.org<br/>	o  add support for REDIRECT_STATUS variable, from tls@netbsd.org<br/>	o  support .mp4 files in the default map<br/>	o  directory indexes with files with : are now displayed properly, from<br/>	   reed@netbsd.org<br/>	o  allow -I option to be useful in non-inetd mode as well<br/><br/>changes in bozohttpd 20100920:<br/>	o  properly fully disable multi-file mode for now<br/>	o  fix the -t and -U options when used without the -e option, broken since<br/>	   the library-ifcation<br/>	o  be explicit that logs go to the FTP facility in syslog<br/>	o  use scandir() with alphasort() for sorted directory lists, from moof<br/>	o  fix a serious error in vhost handling; "Host:.." would allow access to<br/>	   the next level directory from the virtual root directory, from seanb<br/>	o  fix some various non standard compile time errors, from rudolf<br/>	o  fix dynamic CGI content maps, from rudolf<br/><br/>changes in bozohttpd 20100617:<br/>	o  fix some compile issues<br/>	o  fix SSL mode.  from rtr<br/>	o  fix some cgi-bin issues, as seen with cvsweb<br/>	o  disable multi-file daemon mode for now, it breaks<br/>	o  return 404's instead of 403's when chdir of ~user dirs fail<br/>	o  remove "noreturn" attribute from bozo_http_error() that was<br/>	   causing incorrect runtime behaviour<br/><br/>changes in bozohttpd 20100509:<br/>	o  major rework and clean up of internal interfaces.  move the main<br/>	   program into main.c, the remaining parts are useable as library.<br/>	   add bindings for lua.  by Alistair G. Crooks &lt;agc@netbsd.org&gt;<br/>	o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325<br/><br/>changes in bozohttpd 20090522:<br/>	o  avoid dying in daemon mode for some uncommon, but recoverable, errors<br/>	o  close leaking file descriptors for CGI and daemon mode<br/>	o  handle poll errors properly<br/>	o  don't try to handle more than one request per process yet<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child<br/><br/>changes in bozohttpd 20090417:<br/>	o  make bozohttpd internally more modular, preparing the way<br/>	   to handle more than one request per process<br/>	o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix<br/>	   cgi-bin with cvsweb, from Holger Weiss &lt;holger@CIS.FU-Berlin.DE&gt;<br/>	o  fix an uninitialised variable use in daemon mode<br/>	o  fix ssl mode with newer OpenSSL<br/>	o  mmap large files in manageable sizes so we can serve any size file<br/>	o  refactor url processing to handle query strings correctly for CGI<br/>	   from Sergey Katsev at Coyote Point<br/>	o  add If-Modified-Since support, from Joerg Sonnenberger<br/>	   &lt;joerg@netbsd.org&gt;<br/>	o  many more manual fixes, from NetBSD</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1.1.1.26.2</description>
    <pubDate>Wed Jul 09 16:04:13 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>file bigfile was added on branch netbsd-5-2 on 2014-07-09 16:04:13 +0000</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1.1.1.26.1</description>
    <pubDate>Sat May 23 02:21:19 UTC 2009</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by mrg in ticket #1913):<br/>libexec/httpd/CHANGES				1.3-1.18<br/>libexec/httpd/Makefile				1.8-1.22 via patch<br/>libexec/httpd/Makefile.boot			1.3-1.6<br/>libexec/httpd/auth-bozo.c			1.5-1.13<br/>libexec/httpd/bozohttpd.8			1.6-1.46<br/>libexec/httpd/bozohttpd.c			1.8,1.12-1.54<br/>libexec/httpd/bozohttpd.h			1.8-1.32<br/>libexec/httpd/cgi-bozo.c			1.11-1.25<br/>libexec/httpd/content-bozo.c			1.4-1.10<br/>libexec/httpd/daemon-bozo.c			1.5-1.16<br/>libexec/httpd/dir-index-bozo.c			1.6-1.19<br/>libexec/httpd/ssl-bozo.c			1.5-1.16<br/>libexec/httpd/tilde-luzah-bozo.c		1.5-1.10<br/>libexec/httpd/lua-bozo.c			1.1-1.9<br/>libexec/httpd/main.c				1.1-1.7<br/>libexec/httpd/netbsd_queue.h			1.1<br/>libexec/httpd/printenv.lua			1.1-1.2<br/>libexec/httpd/debug/Makefile			1.1<br/>libexec/httpd/libbozohttpd/Makefile		1.2<br/>libexec/httpd/libbozohttpd/libbozohttpd.3	1.3<br/>libexec/httpd/libbozohttpd/shlib_version	1.1<br/>libexec/httpd/lua/Makefile			1.1<br/>libexec/httpd/lua/bozo.lua			1.1<br/>libexec/httpd/lua/glue.c			1.1<br/>libexec/httpd/lua/optparse.lua			1.1<br/>libexec/httpd/lua/shlib_version			1.1<br/>libexec/httpd/small/Makefile			1.1-1.2<br/>libexec/httpd/testsuite/Makefile		1.4<br/>libexec/httpd/testsuite/html_cmp		1.4<br/>libexec/httpd/testsuite/t1.in			1.3<br/>libexec/httpd/testsuite/t1.out			1.3<br/>libexec/httpd/testsuite/t10.in			1.1<br/>libexec/httpd/testsuite/t10.out			1.1<br/>libexec/httpd/testsuite/t2.in			1.3<br/>libexec/httpd/testsuite/t2.out			1.3<br/>libexec/httpd/testsuite/t3.in			1.3<br/>libexec/httpd/testsuite/t3.out			1.3<br/>libexec/httpd/testsuite/t4.in			1.3<br/>libexec/httpd/testsuite/t4.out			1.3<br/>libexec/httpd/testsuite/t5.in			1.3<br/>libexec/httpd/testsuite/t5.out			1.3<br/>libexec/httpd/testsuite/t6.in			1.3<br/>libexec/httpd/testsuite/t6.out			1.3<br/>libexec/httpd/testsuite/t7.in			1.3<br/>libexec/httpd/testsuite/t7.out			1.3<br/>libexec/httpd/testsuite/t8.in			1.3<br/>libexec/httpd/testsuite/t8.out			1.3<br/>libexec/httpd/testsuite/t9.in			1.3<br/>libexec/httpd/testsuite/t9.out			1.3<br/>libexec/httpd/testsuite/test-bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile		1.1<br/>libexec/httpd/testsuite/data/bigfile.partial4000 1.1<br/>libexec/httpd/testsuite/data/bigfile.partial8000 1.1<br/>libexec/httpd/testsuite/data/file		1.3<br/>libexec/httpd/testsuite/data/index.html		1.3<br/><br/>	Update bozohttpd from 20080303+patches to 20140708.<br/><br/>changes in bozohttpd 20140708:<br/>	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com<br/>	o  avoid printing double errors, from shm@netbsd.org<br/>	o  fix a security issue in basic HTTP authentication which would allow<br/>	   authentication to be bypassed, from shm@netbsd.org<br/><br/>changes in bozohttpd 20140201:<br/>	o  support .svg files<br/>	o  fix a core dump when requests timeout<br/><br/>changes in bozohttpd 20140102:<br/>	o  update a few content types<br/>	o  add support for directly calling lua scripts to handle<br/>	   processes, from mbalmer@netbsd.org<br/>	o  properly escape generated HTML<br/>	o  add authentication for redirections, from martin@netbsd.org<br/>	o  handle chained ssl certifications, from elric@netbsd.org<br/>	o  add basic support for gzipped files, from elric@netbsd.org<br/>	o  properly escape generated URIs<br/><br/>changes in bozohttpd 20111118:<br/>	o  add -P &lt;pidfile&gt; option, from jmmv@netbsd.org<br/>	o  avoid crashes with http basic auth, from pooka@netbsd.org<br/>	o  add support for REDIRECT_STATUS variable, from tls@netbsd.org<br/>	o  support .mp4 files in the default map<br/>	o  directory indexes with files with : are now displayed properly, from<br/>	   reed@netbsd.org<br/>	o  allow -I option to be useful in non-inetd mode as well<br/><br/>changes in bozohttpd 20100920:<br/>	o  properly fully disable multi-file mode for now<br/>	o  fix the -t and -U options when used without the -e option, broken since<br/>	   the library-ifcation<br/>	o  be explicit that logs go to the FTP facility in syslog<br/>	o  use scandir() with alphasort() for sorted directory lists, from moof<br/>	o  fix a serious error in vhost handling; "Host:.." would allow access to<br/>	   the next level directory from the virtual root directory, from seanb<br/>	o  fix some various non standard compile time errors, from rudolf<br/>	o  fix dynamic CGI content maps, from rudolf<br/><br/>changes in bozohttpd 20100617:<br/>	o  fix some compile issues<br/>	o  fix SSL mode.  from rtr<br/>	o  fix some cgi-bin issues, as seen with cvsweb<br/>	o  disable multi-file daemon mode for now, it breaks<br/>	o  return 404's instead of 403's when chdir of ~user dirs fail<br/>	o  remove "noreturn" attribute from bozo_http_error() that was<br/>	   causing incorrect runtime behaviour<br/><br/>changes in bozohttpd 20100509:<br/>	o  major rework and clean up of internal interfaces.  move the main<br/>	   program into main.c, the remaining parts are useable as library.<br/>	   add bindings for lua.  by Alistair G. Crooks &lt;agc@netbsd.org&gt;<br/>	o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325<br/><br/>changes in bozohttpd 20090522:<br/>	o  avoid dying in daemon mode for some uncommon, but recoverable, errors<br/>	o  close leaking file descriptors for CGI and daemon mode<br/>	o  handle poll errors properly<br/>	o  don't try to handle more than one request per process yet<br/>	o  add subdirs for build "debug" and "small" versions<br/>	o  clean up a bad merge / duplicate code<br/>	o  make mmap() usage portable, fixes linux &amp; ranges: support<br/>	o  document the -f option<br/>	o  daemon mode now serves 6 files per child<br/><br/>changes in bozohttpd 20090417:<br/>	o  make bozohttpd internally more modular, preparing the way<br/>	   to handle more than one request per process<br/>	o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix<br/>	   cgi-bin with cvsweb, from Holger Weiss &lt;holger@CIS.FU-Berlin.DE&gt;<br/>	o  fix an uninitialised variable use in daemon mode<br/>	o  fix ssl mode with newer OpenSSL<br/>	o  mmap large files in manageable sizes so we can serve any size file<br/>	o  refactor url processing to handle query strings correctly for CGI<br/>	   from Sergey Katsev at Coyote Point<br/>	o  add If-Modified-Since support, from Joerg Sonnenberger<br/>	   &lt;joerg@netbsd.org&gt;<br/>	o  many more manual fixes, from NetBSD</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1.1.1.24.2</description>
    <pubDate>Wed Jul 09 15:21:21 UTC 2014</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>

<item>
    <title>file bigfile was added on branch netbsd-5 on 2014-07-09 15:21:21 +0000</title>
    <description>/src/libexec/httpd/testsuite/data/bigfile - 1.1.1.1.24.1</description>
    <pubDate>Sat May 23 02:21:19 UTC 2009</pubDate>
    <dc:creator>msaitoh</dc:creator>
</item>
</channel></rss>

