Commit graph

27 commits

Author SHA1 Message Date
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
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
9c387937ef
chore: clean up makefiles a bit 2023-11-18 21:36:08 +01:00
29f4edc059
chore(lander): fix Docker build 2023-11-14 15:34:07 +01:00
6af3e6ad6d
chore: integrate cppcheck into workflow 2023-11-14 10:49:12 +01:00
afd18d3a37
feat(http): add custom processing to responses using response steps 2023-11-02 10:27:34 +01:00
b552e0a81b
feat(lsm): some more string functions; start of data streaming api 2023-10-25 10:57:45 +02:00
0229db027d
refactor: clean up Makefiles 2023-07-28 21:08:48 +02:00
fb4a9a3b2e
refactor: decouple trie into static library 2023-07-28 18:48:44 +02:00
7f2a45c37a
feat: env vars for configuring data dir & tcp port
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-07-27 14:09:56 +02:00
16103f9b24
feat: add step to receive request body in buffer 2023-05-29 23:26:15 +02:00
7913201f89
chore: fix repo compilation after rebase with main 2023-05-29 18:40:36 +02:00
8f9de37a95
feat: add Server header 2023-05-29 18:28:46 +02:00
dfd27b579d
feat: add context information to requests 2023-05-29 18:28:45 +02:00
a163ee5155
refactor: clean up the code to start development properly 2023-05-29 18:28:43 +02:00
11cd537759
feat: switch to C-based compilation, start of simple event loop 2023-05-29 18:27:40 +02:00
01eb5ece55
fix: fixed segfault 2022-12-07 13:29:21 +01:00
088322c18f
refactor: move locking responsibility to user
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-07 11:28:20 +01:00
ccbc55350c
test: added test framework for testing trie 2022-11-29 16:25:24 +01:00
88ea0db2ee
feat: allow skips up to 8 characters long 2022-11-29 15:08:07 +01:00
cc8cfaeace
refactor: don't compile trie as separate library
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-27 20:20:09 +01:00
a22a2e5cfa
feat: create pastes directory; separate routes 2022-11-21 15:45:31 +01:00
51fc2867a8
feat: added randomly generated URLs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 12:03:16 +01:00
a2fcbb4224
Basic working version without persistent storage 2022-11-15 21:12:08 +01:00
0b97f124c5
added ternary trie implementation 2022-11-15 16:21:27 +01:00
d7f95f0fbf
Configured start of project 2022-11-15 16:05:47 +01:00