A simple web server that can be bound to either the EthernetInterface or the WiflyInterface.

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

History

Enable header code 302 default tip

2019-02-27, by WiredHome [Wed, 27 Feb 2019 18:06:23 +0000] rev 60

Enable header code 302


Update server handler and memory allocation

2019-02-26, by WiredHome [Tue, 26 Feb 2019 22:45:55 +0000] rev 59

Update server handler and memory allocation


Use secure versions of strcpy, strcat.

2018-11-18, by WiredHome [Sun, 18 Nov 2018 04:04:16 +0000] rev 58

Use secure versions of strcpy, strcat.


Adjust the blocking and non-blocking interfaces.

2018-07-10, by WiredHome [Tue, 10 Jul 2018 23:13:55 +0000] rev 57

Adjust the blocking and non-blocking interfaces.


Change socket i/f to blocking

2018-07-10, by WiredHome [Tue, 10 Jul 2018 03:06:32 +0000] rev 56

Change socket i/f to blocking


Fixed a defect where it was failing to reply. When it experienced a timeout waiting, the state machine transferred to a different state rather than continuing to wait for a request. This was a huge improvement.

2018-07-02, by WiredHome [Mon, 02 Jul 2018 17:31:05 +0000] rev 55

Fixed a defect where it was failing to reply. When it experienced a timeout waiting, the state machine transferred to a different state rather than continuing to wait for a request. This was a huge improvement.


Revert to last stable

2018-06-10, by WiredHome [Sun, 10 Jun 2018 22:40:27 +0000] rev 54

Revert to last stable


Intermediate check-in

2018-06-10, by WiredHome [Sun, 10 Jun 2018 22:24:54 +0000] rev 53

Intermediate check-in


tiny code cleanup

2017-12-03, by WiredHome [Sun, 03 Dec 2017 23:39:30 +0000] rev 52

tiny code cleanup


Adjusted listen to handle a backlog of 5 transactions.

2017-04-11, by WiredHome [Tue, 11 Apr 2017 18:53:04 +0000] rev 51

Adjusted listen to handle a backlog of 5 transactions.