]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add very fast IP parsing functions
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Sep 2009 09:00:31 +0000 (11:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 30 Mar 2010 07:59:44 +0000 (09:59 +0200)
commitd54bbdce871fddd5bb089812d1e47c78de0ce247
treeb2027ebd359e0f2b4d12d248762960a7b8cbeb31
parentb1d67749db58bc956db19ed6c7dad206f7a3dfee
[MINOR] add very fast IP parsing functions

Those functions were previouly used in my firewall log parser,
and are particularly suited for use with http headers.
include/common/standard.h
src/standard.c