Commit graph

197 commits

Author SHA1 Message Date
4c2b85d436
feat(lnm): add request parser
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-27 13:50:08 +01:00
e59ee38ae2
feat(lnm): write server init code 2023-11-24 10:39:22 +01:00
3c74200bbd
chore(lnm): add picohttpparser
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-22 15:19:21 +01:00
c7b3f68c2e
chore(lnm): copied over http constants
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-22 13:17:46 +01:00
f79ba2818c
feat(lnm): wrote rest of event loop
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-22 12:59:28 +01:00
8a3be2b07c
feat(lnm): start of event loop
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-21 22:39:59 +01:00
20b6b593eb
refactor: started lnm library
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-21 09:36:58 +01:00
1587b923c1
refactor(http): pass Server & Content-Length as proper headers
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-20 22:41:49 +01:00
380605ea08
feat(http): allow arbitrary number of response headers
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-20 22:25:58 +01:00
4427016094
fix(ci): don't let tag and push conflict
All checks were successful
ci/woodpecker/push/docker-rel Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/docker-rel Pipeline was successful
ci/woodpecker/tag/docker Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-19 22:06:52 +01:00
62ac53cef6
chore: remove old trie library
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker-rel Pipeline was successful
ci/woodpecker/tag/docker Pipeline is pending
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/docker-rel Pipeline failed
2023-11-19 21:01:32 +01:00
d8f015f923
chore: bump version to 0.2.0
All checks were successful
ci/woodpecker/push/build Pipeline was successful
2023-11-19 14:25:55 +01:00
4f4ae79920
fix(ci): forgot to add gitea secret 2023-11-19 13:41:59 +01:00
45f839ffe2
chore(lander): update readme 2023-11-19 13:25:09 +01:00
a2d4b970e7
chore: please cppcheck
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-18 22:28:50 +01:00
9c387937ef
chore: clean up makefiles a bit 2023-11-18 21:36:08 +01:00
d2afb98268
feat(lsm): store data files in nested subdirectories
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-18 21:21:57 +01:00
d3652f801c
chore(ci): clean up build pipelines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-17 14:35:28 +01:00
8d8aef8111
feat(ci): add pipeline to publish dev static binaries
All checks were successful
ci/woodpecker/push/dev Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-17 14:24:23 +01:00
5dc9b99a0a
feat(landerctl): allow configuring CA bundle file
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-17 10:29:24 +01:00
46b404acac
fix(landerctl): output curl error if request fails
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-17 09:31:20 +01:00
e3c3f3b90a
fix(landerctl): don't fail when libmagic fails
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-17 09:15:55 +01:00
881f2defbe
chore(lsm): some refactoring
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-16 21:52:20 +01:00
e3aad2b5e4
feat(landerctl): show progress bar for file uploads
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-16 12:46:52 +01:00
e42004de94
feat(landerctl): properly find config file
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-16 12:21:13 +01:00
59da997828
chore(ci): once again remove deploy hook
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
2023-11-16 11:30:56 +01:00
92d6d83256
feat(landerctl): support all entry types 2023-11-16 11:30:02 +01:00
810bfd2bc9
feat(landerctl): support posting redirects 2023-11-15 14:50:02 +01:00
49c4c78242
feat(landerctl): started custom cli tool; wrote config parser 2023-11-15 09:35:59 +01:00
13b20715bf
fix(http_loop): correctly parse content-type 2023-11-14 21:46:52 +01:00
f97de2fe83
fix(event_loop): fix some wrong allocs 2023-11-14 15:36:18 +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
b053aa6c93
feat(lander): serve content-disposition header 2023-11-12 16:35:55 +01:00
6a5b23afaa
feat(lander): store filename if provided 2023-11-12 16:13:54 +01:00
04aef2643f
chore: update changelog & landerctl 2023-11-12 15:00:20 +01:00
64af94ce7a
refactor(lander): clean up code a bit 2023-11-12 14:55:40 +01:00
c026e13c44
feat(lander): server content-type header for file entries 2023-11-12 14:29:46 +01:00
70f622d9f3
feat(lander): support sendind extra attributes as custom headers 2023-11-12 14:12:13 +01:00
7fac278ead
feat(lander): introduce file entry type 2023-11-12 13:57:11 +01:00
3d48ee8019
feat(lander): support DELETE requests 2023-11-12 13:43:21 +01:00
a4ad8c246e
feat(lsm): remove data file when removing entry 2023-11-12 13:21:04 +01:00
c8728f2371
refactor(lsm): abstract determining entry data path 2023-11-12 13:19:30 +01:00
b40389bbe2
feat(lsm): implement basic remove 2023-11-12 12:48:36 +01:00
51e4a203e9
feat(lsm): move keys to db file; idx entries are now constant length 2023-11-11 13:10:14 +01:00
a6887d4094
refactor(lsm): rename some variables 2023-11-10 16:23:27 +01:00
418de748f0
feat(lsm): pave the way for removals and updates 2023-11-10 16:10:20 +01:00
ddc38452be
feat(lsm): don't sync non-dirty entries 2023-11-10 11:34:55 +01:00
9b223d04a0
feat(lsm): sync database when closing handle 2023-11-09 22:40:06 +01:00
eb0ce16f78
feat(lsm): store pointer to store in entry handle 2023-11-09 22:05:20 +01:00