Commit graph

183 commits

Author SHA1 Message Date
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
d4b21fb84d
feat(lsm): add valid entry marker to idx entries 2023-11-09 21:48:15 +01:00
2f58d1ee48
feat(lsm): track entry idx file offset 2023-11-09 21:32:39 +01:00
715e1f9a58
refactor(lsm): clean up disk write code 2023-11-09 21:07:51 +01:00
4fb127d9db
chore: update changelog 2023-11-08 21:59:47 +01:00
0efcdece48
feat(lander): store entry type as single byte 2023-11-08 18:17:58 +01:00
9c03a36aa2
fix(lsm): store data len in db; fix bug 2023-11-08 16:04:21 +01:00
ef33825b7b
feat(lsm): always store entry data on disk 2023-11-08 14:11:46 +01:00
35c301955f
refactor(lsm): switch to uint8_t attr types; refactor disk code 2023-11-08 13:42:46 +01:00
b5fc3a3612
refactor(lsm): decouple attribute types 2023-11-08 12:25:47 +01:00
535b92a6b6
feat(lander): integrate persistent insert & get lsm store 2023-11-08 11:19:33 +01:00
226873219b
refactor(lsm): slightly clean up disk write code 2023-11-08 10:40:12 +01:00
9c249d40c7
refactor(lsm): better separate store disk functions 2023-11-08 09:11:07 +01:00
e10c43dfd6
fix(lsm): work when first creating db 2023-11-08 09:05:38 +01:00
719a65beff
chore(lsm): format code 2023-11-08 08:47:24 +01:00