- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Jef Roosens synced new reference refs/tags/v3.7.1 to Chewing_Bever/didier from mirror
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
83072d5441 feat(lsm): iterator over items in trie
-
90826c3644 feat(lsm): binary tree iterators
- Compare 2 commits »
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
b74e8a7b84 feat(ltm): PoC paste pages
Jef Roosens pushed to dev at Chewing_Bever/lander
-
8bdf52da0d feat(lnm): move request data to separate buffer if read buffer changes
Jef Roosens commented on issue Chewing_Bever/lander#23
Proper paste pagesWhile experimenting with the LTM I've encountered another annoying issue: `<` and `>` in pastes. If you add these into an HTML file (even inside `<pre><code>`), the browser will try to interpret…
Jef Roosens opened issue Chewing_Bever/lander#46
LCM - Lander Common ModuleJef Roosens pushed to ltm at Chewing_Bever/lander
-
9cd5d386cd doc(ltm): add readme
-
f781fbdb89 refactor(ltm): remove some code duplication
- Compare 2 commits »
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
dae8a2f30e feat(ltm): support custom data reader functions
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
53c2313953 feat(ltm): add file data support
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
c7a1fec6c2 feat(ltm): initial write function
-
11325bdbcd feat(ltm): memory safe errors; instance add var & nested functions
- Compare 2 commits »
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
959be10264 feat(ltm): initial instantiate function
-
6f817307cf refactor(ltm): rename loops to nested
- Compare 2 commits »
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
1e34cb8c2d feat(ltm): initial full template compiler/parser
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
9a207d0b0b feat(ltm): basic parsing of vars + some tests
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
1bb0e7f119 feat(ltm): some more work on the parser
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
0c8c6c2b63 feat(ltm): wip compile
Jef Roosens commented on issue Chewing_Bever/lander#23
Proper paste pagesTo keep the application self-contained, we'd need to serve at least the `highlight.js` file (and probably some css files later on) from the Lander server. For this, it might be good to add a `/_/`…
Jef Roosens pushed to ltm at Chewing_Bever/lander
-
4f4b780b28 feat(ltm): start library
Jef Roosens commented on issue Chewing_Bever/lander#19
Use non-blocking I/O forlsm_store
After some research, it seems that it isn't actually possible to set a regular file to non-blocking, as the kernel would stil need to block if data needs to be retrieved from the file system. Pe…
Jef Roosens closed issue Chewing_Bever/lander#19
Use non-blocking I/O forlsm_store