summaryrefslogtreecommitdiff
path: root/database.cpp
AgeCommit message (Collapse)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-16Add more reserve callsScott Lagler
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-03-28missed the older dates!Jordan Wiens
2025-02-11Implement Snapshot::HasData()Glenn Smith
2024-05-14Ref count undo objectsJosh Ferrell
2024-01-22Project supportJosh Ferrell
2024-01-08update copyright yearJordan Wiens
2023-06-29Pass KeyValueStore ValueHash through the APIJosh Ferrell
2023-06-08API to read raw undo buffer (for DHView)Glenn Smith
2023-02-15Remove legacy BNDB Merge ToolJosh Ferrell
2023-01-05Update copyright to 2023Josh F
2023-01-03Move this api for consistencyGlenn Smith
Sorry if you were using it (99.99% chance you weren't)
2023-01-03Add Snapshot::SetName apiGlenn Smith
2022-10-06Add APIs for checking and writing snapshot dataJosh F
2022-09-29DebugInfo: make parseInfo have a progress callbackGlenn Smith
This will enable us to have progress bars and cancellation of debuginfo application
2022-04-13Add Database::TrimSnapshot apiGlenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-20[Enterprise] Support for sparse/trimmed snapshotsGlenn Smith
2022-01-17Make various database progress functions cancellableGlenn Smith
2021-07-13Database apiGlenn Smith
Co-Authored-By: Josh Ferrell <josh@vector35.com>