index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
reftable
/
pq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
reftable: fix formatting of the license header
Patrick Steinhardt
1
-6
/
+6
2025-02-18
reftable/basics: stop using `SWAP()` macro
Patrick Steinhardt
1
-2
/
+2
2025-02-18
reftable/record: don't `BUG()` in `reftable_record_cmp()`
Patrick Steinhardt
1
-7
/
+29
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
1
-1
/
+1
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
1
-1
/
+1
2024-10-02
reftable/pq: handle allocation failures when adding entries
Patrick Steinhardt
1
-1
/
+6
2024-08-01
reftable: change the type of array indices to 'size_t' in reftable/pq.c
Chandra Pratap
1
-6
/
+6
2024-08-01
reftable: remove unnecessary curly braces in reftable/pq.c
Chandra Pratap
1
-13
/
+4
2024-03-04
reftable: allow inlining of a few functions
Patrick Steinhardt
1
-10
/
+0
2024-03-04
reftable/merged: make subiters own their records
Patrick Steinhardt
1
-6
/
+2
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
1
-12
/
+1
2024-02-12
reftable/pq: allocation-less comparison of entry keys
Patrick Steinhardt
1
-12
/
+1
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
1
-6
/
+2
2022-09-15
reftable: use a pointer for pq_entry param
Elijah Conners
1
-2
/
+2
2022-01-20
reftable: make reftable_record a tagged union
Han-Wen Nienhuys
1
-1
/
+2
2021-10-08
reftable: add a heap-based priority queue for reftable records
Han-Wen Nienhuys
1
-0
/
+105