A bit of cleanup of the array API.
[apps/pfixtools.git] / common / array.h
2008-11-09 Florent BruneauA bit of cleanup of the array API.
2008-10-07 Florent BruneauAdd event to interrupt the server_loop.
2008-10-05 Florent BruneauMerge branch 'with-dns-bl'
2008-10-05 Florent BruneauMerge branch 'master' into with-dns-bl
2008-10-04 Florent BruneauSpeedup (x4) lookup in large rbl database.
2008-10-04 Florent BruneauMerge branch 'master' into with-dns-bl
2008-10-04 Florent BruneauMerge branch 'master' into with-dns-bl
2008-10-04 Florent BruneauCleverer hard_match detection.
2008-09-28 Florent BruneauMinor fix.
2008-09-28 Florent BruneauJust a few helpers.
2008-09-28 Florent Bruneaumprotect locked arrays.
2008-09-24 Florent BruneauFixes.
2008-09-17 Florent BruneauArray contains a "lock" flag, allowing "per array"...
2008-09-17 Florent BruneauOops.
2008-09-17 Florent BruneauDeclare Array(void*).
2008-09-16 Florent BruneauStrlist filter.
2008-09-13 Florent Bruneaurbl filter implementation.
2008-09-13 Florent Bruneauforeach() semantic for arrays, improves configuration...
2008-09-12 Florent BruneauAdd array_lock and array_unlock.
2008-09-12 Florent BruneauAdd the A() macro to get the array type.
2008-09-12 Florent BruneauAdd array framework that works with any type.