Commit graph

40 commits

Author SHA1 Message Date
2ff70c02c6
feat: perhaps kinda working event loop server? 2023-05-29 18:28:44 +02:00
80e972ff54
feat: simple echoing server 2023-05-29 18:28:44 +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
a153c4e22d
test: update tests to use new API 2022-12-07 12:56:31 +01:00
50ebf86589
refactor: started refactoring trie api (contains segfaults) 2022-12-07 12:29:37 +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
2a373f3841
refactor: move trie back to own static library 2022-12-07 10:57:58 +01:00
a6e7b1dfd3
fix: fix testing code
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-03 21:00:07 +01:00
2d89c5e80f
refactor: some small stuff 2022-12-03 13:27:34 +01:00
f9a5fc14e5
feat: add some more tests; some optimisations 2022-11-29 20:59:28 +01:00
e1e3d7cb46
fix: ignore remove function in tests for now 2022-11-29 17:37:22 +01:00
ccbc55350c
test: added test framework for testing trie 2022-11-29 16:25:24 +01:00
2d7cce138d
chore: ran formatter; added TRIE description file 2022-11-29 15:17:43 +01:00
1e5442379f
feat: remove edge case checking for empty key 2022-11-29 15:10:12 +01:00
88ea0db2ee
feat: allow skips up to 8 characters long 2022-11-29 15:08:07 +01:00
4bcdd5c4d9
refactor: rename TernaryTrie to Trie
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-29 11:27:28 +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
55474b485f
feat: add very simple index page linking to my site
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-27 19:49:38 +01:00
22a7b5b3fc
feat: added secure random URL option
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 21:02:33 +01:00
b66c0f0e00
feat: allow adding paste with predefined key
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 20:15:49 +01:00
91bba2e9ff
fix: free key when adding paste
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 19:48:01 +01:00
425695596b
fix: assume server runs in working directory
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 16:48:34 +01:00
97ed770166
feat: serve paste entries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 16:28:27 +01:00
7f42d540b5
feat: add route for adding pastes 2022-11-21 16:22:52 +01:00
a22a2e5cfa
feat: create pastes directory; separate routes 2022-11-21 15:45:31 +01:00
f1ec643f80
feat: pave way for pastebin integration 2022-11-21 15:28:02 +01:00
689a878978
chore: added some comments 2022-11-21 14:46:53 +01:00
494946d24a
feat: use more std::string
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 14:19:56 +01:00
26318de22e
feat: return full URL of added entry
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-21 12:21:01 +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
94f7400169
Added a readme
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-16 13:05:09 +01:00
9c3af74e1b
Add very simple add-only persistence model
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-15 22:49:36 +01:00
919976073f
Started dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-15 21:30:10 +01:00
a2fcbb4224
Basic working version without persistent storage 2022-11-15 21:12:08 +01:00
cae62ce7d2
Proof-of-concept 2022-11-15 17:25:04 +01:00
614ae1c711
I will murder cmake 2022-11-15 17:05:14 +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