1. 9f79193 DOC: ebtree: indicate that prefix insertion/lookup may be used with strings by Willy Tarreau · 10 years ago
  2. 20a81c2 MINOR: protect ebimtree/ebistree against multiple inclusions by Willy Tarreau · 10 years ago
  3. f82eb02 OPTIM: ebtree: pack the struct eb_node to avoid holes on 64-bit by Willy Tarreau · 11 years ago
  4. 2b57020 MINOR: ebtree: add new eb_next_dup/eb_prev_dup() functions to visit duplicates by Willy Tarreau · 11 years ago
  5. a4a1cd1 BUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bits on full-length matches by Willy Tarreau · 12 years ago
  6. 007257e BUG: ebtree: ebst_lookup() could return the wrong entry by Willy Tarreau · 13 years ago
  7. 6258f7b CLEANUP: ebtree: remove another typo, a wrong initialization in insertion code by Willy Tarreau · 13 years ago
  8. 655c84a CLEANUP: ebtree: remove 4-year old harmless typo in duplicates insertion code by Willy Tarreau · 13 years ago
  9. f3bfede CLEANUP: ebtree: clarify licence and update to 6.0.6 by Willy Tarreau · 13 years ago
  10. 22c0a93 CLEANUP: ebtree: remove a few annoying signedness warnings by Willy Tarreau · 13 years ago
  11. 70735c9 [CLEANUP] Remove assigned but unused variables by Simon Horman · 13 years ago
  12. e1ee956 [OPTIM] ebtree: inline ebst_lookup_len and ebis_lookup_len by Willy Tarreau · 13 years ago
  13. ce3d44a [OPTIM] ebtree: ebmb_lookup: reduce stack usage by moving the return code out of the loop by Willy Tarreau · 13 years ago
  14. 414c4b2 [BUG] ebtree: fix ebmb_lookup() with len smaller than the tree's keys by Willy Tarreau · 13 years ago
  15. b55fcf2 [BUG] ebtree: fix duplicate strings insertion by Willy Tarreau · 14 years ago
  16. a97e73a [BUG] ebtree: string_equal_bits() could return garbage on identical strings by Willy Tarreau · 14 years ago
  17. fdc1018 [BUILD] ebtree: update to v6.0.1 to remove references to dprintf() by Willy Tarreau · 14 years ago
  18. 3a93244 [MEDIUM] ebtree: upgrade to version 6.0 by Willy Tarreau · 14 years ago
  19. c9a31da [MINOR] ebtree: add functions to lookup non-null terminated strings by Willy Tarreau · 15 years ago
  20. 9e2e39e [BUILD] missing #ifndef in ebsttree.h by Willy Tarreau · 15 years ago
  21. ead63a0 [BUILD] missing #ifndef in ebmbtree.h by Willy Tarreau · 15 years ago
  22. 4c84822 [CLEANUP] ebtree: cast to char * to get rid of gcc warning by Willy Tarreau · 15 years ago
  23. cc05fba [BUG] definitely fix regparm issues between haproxy core and ebtree by Willy Tarreau · 15 years ago
  24. c218602 [IMPORT] import ebtree v5.0 into directory ebtree/ by Willy Tarreau · 15 years ago