YAIP/src
Jonathan Hodgson 6eaad263be Moves some logic out of proxy and into main
Also fixes some segfaults caused by trying to free memory that wasn't
allocated with strdup or malloc etc.

Fixes some tests
2022-01-19 12:56:11 +00:00
..
config.c Small tweaks to files 2022-01-10 09:41:37 +00:00
config.h Small tweaks to files 2022-01-10 09:41:37 +00:00
database.c I have made a start 2021-12-27 21:43:11 +00:00
database.h I have made a start 2021-12-27 21:43:11 +00:00
main.c Moves some logic out of proxy and into main 2022-01-19 12:56:11 +00:00
proxy.c Moves some logic out of proxy and into main 2022-01-19 12:56:11 +00:00
proxy.h Moves some logic out of proxy and into main 2022-01-19 12:56:11 +00:00
readline.c I have made a start 2021-12-27 21:43:11 +00:00
readline.h I have made a start 2021-12-27 21:43:11 +00:00
request.c Moves some logic out of proxy and into main 2022-01-19 12:56:11 +00:00
request.h Now working for simple, non-encrypted requests 2022-01-18 21:45:58 +00:00
requestresponse.c Now working for simple, non-encrypted requests 2022-01-18 21:45:58 +00:00
requestresponse.h Now working for simple, non-encrypted requests 2022-01-18 21:45:58 +00:00
response.c Moves some logic out of proxy and into main 2022-01-19 12:56:11 +00:00
response.h Moves some logic out of proxy and into main 2022-01-19 12:56:11 +00:00
util.c Now working for simple, non-encrypted requests 2022-01-18 21:45:58 +00:00
util.h Now working for simple, non-encrypted requests 2022-01-18 21:45:58 +00:00
webserver.c Now working for simple, non-encrypted requests 2022-01-18 21:45:58 +00:00
webserver.h Now working for simple, non-encrypted requests 2022-01-18 21:45:58 +00:00