hishtory/client/lib
David Dworken a5f11af150
Add initial code to support unique per-entry IDs
This code has two caveats for old entries:
1. the ID is being backfiled with a random per-(device,entry) ID. So the ID won't match cross-device.
2. the server-side ID will still be a random ID that is unrelated to the entry ID
2023-09-22 13:16:24 -07:00
..
goldens Bring back logic that was removed in c9da7a10e4 that made it so invalid initial search queries will get replaced with a query for the empty string 2023-09-18 22:21:10 -07:00
config.fish Avoid performance hit caused by pre-saving by presaving in the background 2023-09-17 14:11:44 -07:00
config.sh Avoid performance hit caused by pre-saving by presaving in the background 2023-09-17 14:11:44 -07:00
config.zsh Avoid performance hit caused by pre-saving by presaving in the background 2023-09-17 14:11:44 -07:00
lib_test.go no-op refactoring: Move history entry building code from lib.go to cmd file for saving history entries 2023-08-27 22:05:24 -07:00
lib.go Add initial code to support unique per-entry IDs 2023-09-22 13:16:24 -07:00
slsa.go Move a bunch of update-specific code out of the generic lib.go file and into the update command 2023-09-13 22:45:49 -07:00