December 17, 2015 | ||
---|---|---|
View e3a49ef
FIX: ipv4_genport() wasn't returning the correct port on /etc/services lookupsDario Rodriguez authored on 17/12/2015 13:47:27 |
May 18, 2015 | ||
---|---|---|
View 296094a
webkernel: when accepting sockets, do a sock_setsafe() on them just in case the server socket is unsafe (if socket is unsafe, that is NOLINGER, the last bytes of a reply would not be sent)Dario Rodriguez authored on 18/05/2015 19:41:18 |
||
View 0894c7a
socklib: add sock_setsafeDario Rodriguez authored on 18/05/2015 19:39:12 |
||
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 |
April 23, 2015 | ||
---|---|---|
View ded1bd3
Fix the zeroing of new userptr slots in sselect_adduserptr() as it wasn't being done correctlyDario Rodriguez authored on 23/04/2015 19:45:50 |
July 23, 2014 | ||
---|---|---|
View a2004ae
webkernel_test: add a test for uri_urldecodeDario Rodriguez authored on 23/07/2014 20:36:55 |
||
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 |