<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/release/picobsd/tinyware/simple_httpd, branch releng/10.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-12-31T23:25:37Z</updated>
<entry>
<title>MFC r264400,r265836:</title>
<updated>2014-12-31T23:25:37Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-12-31T23:25:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be39f9d2337a354f95e8be9e96a52202de94b428'/>
<id>urn:sha1:be39f9d2337a354f95e8be9e96a52202de94b428</id>
<content type='text'>
r264400:

  NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
  and finish the job. ncurses is now the only Makefile in the tree that
  uses it since it wasn't a simple mechanical change, and will be
  addressed in a future commit.

r265836:

  Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
  what is needed.
</content>
</entry>
<entry>
<title>MFC	r271787:</title>
<updated>2014-10-23T02:50:18Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-10-23T02:50:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49279d32cb6cad0e14ff3c19779824b2eacad186'/>
<id>urn:sha1:49279d32cb6cad0e14ff3c19779824b2eacad186</id>
<content type='text'>
simple_httpd: cosmetic cleanups.

Many tab vs space cleanups.
Use setpgid() instead of setpgrp() which is more portable.
</content>
</entry>
<entry>
<title>Spelling fixes for release/</title>
<updated>2012-01-07T16:09:43Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2012-01-07T16:09:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b07e9f3facc0a0d99012f414027624e517276c76'/>
<id>urn:sha1:b07e9f3facc0a0d99012f414027624e517276c76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warns fixes: use putenv rather than setenv to avoid constness problems,</title>
<updated>2009-03-17T19:51:04Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2009-03-17T19:51:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f27a91f74486d44b5c7d1d12ccf8151ed230b28'/>
<id>urn:sha1:8f27a91f74486d44b5c7d1d12ccf8151ed230b28</id>
<content type='text'>
when we want to print an off_t cast to intmax_t and use %jd.

Up WARNS to 6.
</content>
</entry>
<entry>
<title>Start the dreaded NOFOO -&gt; NO_FOO conversion.</title>
<updated>2004-12-21T08:47:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-21T08:47:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e653b48c80fb85b2a10372d664a4b55dbdc51dae'/>
<id>urn:sha1:e653b48c80fb85b2a10372d664a4b55dbdc51dae</id>
<content type='text'>
OK'ed by:	core
</content>
</entry>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>urn:sha1:a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
</entry>
<entry>
<title>Improve MIME handling. This patch is based on Eugene's patch, but</title>
<updated>2004-08-16T09:38:34Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2004-08-16T09:38:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8fb0d5153429228423ae683f8f9c94a41bbed33c'/>
<id>urn:sha1:8fb0d5153429228423ae683f8f9c94a41bbed33c</id>
<content type='text'>
with the following changes:

1) Don't make a mime_types.h 'cos we should avoid creating variables
   in header files,
2) Use strrchr to find the extension, rather than strchr,
3) Slightly simplify the mime-type matching loop.

any goof are likely to be mine. Note that there are links to more
improvements by Eugene in the PR.

PR:		29725
Submitted by:	Eugene Grosbein &lt;eugen@kuzbass.ru&gt;
</content>
</entry>
<entry>
<title>Don't forget to send the Content-length header after calculating it.</title>
<updated>2003-04-05T17:15:38Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-04-05T17:15:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fa25e610829cfcb7158ba88f663d3e12d0a50a63'/>
<id>urn:sha1:fa25e610829cfcb7158ba88f663d3e12d0a50a63</id>
<content type='text'>
PR:		29725
Submitted by:	Eugene Grosbein &lt;eugen@svzserv.kemerovo.su&gt;
</content>
</entry>
<entry>
<title>More warns cleanups and misc cleanups:</title>
<updated>2003-04-05T15:27:27Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-04-05T15:27:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cda5ba2cebb33d826113e3c17a97e90bb8262685'/>
<id>urn:sha1:cda5ba2cebb33d826113e3c17a97e90bb8262685</id>
<content type='text'>
1) Make fetch_mode a pointer 'cos we can just use the optarg.
2) Constness.
3) Add/complete prototypes.
4) Change an int to a socklen_t.
5) Don't use C++ style comments.
6) Check return values from read and fork a little more carefully.
7) Avoid closing an uninitialised int.
8) Get rid of unneeded extern declarations.
</content>
</entry>
<entry>
<title>Don't return with a value in a void function.</title>
<updated>2003-03-13T22:06:10Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2003-03-13T22:06:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8b08ce3b190cf3a4af9f0c3ab93d91f7a59287d'/>
<id>urn:sha1:a8b08ce3b190cf3a4af9f0c3ab93d91f7a59287d</id>
<content type='text'>
Pass a time_t rather than a long to time.
</content>
</entry>
</feed>
