Willy Tarreau
|
b9c62b90da
|
[MEDIUM] add better list management macros
The FOREACH_ITEM and FOREACH_ITEM_SAFE macros are nasty, they
require too many arguments. Let's port those from linux instead.
|
2007-05-08 14:07:39 +02:00 |
|
Willy Tarreau
|
40cf67da89
|
[MINOR] added support for dual-linked lists
Imported dual-linked lists management macros from the old scheduler project,
and fixed a long-standing nasty bug in the DLIST_ADD() macro.
|
2007-04-29 13:40:50 +02:00 |
|
Willy Tarreau
|
e3ba5f0aaa
|
[CLEANUP] included common/version.h everywhere
|
2006-06-29 18:54:54 +02:00 |
|
Willy Tarreau
|
2dd0d4799e
|
[CLEANUP] renamed include/haproxy to include/common
|
2006-06-29 17:53:05 +02:00 |
|