Skip to content

Releases: spc476/port70

The "Return Before We Crash" Version

29 Jul 23:39
Compare
Choose a tag to compare

Bug fix---we have no request, so return

The "Fix for API Library Change" Version

27 May 20:40
Compare
Choose a tag to compare

Bug fix---close socket, then report #bytes

Because the data was buffered, the log reporting the number of bytes written was generated before all the data was flushed.

The "Installable" Version

14 Apr 04:29
Compare
Choose a tag to compare

Fix an issue that prevented make install to work.

The "MIMEtype Parsing Blues" Version

12 Jan 00:36
Compare
Choose a tag to compare

Bug fix---handle the case when we can't parse the MIME type

The "Show Configuration Errors" Version

19 Oct 23:45
Compare
Choose a tag to compare

Bug fix---send conf errors to both syslog and stderr

The "Diet" Version

14 Jun 00:42
Compare
Choose a tag to compare

Removal of a module that wasn't really used.

The "Fix A Seven Month Old Typo" Version

27 May 08:04
Compare
Choose a tag to compare

Fix a typo from the previous release.

The "Partial CGI Rework" Version

30 Oct 07:26
Compare
Choose a tag to compare

I'm rethinking the CGI support. My thoughts always assuming CGI scripts for files with the execute bit set are changing. Now, you need to specify the cgi field in the handler definition block to true to actually activate CGI support. I'm thinking of maying CGI support a sub-module of the filesystem instead of the pseudo-handler it is now.

The "Simplified Selectors II, Electric Boogaloo" Version

30 Oct 07:22
Compare
Choose a tag to compare

Sort selectors by size, then by lexical ordering.

This ensures that we don't have to manually ensure that state when writing the configuaration file. Also, duplicate selectors will issue a warning, but the program will still start.

The "Content Handler" Version

16 Sep 06:15
Compare
Choose a tag to compare

Add the content module, for when a file is just too much overhead.