summaryrefslogtreecommitdiff
path: root/include/import/ebmbtree.h
Commit message (Expand)AuthorAgeFilesLines
* OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's keyWilly Tarreau2022-11-151-5/+6
* OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's pfxWilly Tarreau2022-11-151-10/+12
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2022-10-301-1/+1
* MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookupsWilly Tarreau2022-08-011-0/+53
* REORG: ebtree: split structures into their own file ebtree-t.hWilly Tarreau2021-10-071-20/+0
* CLEANUP: ebmbtree: Replace always-taken elseif by elseTim Düsterhus2021-09-111-1/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-08-161-1/+1
* CLEANUP: Fix spelling errors in commentsThayne McCombs2021-01-081-1/+1
* BUG/MEDIUM: ebtree: use a byte-per-byte memcmp() to compare memory blocksWilly Tarreau2020-06-161-2/+2
* REORG: ebtree: move the include files from ebtree to include/import/Willy Tarreau2020-06-111-0/+814