haproxy/include
Cyril Bonté 19979e176e MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes
memcmp()/strcmp() calls were needed in different parts of code to determine
the status code. Each new status code introduces new calls, which can become
inefficient and source of bugs.
This patch reorganizes the code to rely on a numeric status code internally
and to be hopefully more generic.
2012-04-05 09:58:27 +02:00
..
common MINOR: Date and time fonctions that don't use snprintf 2012-02-09 17:03:28 +01:00
import
proto MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes 2012-04-05 09:58:27 +02:00
types MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes 2012-04-05 09:58:27 +02:00