- 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
- c59dd29648 chore(lander): removed old networking code
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 1a7686003c feat(lander): re-add authentication using LNM
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 8dc8ef8e2d chore(lander): updated changelog
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 876e5a7de4 fix(lnm): some small bugs
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 8ae59f1031 feat(lander): full initial migration to lnm
- f3da5c78ef feat(lander): implement redirect posting using lnm
- Compare 2 commits »
Jef Roosens pushed to lnm at Chewing_Bever/lander
- ad243ea9f5 feat(lnm): better routing detection
Jef Roosens commented on issue Chewing_Bever/lander#21
MultithreadingI've got a possible design for this: Each worker thread runs the event loop with its own set of connections n everything one of these threads is the main thread that also polls the listening…
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 8ec667af3b feat(lander): initial lnm integration test
- 799821d9fc feat(lnm): implement event loop state switching
- Compare 2 commits »
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 13ccfef94d feat(lnm): implement content-length header parsing
- 3c1e62330c feat(lnm): implement context resetting
- Compare 2 commits »
Jef Roosens pushed to lnm at Chewing_Bever/lander
- e8bb089f5c feat(lnm): add most of the writing code
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 77b62825a6 feat(lnm): more request processing code
Jef Roosens opened issue Chewing_Bever/lander#39
Make HTTP header matching case-insensitiveJef Roosens pushed to lnm at Chewing_Bever/lander
- 8c21ccf58b feat(lnm): part of routing code
Jef Roosens pushed to lnm at Chewing_Bever/lander
- d119f85260 feat(lnm): wrote part of context code
Jef Roosens opened issue Chewing_Bever/lander#38
Trailing garbage bytes in string outputsJef Roosens pushed to lnm at Chewing_Bever/lander
- e04f6e170e feat(lnm): start of processing code
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 4c2b85d436 feat(lnm): add request parser
- e59ee38ae2 feat(lnm): write server init code
- Compare 2 commits »
Jef Roosens pushed to lnm at Chewing_Bever/lander
- 3c74200bbd chore(lnm): add picohttpparser
Jef Roosens pushed to lnm at Chewing_Bever/lander
- c7b3f68c2e chore(lnm): copied over http constants