CShore/src
2021-12-05 22:43:41 +01:00
..
auth.c added auth stuff to ctx + demo for authentication layer 2021-05-26 22:48:16 +02:00
auth.h added auth stuff to ctx + demo for authentication layer 2021-05-26 22:48:16 +02:00
base64.c added auth stuff to ctx + demo for authentication layer 2021-05-26 22:48:16 +02:00
base64.h added base64 encoder/decoder 2021-05-26 22:10:47 +02:00
base_cfloor.c fundermental concurrency support for sessions 2021-12-05 22:43:41 +01:00
base_cgi.c fundermental concurrency support for sessions 2021-12-05 22:43:41 +01:00
common.c added response header to context 2021-06-12 21:47:57 +02:00
common.h added response header to context 2021-06-12 21:47:57 +02:00
controller.h added support for middlewares 2021-05-26 21:11:20 +02:00
cookies.c reading cookies works now 2021-06-13 13:14:14 +02:00
cookies.h added cookie set function + small changes to cookie get 2021-06-13 12:33:53 +02:00
handler.h changed ctx to pointer (otherwise response header changes can't be saved) 2021-06-13 12:33:21 +02:00
request.c changed ctx to pointer (otherwise response header changes can't be saved) 2021-06-13 12:33:21 +02:00
request.h fundermental concurrency support for sessions 2021-12-05 22:43:41 +01:00
router.c changed ctx to pointer (otherwise response header changes can't be saved) 2021-06-13 12:33:21 +02:00
router.h changed ctx to pointer (otherwise response header changes can't be saved) 2021-06-13 12:33:21 +02:00
sessions.c fundermental concurrency support for sessions 2021-12-05 22:43:41 +01:00
sessions.h fundermental concurrency support for sessions 2021-12-05 22:43:41 +01:00