haproxy/include
Adis Nezirovic 79beb248b9 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type()
This modification makes possible to use sample_fetch_string() in more places,
where we might need to fetch sample values which are not plain strings. This
way we don't need to fetch string, and convert it into another type afterwards.

When using aliased types, the caller should explicitly check which exact type
was returned (e.g. SMP_T_IPV4 or SMP_T_IPV6 for SMP_T_ADDR).

All usages of sample_fetch_string() are converted to use new function.
2015-07-06 16:17:25 +02:00
..
common BUILD/MINOR: tools: rename popcount to my_popcountl 2015-07-02 11:32:25 +02:00
import MEDIUM: 51Degrees code refactoring and cleanup 2015-06-30 10:43:03 +02:00
proto CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() 2015-07-06 16:17:25 +02:00
types MEDIUM: 51d: add LRU-based cache on User-Agent string detection 2015-06-30 10:43:03 +02:00