<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/release/picobsd/tinyware/simple_httpd, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-04-05T17:15:38Z</updated>
<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-test/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-test/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-test/commit/?id=a8b08ce3b190cf3a4af9f0c3ab93d91f7a59287d'/>
<id>urn:sha1:a8b08ce3b190cf3a4af9f0c3ab93d91f7a59287d</id>
<content type='text'>
Pass a time_t rather than a long to time.
</content>
</entry>
<entry>
<title>Add a missing void in the parameter list of http_request().</title>
<updated>2002-04-07T17:42:27Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2002-04-07T17:42:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b3d3fc366eabfd01bdcabacc73e0b6b39b8c2fb2'/>
<id>urn:sha1:b3d3fc366eabfd01bdcabacc73e0b6b39b8c2fb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give functions proper return type, since the default is an integer, where</title>
<updated>2002-04-07T17:41:33Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2002-04-07T17:41:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ebd3c05e64e8d69a5370f38f30da9f17c7dfabc5'/>
<id>urn:sha1:ebd3c05e64e8d69a5370f38f30da9f17c7dfabc5</id>
<content type='text'>
the author obviously meant a void since he doesn't return any values.

One caveat, http_request has three return()'s, but doesn't do anything
with it.  Either the code needs to be rewritten to take care of proper
error handling on that point, or the returns ripped out.  I made it void
for now.
</content>
</entry>
<entry>
<title>Use %lld instead of %d in order to print struct stat's st_size, which is</title>
<updated>2002-04-07T17:22:23Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2002-04-07T17:22:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bc45ee745884e0c2fb82f385bdf6335648998ff6'/>
<id>urn:sha1:bc45ee745884e0c2fb82f385bdf6335648998ff6</id>
<content type='text'>
an off_t.

PR:		29725
Submitted by:	Eugene Grosbein &lt;eugen@svzserv.kemerovo.su&gt;
</content>
</entry>
<entry>
<title>Garbage collect unused variables.</title>
<updated>2002-04-07T17:16:28Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2002-04-07T17:16:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6ef06b5a753aaa8a851226045dd1bbc34e5c0ebf'/>
<id>urn:sha1:6ef06b5a753aaa8a851226045dd1bbc34e5c0ebf</id>
<content type='text'>
PR:		29725
Submitted by:	Eugene Grosbein &lt;eugen@svzserv.kemerovo.su&gt;
</content>
</entry>
<entry>
<title>Actually print the port we are listening too when specified verbose mode.</title>
<updated>2002-04-07T17:07:37Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2002-04-07T17:07:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=41c6cb53dd25ee33b7f14c40cce72c3c7ee9b2c2'/>
<id>urn:sha1:41c6cb53dd25ee33b7f14c40cce72c3c7ee9b2c2</id>
<content type='text'>
PR:		29725
Submitted by:	Eugene Grosbein &lt;eugen@svzserv.kemerovo.su&gt;
</content>
</entry>
<entry>
<title>Fix the type of the NULL arg to execl()</title>
<updated>2001-07-09T09:24:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-07-09T09:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=7bc6d0158f0e9863a2a13a951321185d214cd3be'/>
<id>urn:sha1:7bc6d0158f0e9863a2a13a951321185d214cd3be</id>
<content type='text'>
Idea from: Theo de Raadt &lt;deraadt@openbsd.org&gt;
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
</feed>
