summaryrefslogtreecommitdiffstats
path: root/reftable/pq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reftable: avoid leaks on realloc errorRené Scharfe2024-12-281-1/+1
* reftable: introduce `REFTABLE_FREE_AND_NULL()`Patrick Steinhardt2024-10-021-1/+1
* reftable/pq: handle allocation failures when adding entriesPatrick Steinhardt2024-10-021-1/+6
* reftable: change the type of array indices to 'size_t' in reftable/pq.cChandra Pratap2024-08-011-6/+6
* reftable: remove unnecessary curly braces in reftable/pq.cChandra Pratap2024-08-011-13/+4
* reftable: allow inlining of a few functionsPatrick Steinhardt2024-03-041-10/+0
* reftable/merged: make subiters own their recordsPatrick Steinhardt2024-03-041-6/+2
* Merge branch 'ps/reftable-iteration-perf'Junio C Hamano2024-02-271-12/+1
|\
| * reftable/pq: allocation-less comparison of entry keysPatrick Steinhardt2024-02-121-12/+1
* | reftable: introduce macros to grow arraysPatrick Steinhardt2024-02-061-6/+2
|/
* reftable: use a pointer for pq_entry paramElijah Conners2022-09-151-2/+2
* reftable: make reftable_record a tagged unionHan-Wen Nienhuys2022-01-201-1/+2
* reftable: add a heap-based priority queue for reftable recordsHan-Wen Nienhuys2021-10-081-0/+105