- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens opened issue Chewing_Bever/lander#42
2500x slowdown after switching tolnm
Jef Roosens pushed to dev at Chewing_Bever/lander
-
58a8645c6c feat(lnm): support HEAD requests
Jef Roosens closed issue Chewing_Bever/lander#26
Don't limit number of connections to poll at onceJef Roosens closed issue Chewing_Bever/lander#39
Make HTTP header matching case-insensitiveJef Roosens closed issue Chewing_Bever/lander#25
Fully decouple networking stackJef Roosens commented on issue Chewing_Bever/lander#33
Refactorhttp_loop
I've decided to re-implement the response body logic in lnm, as it could be useful for other projects.
Jef Roosens pushed to dev at Chewing_Bever/lander
-
cc9dc6aec5 chore: properly compile picohttpparser in lnm; remove old http header
Jef Roosens pushed to dev at Chewing_Bever/lander
-
c59dd29648 chore(lander): removed old networking code
-
1a7686003c feat(lander): re-add authentication using LNM
-
8dc8ef8e2d chore(lander): updated changelog
-
876e5a7de4 fix(lnm): some small bugs
-
8ae59f1031 feat(lander): full initial migration to lnm
- Compare 25 commits »
Jef Roosens opened issue Chewing_Bever/lander#41
Move lander code to next tolsm and lnm
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…