aboutsummaryrefslogtreecommitdiff
path: root/refs/reftable-backend.c
AgeCommit message (Expand)Author
2025-04-08refs: implement batch reference update supportKarthik Nayak
2025-04-08refs: introduce enum-based transaction error typesKarthik Nayak
2025-04-08refs/reftable: extract code from the transaction preparationKarthik Nayak
2025-04-08refs: move duplicate refname update check to generic layerKarthik Nayak
2025-03-29Merge branch 'ps/refname-avail-check-optim'Junio C Hamano
2025-03-12refs/iterator: implement seeking for reftable iteratorsPatrick Steinhardt
2025-03-12refs/iterator: separate lifecycle from iterationPatrick Steinhardt
2025-03-12refs/reftable: batch refname availability checksPatrick Steinhardt
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano
2025-02-03Merge branch 'kn/reflog-migration-fix-fix'Junio C Hamano
2025-01-27refs/reftable: fix uninitialized memory access of `max_index`Karthik Nayak
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak
2025-01-22refs: use 'uint64_t' for 'ref_update.index'Karthik Nayak
2025-01-17Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followupJunio C Hamano
2025-01-15reftable: write correct max_update_index to headerKarthik Nayak
2024-12-23Merge branch 'kn/reflog-migration'Junio C Hamano
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-12-16refs: allow multiple reflog entries for the same refnameKarthik Nayak
2024-12-16refs: add `committer_info` to `ref_transaction_add_update()`Karthik Nayak
2024-12-16refs: add `index` field to `struct ref_udpate`Karthik Nayak
2024-12-16refs: include committer info in `ref_update` structKarthik Nayak
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-11-26refs/reftable: reuse iterators when reading refsPatrick Steinhardt
2024-11-26refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt
2024-11-26refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt
2024-11-26refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt
2024-11-26refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt
2024-11-26refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt
2024-11-26refs/reftable: encapsulate reftable stackPatrick Steinhardt
2024-11-25refs: add TRANSACTION_CREATE_EXISTS errorBence Ferdinandy
2024-11-25refs: standardize output of refs_read_symbolic_refBence Ferdinandy
2024-11-21ref: support multiple worktrees check for refsshejialuo
2024-11-21refs: skip collision checks in initial transactionsPatrick Steinhardt
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano
2024-11-19reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-10-21global: Fix duplicate word typosSven Strickroth
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano
2024-10-02reftable/merged: handle allocation failures in `merged_table_init_iter()`Patrick Steinhardt
2024-09-30Merge branch 'ps/reftable-concurrent-writes'Junio C Hamano
2024-09-25Merge branch 'ps/reftable-exclude'Junio C Hamano
2024-09-24refs/reftable: reload locked stack when preparing transactionPatrick Steinhardt
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt
2024-09-16refs/reftable: wire up support for exclude patternsPatrick Steinhardt