Commit graph

12 commits

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