Commit graph

249 commits

Author SHA1 Message Date
f4d711365d
feat(lsm): iterator over items in trie 2024-03-09 20:53:27 +01:00
5564e23ceb
feat(lsm): binary tree iterators 2024-03-09 20:53:27 +01:00
8c2a7a640d
feat(ltm): PoC paste pages 2024-03-09 20:53:27 +01:00
11421dca74
doc(ltm): add readme 2024-03-09 20:53:26 +01:00
665f5fc63c
refactor(ltm): remove some code duplication 2024-03-09 20:53:26 +01:00
845ec95bf1
feat(ltm): support custom data reader functions 2024-03-09 20:53:26 +01:00
f37cfc30af
feat(ltm): add file data support 2024-03-09 20:53:26 +01:00
c26c8cf18a
feat(ltm): initial write function 2024-03-09 20:53:26 +01:00
750bee27c7
feat(ltm): memory safe errors; instance add var & nested functions 2024-03-09 20:53:26 +01:00
e058c107e2
feat(ltm): initial instantiate function 2024-03-09 20:53:26 +01:00
0ef51ccada
refactor(ltm): rename loops to nested 2024-03-09 20:53:26 +01:00
ba320a4250
feat(ltm): initial full template compiler/parser 2024-03-09 20:53:26 +01:00
af5e519663
feat(ltm): basic parsing of vars + some tests 2024-03-09 20:53:26 +01:00
0bc8fc8273
feat(ltm): some more work on the parser 2024-03-09 20:53:25 +01:00
95788f22e3
feat(ltm): wip compile 2024-03-09 20:53:25 +01:00
5df1ea8309
feat(ltm): start library 2024-03-09 20:53:25 +01:00
675c9b78ff
chore: update version to 0.2.1
Some checks failed
ci/woodpecker/tag/docker-rel Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/docker Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/docker-rel Pipeline is pending
ci/woodpecker/push/build Pipeline failed
2024-03-09 20:45:34 +01:00
8aad8b2d0f
chore: update changelog and lnm commit
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
2024-03-09 20:30:50 +01:00
ce0abcdc25
chore: updated readme and makefile
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2024-03-09 13:29:10 +01:00
94da7584aa
refactor(lander): fully integrate new lnm framework router
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2024-03-03 09:46:20 +01:00
44ba4b053e
refactor(lander): partial migration to updated lnm framework 2024-03-02 23:31:34 +01:00
7b195c75b0
chore: remove lnm directory 2024-03-02 22:40:57 +01:00
dc0a3a7349
feat(lander): remove content-disposition header
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2024-03-02 12:02:20 +01:00
e438bd045c
feat(ci): build for arm64
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
2023-12-30 17:01:23 +01:00
8bdf52da0d
feat(lnm): move request data to separate buffer if read buffer changes
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-22 20:06:06 +01:00
d53a949946
feat(lnm): switch to epoll
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-12 22:22:55 +01:00
89cc41f28a
chore(lander): move a log line
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-12 12:15:21 +01:00
8e0477c34b
feat(lander): fully switch to lnm logger
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-11 15:39:31 +01:00
dde83584a7
feat(lnm): add some internal logging 2023-12-11 15:34:49 +01:00
3aa0ace863
feat(lnm): add logging framework 2023-12-11 15:00:34 +01:00
e44b7d0e5f
fix(lander): remove small mem leak
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-09 12:48:32 +01:00
4ae1355cec
feat(lander): re-add Server header 2023-12-09 12:34:02 +01:00
cda61f5433
feat(landerctl): add option to use custom config file
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-09 10:37:10 +01:00
a0954e8d07
fix(lnm): seemingly fix performance regression
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-08 22:03:47 +01:00
58a8645c6c
feat(lnm): support HEAD requests
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-12-07 12:54:34 +01:00
cc9dc6aec5
chore: properly compile picohttpparser in lnm; remove old http header
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
files
2023-12-07 11:02:20 +01:00
c59dd29648
chore(lander): removed old networking code
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline failed
2023-12-06 23:04:06 +01:00
1a7686003c
feat(lander): re-add authentication using LNM
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-06 18:16:52 +01:00
8dc8ef8e2d
chore(lander): updated changelog
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-06 17:43:56 +01:00
876e5a7de4
fix(lnm): some small bugs
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-05 20:21:28 +01:00
8ae59f1031
feat(lander): full initial migration to lnm
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-05 19:36:54 +01:00
f3da5c78ef
feat(lander): implement redirect posting using lnm 2023-12-05 19:12:19 +01:00
ad243ea9f5
feat(lnm): better routing detection
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-04 21:46:10 +01:00
8ec667af3b
feat(lander): initial lnm integration test
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-02 20:22:05 +01:00
799821d9fc
feat(lnm): implement event loop state switching 2023-12-02 16:45:37 +01:00
13ccfef94d
feat(lnm): implement content-length header parsing
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-02 16:28:52 +01:00
3c1e62330c
feat(lnm): implement context resetting 2023-12-02 13:24:22 +01:00
e8bb089f5c
feat(lnm): add most of the writing code
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-12-01 22:00:49 +01:00
77b62825a6
feat(lnm): more request processing code
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-30 21:04:13 +01:00
8c21ccf58b
feat(lnm): part of routing code
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-28 20:54:40 +01:00