| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2026-07-20 | chore: Commit | Benedikt Peetz | |
| 2026-07-20 | chore(server): Remove warnings | Benedikt Peetz | |
| 2026-07-09 | chore: Add more things | Benedikt Peetz | |
| 2026-07-09 | chore: Separate daemon, client, server, and lib into crates | Benedikt Peetz | |
| 2026-06-13 | chore(treewide): Fix some of `clippy`'s error | Benedikt Peetz | |
| Just a run of `cargo clippy --fix` | |||
| 2026-06-12 | feat(server): Really make users stateless (with tests) | Benedikt Peetz | |
| This commit also remove another load of unneeded features. | |||
| 2026-06-11 | chore(server): Simplify the database support | Benedikt Peetz | |
| 2026-06-11 | chore: Remove all `pub`s | Benedikt Peetz | |
| They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)` | |||
| 2026-06-11 | chore: Move everything into one big crate | Benedikt Peetz | |
| That helps remove duplicated code and rustc/cargo will now also show dead code correctly. | |||
