| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang format | Dan Engelbrecht | 2025-01-10 | 4 | -94/+91 |
| | | |||||
| * | displayname and description are windows-only properties | Dan Engelbrecht | 2025-01-10 | 4 | -32/+41 |
| | | |||||
| * | cleanups | Dan Engelbrecht | 2025-01-10 | 1 | -159/+105 |
| | | |||||
| * | partially working service commands for macos | Dan Engelbrecht | 2025-01-10 | 2 | -26/+252 |
| | | |||||
| * | make windows elevation optional | Dan Engelbrecht | 2025-01-10 | 2 | -70/+132 |
| | | |||||
| * | use local service account for zen service | Dan Engelbrecht | 2025-01-10 | 1 | -13/+13 |
| | | |||||
| * | if we can't open a process handle, assume it is running under other user id | Dan Engelbrecht | 2025-01-10 | 1 | -0/+5 |
| | | |||||
| * | remove ServiceLevel | Dan Engelbrecht | 2025-01-10 | 6 | -395/+33 |
| | | |||||
| * | get home folder | Dan Engelbrecht | 2025-01-10 | 2 | -0/+9 |
| | | |||||
| * | partial macos implementation | Dan Engelbrecht | 2025-01-09 | 2 | -12/+60 |
| | | |||||
| * | mac function signature fix | Dan Engelbrecht | 2025-01-08 | 1 | -8/+6 |
| | | |||||
| * | use attachconsole to send ctrl+c to running process | Dan Engelbrecht | 2025-01-08 | 2 | -44/+48 |
| | | |||||
| * | add ServiceLevel for service processes: User, AllUsers and Service | Dan Engelbrecht | 2025-01-08 | 6 | -64/+483 |
| | | |||||
| * | check if service is already installed before attempting install | Dan Engelbrecht | 2025-01-08 | 1 | -7/+27 |
| | | |||||
| * | Merge remote-tracking branch 'origin/de/zen-service-command' into ↵ | Dan Engelbrecht | 2025-01-08 | 1 | -35/+112 |
| |\ | | | | | | | de/zen-service-command | ||||
| | * | wip | Dan Engelbrecht | 2024-09-18 | 1 | -34/+108 |
| | | | |||||
| | * | Add ServiceSpec struct | Dan Engelbrecht | 2024-09-18 | 3 | -51/+79 |
| | | | |||||
| | * | clang format | Dan Engelbrecht | 2024-09-18 | 2 | -5/+5 |
| | | | |||||
| | * | launchd plist install | Dan Engelbrecht | 2024-09-18 | 4 | -7/+18 |
| | | | |||||
| | * | more WIP | Dan Engelbrecht | 2024-09-18 | 1 | -432/+499 |
| | | | |||||
| | * | wip | Dan Engelbrecht | 2024-09-18 | 1 | -320/+433 |
| | | | |||||
| | * | zen `service` command | Dan Engelbrecht | 2024-09-18 | 5 | -0/+790 |
| | | | |||||
| * | | Add ServiceSpec struct | Dan Engelbrecht | 2025-01-08 | 3 | -51/+79 |
| | | | |||||
| * | | clang format | Dan Engelbrecht | 2025-01-08 | 2 | -5/+5 |
| | | | |||||
| * | | launchd plist install | Dan Engelbrecht | 2025-01-08 | 4 | -7/+18 |
| | | | |||||
| * | | more WIP | Dan Engelbrecht | 2025-01-08 | 1 | -432/+499 |
| | | | |||||
| * | | wip | Dan Engelbrecht | 2025-01-08 | 1 | -320/+433 |
| | | | |||||
| * | | zen `service` command | Dan Engelbrecht | 2025-01-08 | 5 | -0/+790 |
| | | | |||||
| * | | 5.5.17-pre1v5.5.17-pre1 | Dan Engelbrecht | 2024-12-19 | 1 | -1/+1 |
| | | | |||||
| * | | increase limit for mmap path to 8kb (#270) | Dan Engelbrecht | 2024-12-19 | 2 | -1/+2 |
| | | | |||||
| * | | don't add overhead of verifying oplog presence on disk for "getchunks" rpc ↵ | Dan Engelbrecht | 2024-12-18 | 2 | -3/+6 |
| | | | | | | | | | call (#269) | ||||
| * | | Miscellaneous minor LLM fixes (#268)v5.5.17-pre0 | Stefan Boberg | 2024-12-17 | 4 | -4/+9 |
| | | | | | | | | | | | | | | | With this change, LLM tags are assigned using the name,parent tuple rather than just by name only. This allows tag hierarchies like `cache/store` and `project/store` which would previously get collapsed into the first pair seen when registering the `store` tag. This PR also adds some more LLM tag annotations to more accurately associate memory allocations with subsystems In addition, this PR also tweaks the frequency of timer marker events to increase the resolution in Insights and avoid some cases of Insights deciding that marker events are too far apart since we don't allocate as frequently as UE tends to. | ||||
| * | | 5.5.17-pre0 | Dan Engelbrecht | 2024-12-17 | 1 | -1/+1 |
| | | | |||||
| * | | batch fetch record cache values (#266) | Dan Engelbrecht | 2024-12-17 | 4 | -22/+97 |
| | | | | | | | | | | | | | - Improvement: Batch fetch record attachments when appropriate - Improvement: Reduce memory buffer allocation in BlockStore::IterateBlock - Improvement: Tweaked BlockStore::IterateBlock logic when to use threaded work (at least 4 chunks requested) - Bugfix: CasContainerStrategy::IterateChunks could give wrong payload/index when requesting 1 or 2 chunks | ||||
| * | | remove all referenced attachments in op from pending chunk references (#267) | Dan Engelbrecht | 2024-12-17 | 1 | -5/+7 |
| | | | |||||
| * | | more memory tagging and fixes (#263) | Stefan Boberg | 2024-12-16 | 9 | -8/+272 |
| | | | | | | | This change adds more instrumentation for memory tracking, so that as little as possible comes through as Unknown in Insights analysis. | ||||
| * | | 5.5.16v5.5.16 | Dan Engelbrecht | 2024-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | 5.5.16-pre4v5.5.16-pre4 | Dan Engelbrecht | 2024-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | fix trailing path separator in workspace commands (#265) | Dan Engelbrecht | 2024-12-13 | 2 | -0/+16 |
| | | | |||||
| * | | 5.5.16-pre3v5.5.16-pre3 | Dan Engelbrecht | 2024-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | change log update for oplog key fix which was accidentally committed to main ↵ | Stefan Boberg | 2024-12-13 | 1 | -0/+1 |
| | | | | | | | | | directly | ||||
| * | | Implemented temporary workaround for long paths in ComputeOpKey | Stefan Boberg | 2024-12-13 | 1 | -3/+72 |
| | | | | | | | | | also added a test case to exercise the logic | ||||
| * | | added test verification of XXH3_128Stream vs XXH3_128::HashMemory | Stefan Boberg | 2024-12-13 | 1 | -0/+2 |
| | | | |||||
| * | | fixed XXH3_128Stream so it initializes the state properly | Stefan Boberg | 2024-12-13 | 4 | -5/+42 |
| | | | | | | | | | the old version is still present for now, with a _deprecated suffix | ||||
| * | | added ComputeOpKey so all instances of mapping key -> Oid is in a single place | Stefan Boberg | 2024-12-13 | 2 | -24/+33 |
| | | | |||||
| * | | added xxhash unit tests (which currently fail) | Stefan Boberg | 2024-12-13 | 2 | -0/+46 |
| | | | |||||
| * | | changelog | Dan Engelbrecht | 2024-12-13 | 1 | -2/+3 |
| | | | |||||
| * | | 5.5.16-pre2v5.5.16-pre2 | Dan Engelbrecht | 2024-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | Dashboard: view -> list rename, table style fix, file name appended to ↵ | Martin Ridgers | 2024-12-12 | 6 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | downloads (#264) * Single-column tables could overflow their maximum width * Suffix oplog entry data's file name when downloading * Renamed "view" link to "list" * Ensure all undesirable characters are removed from page name * Updated embedded frontend Zip archive * Wrote some entries into the changelog | ||||
| * | | 5.5.16-pre1v5.5.16-pre1 | Dan Engelbrecht | 2024-12-12 | 1 | -1/+1 |
| | | | |||||