<feed xmlns='http://www.w3.org/2005/Atom'>
<title>shsd.git/server.c, branch master</title>
<subtitle>Simple HTTP Server Daemon
</subtitle>
<id>https://git.verdant.ee/VPCP/shsd.git/atom?h=master</id>
<link rel='self' href='https://git.verdant.ee/VPCP/shsd.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/'/>
<updated>2026-06-09T12:22:50Z</updated>
<entry>
<title>Add copyright and LICENSE head comment</title>
<updated>2026-06-09T12:22:50Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T12:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=f518a87539d0d46f6cefc9f43e4650926c0ccf24'/>
<id>urn:sha1:f518a87539d0d46f6cefc9f43e4650926c0ccf24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add version and copyright information</title>
<updated>2026-06-09T12:20:11Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T12:20:11Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=f96dfd22403a935dc5eec18cb094a22565250ace'/>
<id>urn:sha1:f96dfd22403a935dc5eec18cb094a22565250ace</id>
<content type='text'>
When run in flag "-v" or "--version", print version and copyright
information.
</content>
</entry>
<entry>
<title>Add route for directory</title>
<updated>2026-06-09T11:21:21Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T11:21:21Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=5b0c5b88351d8f4e5e087e194735ae2431c179fe'/>
<id>urn:sha1:5b0c5b88351d8f4e5e087e194735ae2431c179fe</id>
<content type='text'>
If where the path points is a directory, path += "/index.html".
</content>
</entry>
<entry>
<title>Fix some typos</title>
<updated>2026-06-09T10:27:47Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T10:27:47Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=c72a925374638e703df787b38fc81f478f901752'/>
<id>urn:sha1:c72a925374638e703df787b38fc81f478f901752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make file-local functions as static</title>
<updated>2026-06-09T10:26:08Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T10:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=d1e2ad9a9e278473d0583ba733928f9924d0ce04'/>
<id>urn:sha1:d1e2ad9a9e278473d0583ba733928f9924d0ce04</id>
<content type='text'>
No functional changes introduced.
</content>
</entry>
<entry>
<title>Print usage when no argument</title>
<updated>2026-06-09T10:23:44Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T10:23:44Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=2bf4539966bde0191c75782c6b05509321b06ade'/>
<id>urn:sha1:2bf4539966bde0191c75782c6b05509321b06ade</id>
<content type='text'>
The program needs a argument to specific which port it works on.
</content>
</entry>
<entry>
<title>Remove unused a variable</title>
<updated>2026-06-09T10:16:16Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T10:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=318a1a3ddeb94909c065861040ad959ec31b8709'/>
<id>urn:sha1:318a1a3ddeb94909c065861040ad959ec31b8709</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use handle_client instead send file by hand</title>
<updated>2026-06-09T10:14:48Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T10:14:48Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=c5f4921a0e990217dabce7ffb1c7439bc3e98afe'/>
<id>urn:sha1:c5f4921a0e990217dabce7ffb1c7439bc3e98afe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Print some debugging information</title>
<updated>2026-06-09T10:14:22Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T10:14:22Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=c5e5cd7418d1ed4d1be6a3cbececafa2b2a9b33d'/>
<id>urn:sha1:c5e5cd7418d1ed4d1be6a3cbececafa2b2a9b33d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check if the file exists before send, or send a 404 file</title>
<updated>2026-06-09T10:13:09Z</updated>
<author>
<name>verdant</name>
<email>im@verdant.ee</email>
</author>
<published>2026-06-09T10:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.verdant.ee/VPCP/shsd.git/commit/?id=d1e255ad5eeb6768b3125bdc4e8fb1ab1e49f21a'/>
<id>urn:sha1:d1e255ad5eeb6768b3125bdc4e8fb1ab1e49f21a</id>
<content type='text'>
</content>
</entry>
</feed>
