- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens pushed to lnm at Chewing_Bever/lander
- f79ba2818c feat(lnm): wrote rest of event loop
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 8a3be2b07c feat(lnm): start of event loop
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 20b6b593eb refactor: started lnm library
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 1587b923c1 refactor(http): pass Server & Content-Length as proper headers
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 380605ea08 feat(http): allow arbitrary number of response headers
Jef Roosens pushed to dev at Chewing_Bever/lander
- 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
Jef Roosens pushed to main at Chewing_Bever/lander
- 4427016094 fix(ci): don't let tag and push conflict
Jef Roosens deleted tag 0.2.0 from Chewing_Bever/lander
Jef Roosens pushed tag 0.2.0 to Chewing_Bever/lander
Jef Roosens pushed to main at Chewing_Bever/lander
- 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
- 62ac53cef6 chore: remove old trie library
Jef Roosens pushed to release/0.2.0 at Chewing_Bever/lander
- d8f015f923 chore: bump version to 0.2.0
Jef Roosens pushed to release/0.2.0 at Chewing_Bever/lander
- 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 opened issue Chewing_Bever/lander#37
Implement delete inlanderctl
Jef Roosens commented on issue Chewing_Bever/lander#18
Support HTTP range requestsI 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
Properly follow HTTP spec