summaryrefslogtreecommitdiff
path: root/sha1-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-06msvc: avoid using minus operator on unsigned typesLibravatar Johannes Schindelin1-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-1/+1
2018-02-15packfile: refactor hash search with fanout tableLibravatar Jonathan Tan1-0/+28
2017-10-10cleanup: fix possible overflow errors in binary searchLibravatar Derrick Stolee1-2/+2
2017-08-09sha1_file: drop experimental GIT_USE_LOOKUP searchLibravatar Jeff King1-216/+0
2014-10-01sha1-lookup: handle duplicates in sha1_pos()Libravatar René Scharfe1-2/+0
2013-08-24sha1-lookup: handle duplicate keys with GIT_USE_LOOKUPLibravatar Jeff King1-0/+47
2009-04-06sha1-lookup: fix up the assertion messageLibravatar Junio C Hamano1-1/+1
2009-04-04sha1-lookup: add new "sha1_pos" function to efficiently lookup sha1Libravatar Christian Couder1-0/+101
2008-04-09sha1-lookup: make selection of 'middle' less aggressiveLibravatar Junio C Hamano1-7/+26
2008-04-09sha1-lookup: more memory efficient search in sorted list of SHA-1Libravatar Junio C Hamano1-0/+152