1. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  2. ff0e8a4 REORG: ebtree: move the C files from ebtree/ to src/ by Willy Tarreau · Wed May 27 10:43:24 2020 +0200[Renamed from ebtree/eb32sctree.c]
  3. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · Tue Feb 25 07:38:05 2020 +0100
  4. 318d0c2 BUG/MAJOR: ebtree/scope: properly tag upper nodes during insertion by Willy Tarreau · Wed Nov 15 19:38:29 2017 +0100
  5. cfaa6e7 MINOR: ebtree/scope: simplify the lookup functions by using eb32sc_next_with_parent() by Willy Tarreau · Mon Nov 13 19:17:54 2017 +0100
  6. d19ec7d BUG/MAJOR: ebtree/scope: fix insertion and removal of duplicates in scope-aware trees by Willy Tarreau · Mon Nov 13 16:16:09 2017 +0100
  7. 8878b6c MINOR: ebtree: implement eb32sc_lookup_ge_or_first() by Willy Tarreau · Sun Nov 05 21:23:21 2017 +0100
  8. d1d55ac MEDIUM: ebtree: only consider the branches matching the scope in lookups by Willy Tarreau · Sun Nov 05 14:33:01 2017 +0100
  9. ef8d0dc MINOR: ebtree: update the eb32sc parent node's scope on delete by Willy Tarreau · Sun Nov 05 18:06:22 2017 +0100
  10. 5d19fd4 MEDIUM: ebtree: specify the scope of every node inserted via eb32sc by Willy Tarreau · Sun Nov 05 14:06:50 2017 +0100
  11. ca30839 MINOR: ebtree: implement the scope-aware functions for eb32 by Willy Tarreau · Sun Nov 05 13:31:29 2017 +0100