index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
/
pq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
reftable: avoid leaks on realloc error
René Scharfe
2024-12-28
1
-1
/
+1
*
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
2024-10-02
1
-1
/
+1
*
reftable/pq: handle allocation failures when adding entries
Patrick Steinhardt
2024-10-02
1
-1
/
+6
*
reftable: change the type of array indices to 'size_t' in reftable/pq.c
Chandra Pratap
2024-08-01
1
-6
/
+6
*
reftable: remove unnecessary curly braces in reftable/pq.c
Chandra Pratap
2024-08-01
1
-13
/
+4
*
reftable: allow inlining of a few functions
Patrick Steinhardt
2024-03-04
1
-10
/
+0
*
reftable/merged: make subiters own their records
Patrick Steinhardt
2024-03-04
1
-6
/
+2
*
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
2024-02-27
1
-12
/
+1
|
\
|
*
reftable/pq: allocation-less comparison of entry keys
Patrick Steinhardt
2024-02-12
1
-12
/
+1
*
|
reftable: introduce macros to grow arrays
Patrick Steinhardt
2024-02-06
1
-6
/
+2
|
/
*
reftable: use a pointer for pq_entry param
Elijah Conners
2022-09-15
1
-2
/
+2
*
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
2022-01-20
1
-1
/
+2
*
reftable: add a heap-based priority queue for reftable records
Han-Wen Nienhuys
2021-10-08
1
-0
/
+105