aboutsummaryrefslogtreecommitdiffstats
path: root/crates/daemon/src/aclient/database/mod.rs (unfollow)
Commit message (Expand)Author
5 daystreewide: Upgrade and update dependenciesBenedikt Peetz
2026-07-24feat: Finalize design for fish-shell integrationBenedikt Peetz
2026-07-20chore: Last big refactoringBenedikt Peetz
2026-07-20chore: CommitBenedikt Peetz
2026-07-20chore: CommitBenedikt Peetz
2026-07-20chore: Remove some warnings (cargo fix)Benedikt Peetz
2026-07-20chore: All compilesBenedikt Peetz
2026-07-20chore: CommitBenedikt Peetz
2026-07-09chore: Separate daemon, client, server, and lib into cratesBenedikt Peetz
2026-06-13chore(treewide): Remove glob importsBenedikt Peetz
2026-06-13fix(sqlite): Ensure that database migration runs sequentiallyBenedikt Peetz
2026-06-13chore(treewide): Also fix all `clippy` warningsBenedikt Peetz
2026-06-13chore(treewide): Fix some of `clippy`'s errorBenedikt Peetz
2026-06-12chore(treewide): Cleanup themesBenedikt Peetz
2026-06-12feat(server): Really make users stateless (with tests)Benedikt Peetz
2026-06-11chore: Remove all `pub`sBenedikt Peetz
2026-06-11chore: Restore db migrationsBenedikt Peetz
2026-06-11chore: Move everything into one big crateBenedikt Peetz
2026-06-10chore: Turn all `allow`s into into `expect`sBenedikt Peetz
2026-04-11feat: track coding agent shell usage (#3388)Ellie Huxtable
2026-02-26feat: In-memory search index with atuin daemon (#3201)Michelle Tilley
2026-02-25feat: Add history author/intent metadata and v1 record version (#3205)Ellie Huxtable
2026-02-11feat: `switch-context` (#3149)Lucas Trzesniewski
2026-02-04feat: replace several files with a sqlite db (#3128)Ellie Huxtable
2026-01-25fix for inverse matchinglilydjwg
2026-01-25fix for 'termlilydjwg
2026-01-25feat(ui): highlight fulltext search as fulltext search instead of fuzzy searchlilydjwg
2025-09-15fix: clippy warningschitao1234
2025-09-15feat: add session-preload filter mode to include global history from before s...chitao1234
2025-09-10fix: clippy warnings I don't have on my version of clippyRay Kohler
2025-09-10fix: run `cargo fmt`Ray Kohler
2025-09-10fix: clean up new rustc and clippy warnings on Rust 1.89Ray Kohler
2025-08-04fix: clippy issues on Windows (#2856)Lucas Trzesniewski
2025-04-17feat: delete duplicate history (#2697)依云
2025-03-24feat: option to include duplicate commands when printing history commands (#2...依云
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2025-03-09fix: improve broken symlink error handling (#2589)James Trew
2024-12-27feat: add `atuin wrapped` (#2493)Ellie Huxtable
2024-08-05test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQLite (#2337)Jax Young
2024-06-03feat(doctor): report sqlite version (#2075)Xavier Vello
2024-05-08fix: add incremental rebuild to daemon loop (#2010)Ellie Huxtable
2024-05-08feat: add background daemon (#2006)Ellie Huxtable
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-04-11feat(gui): add base structure (#1935)Ellie Huxtable
2024-03-15fix(search): case insensitive hostname filtering (#1883)Ellie Huxtable
2024-03-05fix(build): make atuin compile on non-win/mac/linux platforms (#1825)Rain
2024-03-01feat: support regex with r/.../ syntax (#1745)依云
2024-02-19feat: change fulltext to do multi substring match (#1660)依云
2024-02-04fix: set durability for sqlite to recommended settings (#1667)Joe Ardent
2024-01-22fix(tui): dedupe was removing history (#1610)Ellie Huxtable