Commit graph

17 commits

Author SHA1 Message Date
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