so/http
A basic HTTP Framework
git clone git@soophie.de:/srv/git/so/http
-
ID
TIME
MESSAGE
AUTHOR
-
af335a3
2025-12-08 14:05
feat: Updated header guards and transitioned to 'self' convention
Sophie
-
70d57bf
2025-12-07 11:38
feat: Moved server implementation to so/sock & added http_bind_listen()
Sophie
-
ad5ce3f
2025-09-17 07:29
fix: Updated README example
Sophie
-
6413047
2025-09-16 14:58
feat: Renaming & added stream write functions
Sophie
-
ea6fb5f
2025-05-12 21:07
feat: Updated README
Sophie
-
60c1583
2025-04-06 15:26
feat: Added queries/params parsing & improved type/function names
Sophie
-
2eff0b3
2025-04-06 12:03
feat: Added routing, macros & fixed memory leaks
Sophie
-
bc113ba
2025-03-11 15:42
feat: Shortened type names
Sophie
-
9cf6f81
2025-02-03 08:42
feat: Added socket read timeout
Sophie
-
b5ec0c1
2024-10-31 21:43
fix: Made read() non-blocking
Sophie
-
5220ab4
2024-10-31 12:46
fix: Guarded http_read() from blocking with poll()
Sophie
-
2e7bac5
2024-09-25 08:41
feat: Switched to single header file & added error handling
Sophie
-
4f56812
2024-09-20 11:19
fix: Fixed POST request read body bug
typable
-
ab7b16f
2024-09-20 10:12
fix: Fixed TLS certificate bug
typable
-
8ecc334
2024-09-18 09:05
feat: Added multi-port/host binding
typable
-
5696a76
2024-08-24 10:04
feat: Added ext data to http_request_t & removed logging
typable
-
cf861bd
2024-05-28 15:07
fix: Added missing HTTP body memory allocation
typable
-
82a811c
2024-05-08 09:53
fix: Fixed high CPU usage bug
typable
-
00aab00
2024-05-06 09:04
fix: Fixed write on closed socket bug
typable
-
19a49f2
2024-04-03 11:53
feat: Updated README.md
typable
-
76c0a03
2024-04-03 11:51
Initial implementation
typable