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
/
prio-queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-09
prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
Kristofer Karlsson
1
-42
/
+50
2026-06-09
prio-queue: rename .nr to .nr_ and add accessor helpers
Kristofer Karlsson
1
-19
/
+19
2025-07-22
prio-queue: add prio_queue_replace()
René Scharfe
1
-13
/
+32
2024-12-20
prio-queue: use size_t rather than int for size
Jeff King
1
-6
/
+9
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2018-11-02
prio-queue: add 'peek' operation
Derrick Stolee
1
-0
/
+9
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-1
/
+1
2017-06-16
*.[ch] refactoring: make use of the FREE_AND_NULL() macro
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2017-05-01
Merge branch 'jk/prio-queue-avoid-swap-with-self'
Junio C Hamano
1
-1
/
+1
2017-04-24
prio_queue_reverse: don't swap elements with themselves
Jeff King
1
-1
/
+1
2017-01-30
use SWAP macro
René Scharfe
1
-3
/
+1
2014-07-15
prio-queue: make output stable with respect to insertion
Jeff King
1
-5
/
+10
2014-07-15
prio-queue: factor out compare and swap operations
Jeff King
1
-24
/
+25
2013-06-11
sort-in-topological-order: use prio-queue
Junio C Hamano
1
-0
/
+13
2013-06-11
prio-queue: priority queue of pointers to structs
Junio C Hamano
1
-0
/
+71