July 23, 2014
View bf0c8c9

webkernel: make uri_urldecode to unescape correctly normal ASCII characters (i.e. %40 to @)

Dario Rodriguez authored on 23/07/2014 20:34:28
View f346937

webkernel: add uri_urldecode (taken from my unreleased vdrsyncts)

Dario Rodriguez authored on 23/07/2014 20:13:42
July 16, 2014
View 2afcc57

webkernel: add etag support (so the the browser can use cached pages)

Dario Rodriguez authored on 16/07/2014 13:27:49
View 3b5c8c3

Add WK_DEBUG_CONN define to trace connections. Make BUFSIZE (sbuf size) configurable via Makefile (i.e. CFLAGS=-DBUFSIZE=8192)

Dario Rodriguez authored on 16/07/2014 10:35:50
July 15, 2014
View 2ea90f3

webkernel: make wk_init expect a server fd instead of a port number

Dario Rodriguez authored on 15/07/2014 11:03:21
July 13, 2014
View 1661421

webkernel: fix header and cookies parsing

Dario Rodriguez authored on 13/07/2014 21:39:56
View e8accf5

webkernel: basic cookie support

Dario Rodriguez authored on 13/07/2014 19:55:14
July 2, 2014
View ee09240

Add connection timeouts

Dario Rodriguez authored on 02/07/2014 17:18:07
View dc0f686

Honor 'Connection: close' header

Dario Rodriguez authored on 02/07/2014 12:27:46
View bd7ae66

Fix clientblock and bufblock management. Fix wk_clientservicereadheader to consume input. Set keep-alive as default for HTTP/1.1 or greater connections

Dario Rodriguez authored on 02/07/2014 12:12:46
June 30, 2014
View 41fa15e

webkernel: fix definition of (clientblock).acquired, fix freeing of clients' fd.

Dario Rodriguez authored on 30/06/2014 21:02:36
June 26, 2014
View 63fe982

make the redirect reply similar to that of the other server messages

Dario Rodriguez authored on 26/06/2014 17:42:39
View 0a6b1e4

fix redirects

Dario Rodriguez authored on 26/06/2014 17:19:59
View 292ab8e

add wk_serve_Redirect()

Dario Rodriguez authored on 26/06/2014 16:55:55
June 24, 2014
View 47fe833

webkernel: fix connection state machine

Dario Rodriguez authored on 24/06/2014 20:35:11