about summary refs log tree commit diff
path: root/kittybox-rs/src/database/file/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* database/file: tokio::fs::create_dir_all is idempotentVika2023-07-171-6/+3
* FileStorage: properly fsync() files and directoriesVika2023-07-171-9/+21
* database{,/file}: clean up code, add documentation and loggingVika2023-07-091-80/+108
* micropub: use the new, better typed updates internallyVika2023-07-011-41/+17
* database: use domains instead of authorities as owner keyVika2023-06-221-24/+29
* database: introduce read_feed_with_cursorVika2023-06-221-1/+11
* StorageError: use std::borrow::Cow for msg fieldVika2023-06-221-9/+10
* Database: use newtypes to represent settingsVika2023-06-151-17/+14
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-271-4/+4
* FileStorage: save memory by taking children instead of cloningVika2022-07-231-16/+22
* treewide: rewrite using AxumVika2022-07-071-38/+70
* flake.nix: reorganizeVika2022-05-241-0/+619