09b88f75c2
Update Makefile
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
Some cleanup.
Use certain build flags only in "RELEASE" mode.
2024-09-11 13:11:55 +09:00
17ccacf708
Revert "Update CMakeLists.txt"
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
This reverts commit 4aa338c9c3
.
The compiler flags added by this commit was already handled.
2024-09-11 13:03:15 +09:00
4aa338c9c3
Update CMakeLists.txt
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
2024-09-11 13:01:09 +09:00
4f1629d175
Update CMakeLists.txt
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
2024-09-11 12:58:29 +09:00
703b759d43
Add hardening compiler flags to Makefile
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
2024-09-11 12:56:00 +09:00
7d6213a91d
Update third-party submodule SimpleArchiver
2024-09-11 12:49:01 +09:00
b22556ec6f
Cleanup: removed unused pointer in internal struct
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
2024-09-10 21:44:10 +09:00
051be910f3
Fix potential "strlen(NULL)"
Run Unit Tests / build-and-run-unit-tests (push) Successful in 38s
2024-09-10 21:18:10 +09:00
57c0812c24
Minor refactoring/fixes
Run Unit Tests / build-and-run-unit-tests (push) Successful in 38s
2024-09-10 19:22:47 +09:00
a56adb171f
Minor refactoring
Run Unit Tests / build-and-run-unit-tests (push) Successful in 39s
2024-09-10 18:01:45 +09:00
5303bbe5fd
Minor refactoring
Run Unit Tests / build-and-run-unit-tests (push) Successful in 39s
2024-09-10 15:39:16 +09:00
7fec8cc071
Make config reloading more robust
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
2024-09-10 15:34:26 +09:00
31fa6bdd0c
Update README.md
Run Unit Tests / build-and-run-unit-tests (push) Successful in 10s
2024-09-10 14:00:57 +09:00
bf7bfe5c86
Impl. hot reloading of config and on SIGUSR1
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 40s
Resolves #2
2024-09-10 13:55:16 +09:00
bc879408fe
Fix "unfixed" "count" from previous commit
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
2024-09-09 17:01:41 +09:00
615a3e95e5
Fix typo when returning 500 error
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
2024-09-09 16:59:46 +09:00
952808aefc
Minor fixes/cleanup
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
2024-09-09 13:53:58 +09:00
3bace3286f
Refactor "print request headers"
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
Resolves #1
2024-09-09 12:41:15 +09:00
2791714f2c
Update third-party submodule SimpleArchiver
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
Also fixes related to the updated third-party submodule.
2024-09-09 11:32:05 +09:00
9294108f13
Impl. print of specific headers arg/option
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
TODO: Maybe refactor this to use a hash-map or something similar to
speed up the process. If N = number-of-headers-to-print and M =
size-of-request-buffer, then currrently this will take O(N*M) time.
2024-09-06 17:30:37 +09:00
fcad980593
Add flag to disable peer address printing
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 33s
Minor teak in main to make Args const.
2024-09-06 16:40:36 +09:00
274f0af887
Debug print only in Debug builds
2024-09-06 16:32:47 +09:00
c9c21105f6
Only allow protocol "HTTP/1.1"
Run Unit Tests / build-and-run-unit-tests (push) Successful in 33s
2024-09-06 15:57:46 +09:00
c194555527
Add support for different error responses
2024-09-06 15:55:21 +09:00
42d97e03b3
Remove "?" or "#" starting suffixes from path
...
These suffixes may break loading the correct html template.
2024-09-06 15:33:31 +09:00
0196588f51
Update third party submodule SimpleArchiver
Run Unit Tests / build-and-run-unit-tests (push) Successful in 33s
2024-09-06 14:30:33 +09:00
3c620d852a
update README.md
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
2024-09-06 13:47:31 +09:00
21f3a3a103
Fix warnings
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
2024-09-06 13:43:25 +09:00
af942c927b
Add CMakeLists.txt, update .gitignore
2024-09-06 13:24:28 +09:00
6cfaf4edd8
Update README.md
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
2024-09-06 13:16:31 +09:00
a9864542b3
Add README.md, ensure listening port is printed
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
2024-09-06 13:11:00 +09:00
d89117430d
Minor tweaks/fixes
...
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
Add example config using "_FILE" variables.
Increase limit of config value size from 256 to 1024.
2024-09-06 12:49:32 +09:00
b12029984f
Add more example.config stuff
2024-09-06 12:42:18 +09:00
2d215b4a4e
Fix invalid read when checking for "_FILE" vars
Run Unit Tests / build-and-run-unit-tests (push) Successful in 31s
2024-09-06 12:03:03 +09:00
bcb4c3c711
Minor tweak to listening port info output
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
2024-09-06 11:56:52 +09:00
9be6ac32bf
Impl. handling HTTP/1.1 requests
...
TODO:
Handle errors other than 404 Not Found.
2024-09-06 11:56:00 +09:00
3f70c52551
Use ${CC} and "CC ?= gcc" in Makefile
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
2024-09-05 16:25:49 +09:00
dd5934351e
Fix inconsistent http_template output size
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
2024-09-05 16:18:28 +09:00
8a9637d941
Add "output" size parameter to http_template fn
2024-09-05 16:12:50 +09:00
676b98751d
Remove temporary files created by unit test on end
Run Unit Tests / build-and-run-unit-tests (push) Successful in 33s
2024-09-05 14:07:42 +09:00
229e3a330f
Impl. ".*_FILE" variables for templates
...
If there exists a "{{{something_FILE}}}" (a variable ending with
"_FILE"), then the loaded variable will be treated as a filename and its
contents will be put in the html template.
2024-09-05 14:02:25 +09:00
8e799ef34a
Add action/workflow to run unit tests
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2s
2024-09-04 17:51:07 +09:00
e458c6e87b
config parsing: Handle when config has no endline
...
Put duplicate code into a macro/defines function.
2024-09-04 17:37:16 +09:00
2d96295555
Test using "HTML_FILE" var, fixes
2024-09-04 17:22:44 +09:00
1d5fb6bbbd
Minor formatting fix
2024-09-04 15:33:47 +09:00
69f5f7664a
Update submodule third-party SimpleArchiver
2024-09-04 15:32:14 +09:00
2f5ea544e5
Set up tests for http_template, fixes
2024-09-04 15:26:20 +09:00
4d400c43be
WIP untested Impl. html generation from templates
2024-09-03 16:20:18 +09:00
0b9f0e38f8
WIP some work on http req/response handling
2024-09-02 13:51:10 +09:00
0022bf8b39
Add more documentation about how src/config works
2024-09-02 13:25:30 +09:00