haproxy/ebtree
Willy Tarreau 43be340a0e BUILD: ebtree: make eb_is_empty() and eb_is_dup() take a const
For whatever absurd reason these ones do not take a const, resulting in
some haproxy functions being forced to confusingly use variables instead
of const arguments. Let's fix this and backport it to older versions.
2019-10-02 15:24:19 +02:00
..
LICENSE
compiler.h
eb32sctree.c BUG/MAJOR: ebtree/scope: properly tag upper nodes during insertion 2017-11-15 19:43:05 +01:00
eb32sctree.h MINOR: ebtree: save 8 bytes in struct eb32sc_node 2018-10-21 06:56:57 +02:00
eb32tree.c
eb32tree.h CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
eb64tree.c
eb64tree.h CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebimtree.c CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebimtree.h CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebistree.c CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebistree.h CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebmbtree.c CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebmbtree.h CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebpttree.c
ebpttree.h
ebsttree.c CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebsttree.h CLEANUP: fix typos in comments in ebtree 2018-11-18 22:23:15 +01:00
ebtree.c
ebtree.h BUILD: ebtree: make eb_is_empty() and eb_is_dup() take a const 2019-10-02 15:24:19 +02:00