| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | daemon/api: Remove `add_history` | Benedikt Peetz | 4 days |
| | | | | | | This request is a footgun, as it will leave commands that never return (e.g. `shutdown`, `exit`, etc.) unrecorded. | ||
| * | Cargo.toml: 20.0.0 -> 20.0.1 | Benedikt Peetz | 5 days |
| | | |||
| * | crates/turtle/client/history: Set a higher rpc message limit | Benedikt Peetz | 5 days |
| | | | | | The history message can become quite large. | ||
| * | crates/daemon/api/history: Remove pointless sleep | Benedikt Peetz | 5 days |
| | | | | | That was forgotten here during testing. | ||
| * | crates/daemon/aclient/history: Don't panic on negative command duration | Benedikt Peetz | 5 days |
| | | | | | The old atuin code, used a negative duration as no-duration sentinel. | ||
| * | nix/module.hm.nix: Init home-manager module | Benedikt Peetz | 5 days |
| | | |||
| * | nix/package: Build in release profile | Benedikt Peetz | 5 days |
| | | |||
| * | crates/client/daemon/status: Fail, when connection to daemon fails | Benedikt Peetz | 5 days |
| | | |||
| * | crates/client: Rename to turtle-client | Benedikt Peetz | 6 days |
| | | | | | `turtle` is already taken on crates.io | ||
| * | treewide: Upgrade and update dependencies | Benedikt Peetz | 6 days |
| | | | | | | `rusty_paseto` was left explicitly on v0.8 because the v0.10 is no longer compatible with `rusty_paserk`. | ||
| * | treewide: Update Cargo.toml metadata | Benedikt Peetz | 6 days |
| | | |||
| * | treewide: Fix most `cargo check` warnings | Benedikt Peetz | 6 days |
| | | | | | The remaining ones, require actual work to resolve. | ||
| * | crates/turtle/list: Restore the history listing code from atuin | Benedikt Peetz | 6 days |
| | | | | | _That_ was actually useful to have. | ||
| * | fix(nix): Update all references and switch build to crane | Benedikt Peetz | 6 days |
| | | |||
| * | feat: Finalize design for fish-shell integration | Benedikt Peetz | 2026-07-24 |
| | | |||
| * | chore: Last big refactoring | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore(server): Remove warnings | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Remove some warnings (cargo fix) | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore(atuin): Remove unused crate dependencies | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: All compiles | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Commit | Benedikt Peetz | 2026-07-20 |
| | | |||
| * | chore: Move more stuff out of atuin-client | 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-07-09 |
| | | |||
| * | fix(client/sync): Pass through precise error on `SyncError::WrongKey` | Benedikt Peetz | 2026-06-14 |
| | | |||
| * | fix(client/settings): Trim sync user_id and encryption_key | Benedikt Peetz | 2026-06-14 |
| | | | | | | The files might be newline delimited, which we should remove before we try to parse the contents. | ||
| * | fix(package.nix): Add a (kinda arbitrary) version number | Benedikt Peetz | 2026-06-14 |
| | | |||
| * | fix({client,server}/settings): Don't fail, when there is no config file | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(treewide): Remove glob imports | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | build(flake): Expose nixos-module | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | docs(README): Update to highlight the changes | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | fix(config): Don't write non-TOML default config files | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | perf: Add basic profiling framework | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | tests(basic): Extend to cover repeated sync | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | build(cargo): Use `mold` as a linker | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(daemon): Remove the `autostart` feature | Benedikt Peetz | 2026-06-13 |
| | | | | | A service manager should deal with that. | ||
| * | fix(sqlite): Ensure that database migration runs sequentially | Benedikt Peetz | 2026-06-13 |
| | | | | | Otherwise, we might run migration from multiple db-connections. | ||
| * | chore(treewide): Also fix all `clippy` warnings | Benedikt Peetz | 2026-06-13 |
| | | |||
| * | chore(treewide): Fix some of `clippy`'s error | Benedikt Peetz | 2026-06-13 |
| | | | | | Just a run of `cargo clippy --fix` | ||
| * | chore(treewide): Remove `cargo` warnings to 0 | Benedikt Peetz | 2026-06-13 |
| | | | | | There are still the `clippy` warnings, but they are for a future date. | ||
| * | chore(treewide): Cleanup themes | Benedikt Peetz | 2026-06-12 |
| | | |||
| * | feat(server): Really make users stateless (with tests) | Benedikt Peetz | 2026-06-12 |
| | | | | | This commit also remove another load of unneeded features. | ||
| * | feat(server): Make user stuff stateless | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore(server): Remove the last remnants of the "hub" sync-server thingy | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore(server): Simplify the database support | Benedikt Peetz | 2026-06-11 |
| | | |||
| * | chore: Remove all `pub`s | Benedikt Peetz | 2026-06-11 |
| | | | | | | 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)` | ||
