May 18, 2015 | ||
---|---|---|
View f269c71
webkernel: add wk_serve_generic_headers to write only the headers; the data must be written later with wk_write (unless etagnotmodified is true, as that means the reply was 304 Not modified)Dario Rodriguez authored on 18/05/2015 17:14:13 |
May 5, 2015 | ||
---|---|---|
View bcd577d
Finish POST implementation with application/x-www-form-urlencoded variablesDario Rodriguez authored on 05/05/2015 19:08:21 |
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 numberDario Rodriguez authored on 15/07/2014 11:03:21 |
July 13, 2014 | ||
---|---|---|
View 1661421
webkernel: fix header and cookies parsingDario Rodriguez authored on 13/07/2014 21:39:56 |
||
View e8accf5
webkernel: basic cookie supportDario Rodriguez authored on 13/07/2014 19:55:14 |
July 2, 2014 | ||
---|---|---|
View ee09240
Add connection timeoutsDario Rodriguez authored on 02/07/2014 17:18:07 |
||
View dc0f686
Honor 'Connection: close' headerDario 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 connectionsDario 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 messagesDario Rodriguez authored on 26/06/2014 17:42:39 |
||
View 0a6b1e4
fix redirectsDario Rodriguez authored on 26/06/2014 17:19:59 |