Jef Roosens Chewing_Bever
Jef Roosens pushed to lnm at Chewing_Bever/lander 2023-11-22 12:59:49 +01:00
f79ba2818c feat(lnm): wrote rest of event loop
Jef Roosens pushed to lnm at Chewing_Bever/lander 2023-11-21 22:40:50 +01:00
8a3be2b07c feat(lnm): start of event loop
Jef Roosens pushed to lnm at Chewing_Bever/lander 2023-11-21 14:14:24 +01:00
20b6b593eb refactor: started lnm library
Jef Roosens pushed to lnm at Chewing_Bever/lander 2023-11-20 23:03:40 +01:00
1587b923c1 refactor(http): pass Server & Content-Length as proper headers
Jef Roosens created branch lnm in Chewing_Bever/lander 2023-11-20 22:26:24 +01:00
Jef Roosens pushed to lnm at Chewing_Bever/lander 2023-11-20 22:26:24 +01:00
380605ea08 feat(http): allow arbitrary number of response headers
Jef Roosens pushed to dev at Chewing_Bever/lander 2023-11-19 22:09:57 +01:00
4427016094 fix(ci): don't let tag and push conflict
62ac53cef6 chore: remove old trie library
d8f015f923 chore: bump version to 0.2.0
4f4ae79920 fix(ci): forgot to add gitea secret
45f839ffe2 chore(lander): update readme
Compare 5 commits »
Jef Roosens pushed tag 0.2.0 to Chewing_Bever/lander 2023-11-19 22:08:05 +01:00
Jef Roosens pushed to main at Chewing_Bever/lander 2023-11-19 22:07:20 +01:00
4427016094 fix(ci): don't let tag and push conflict
Jef Roosens deleted tag 0.2.0 from Chewing_Bever/lander 2023-11-19 21:54:11 +01:00
Jef Roosens pushed tag 0.2.0 to Chewing_Bever/lander 2023-11-19 21:50:00 +01:00
Jef Roosens pushed to main at Chewing_Bever/lander 2023-11-19 21:48:58 +01:00
62ac53cef6 chore: remove old trie library
d8f015f923 chore: bump version to 0.2.0
4f4ae79920 fix(ci): forgot to add gitea secret
45f839ffe2 chore(lander): update readme
a2d4b970e7 chore: please cppcheck
Compare 90 commits »
Jef Roosens pushed to release/0.2.0 at Chewing_Bever/lander 2023-11-19 21:18:01 +01:00
62ac53cef6 chore: remove old trie library
Jef Roosens pushed to release/0.2.0 at Chewing_Bever/lander 2023-11-19 14:26:11 +01:00
d8f015f923 chore: bump version to 0.2.0
Jef Roosens pushed to release/0.2.0 at Chewing_Bever/lander 2023-11-19 13:44:34 +01:00
4c1d812a17 chore: bump version to 0.2.0
4f4ae79920 fix(ci): forgot to add gitea secret
45f839ffe2 chore(lander): update readme
Compare 3 commits »
Jef Roosens created branch release/0.2.0 in Chewing_Bever/lander 2023-11-19 13:44:33 +01:00
Jef Roosens opened issue Chewing_Bever/lander#37 2023-11-19 12:05:10 +01:00
Implement delete in landerctl
Jef Roosens opened issue Chewing_Bever/lander#36 2023-11-19 11:26:03 +01:00
Refactor event_loop
Jef Roosens commented on issue Chewing_Bever/lander#18 2023-11-19 10:03:59 +01:00
Support HTTP range requests

I just had a thought on how this could be implemented.

The concept of response steps was introduced to allow custom code to write the response body, e.g. streaming the data from a store entry.…

Jef Roosens opened issue Chewing_Bever/lander#35 2023-11-18 23:15:38 +01:00
Properly follow HTTP spec