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 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 |
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 e8accf5
webkernel: basic cookie supportDario Rodriguez authored on 13/07/2014 19:55:14 |
June 26, 2014 | ||
---|---|---|
View 292ab8e
add wk_serve_Redirect()Dario Rodriguez authored on 26/06/2014 16:55:55 |
June 24, 2014 | ||
---|---|---|
View 46b2571
webkernel: post callbackDario Rodriguez authored on 24/06/2014 20:25:38 |
June 23, 2014 | ||
---|---|---|
View 6f50605
webkernel: get vars from GET request, partial implementation of vars for POST request.Dario Rodriguez authored on 23/06/2014 20:31:46 |
June 18, 2014 | ||
---|---|---|
View c129b40
webkernel_test: initial implementation of the testing frameworkDario Rodriguez authored on 18/06/2014 11:18:10 |
June 17, 2014 | ||
---|---|---|
View 5c105bf
webkernel: completed initial implementationDario Rodriguez authored on 17/06/2014 20:32:33 |
||
View 9a6be16
webkernel: service (withoy read processing and without write-from-fd functionality)Dario Rodriguez authored on 17/06/2014 11:12:59 |
June 15, 2014 | ||
---|---|---|
View 956a091
webkernel: sbuf acquire/releaseDario Rodriguez authored on 15/06/2014 14:41:12 |
June 13, 2014 | ||
---|---|---|
View 4519741
webkernel: init, free, start of service and structures of clientsDario Rodriguez authored on 13/06/2014 11:16:28 |
June 11, 2014 | ||
---|---|---|
View 298e451
webkernel: rework APIDario Rodriguez authored on 11/06/2014 11:10:24 |