index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
atuin-server
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
2024-04-18
chore: move crates into crates/ dir (#1958)
Ellie Huxtable
2024-01-28
chore(deps): update axum (#1637)
Conrad Ludgate
2023-12-27
feat: Add TLS to atuin-server (#1457)
Eric Hodel
2023-11-16
feat: add metrics server and http metrics (#1394)
Ellie Huxtable
2023-10-21
allow binding server to hostname (#1318)
Conrad Ludgate
2023-10-12
Add commands to print the default configuration (#1241)
Tobias Genannt
2023-07-27
some simple server tests (#1096)
Conrad Ludgate
2023-06-19
fix: fixes unix specific impl of shutdown_signal (#1061)
YummyOreo
2023-06-12
refactor server to allow pluggable db and tracing (#1036)
Conrad Ludgate
2023-05-30
Add graceful shutdown on SIGTERM (#1014)
Marijan Smetko
2023-05-21
Allow server configured page size (#994)
Ellie Huxtable
2022-06-10
Add configurable history length (#447)
Ellie Huxtable
2022-04-22
refactor (#327)
Conrad Ludgate
2022-04-21
tracing (#315)
Conrad Ludgate
2022-04-13
Initial implementation of calendar API (#298)
Ellie Huxtable
2022-04-12
goodbye warp, hello axum (#296)
Conrad Ludgate
2021-05-09
some changes :shrug: (#83)
Conrad Ludgate
2021-04-20
Use cargo workspaces (#37)
Ellie Huxtable
2021-04-20
Switch to Warp + SQLx, use async, switch to Rust stable (#36)
Ellie Huxtable
2021-02-14
Make pedantic clippy happy
Ellie Huxtable
2021-02-14
Make clippy annoying asf + add server
Ellie Huxtable