Add likely/unlikely macros.
[apps/pfixtools.git] / common /
2008-10-06 Pierre HabouzitAdd likely/unlikely macros.
2008-10-06 Pierre HabouzitUse gettimeofday for finer tests.
2008-10-06 Pierre Habouzit64bits fixes.
2008-10-05 Florent BruneauDon't reconfig after each query after a manual reload.
2008-10-05 Florent BruneauSpeed-up lookup.
2008-10-05 Florent BruneauMerge branch 'with-dns-bl'
2008-10-05 Florent BruneauFix crash in conf, improves debug logging for rbl.
2008-10-05 Florent BruneauCan disable syslog logging on tests.
2008-10-05 Florent BruneauMerge branch 'master' into with-dns-bl
2008-10-05 Florent BruneauAdd rbldns parameter to iplist as an alias for 'file'.
2008-10-05 Florent BruneauFix stats of tests.
2008-10-04 Florent BruneauSpeedup (x4) lookup in large rbl database.
2008-10-04 Florent BruneauBetter fix for pidfile.
2008-10-04 Florent BruneauFix startup sequence.
2008-10-04 Florent BruneauMerge branch 'master' into with-dns-bl
2008-10-04 Florent BruneauAdd support for rbl by dns resolution.
2008-10-04 Florent BruneauMerge branch 'master' into with-dns-bl
2008-10-04 Florent BruneauCleverer hard_match detection.
2008-10-04 Florent BruneauCleanup logging.
2008-10-03 Florent BruneauAdd prefix and suffix matching for strlist filter.
2008-10-02 Florent BruneauCleanup daemon startup.
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-22 Florent BruneauSave 4bytes per entry of the trie.
2008-09-18 Florent BruneauAdd hook to refresh config on SIGHUP.
2008-09-17 Florent BruneauArray contains a "lock" flag, allowing "per array"...
2008-09-17 Florent BruneauSome improvements to the trie:
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-13 Florent BruneauFix off-by-one.
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.
2008-09-12 Florent BruneauFactorize code to map a file into memory.
2008-09-11 Florent BruneauHighly reduce the number of allocations required to...
2008-09-11 Florent BruneauPublish trie_lock and trie_unlock.
2008-09-11 Florent BruneauAdd protection against lookup in not compiled trie...
2008-09-11 Florent BruneauAdd show_content parameter to trie_inspect().
2008-09-11 Florent BruneauFix duplicate management.
2008-09-11 Florent BruneauEnglish.
2008-09-11 Florent BruneauMore informations in trie_inspect.
2008-09-11 Florent BruneauAdd shrink and memblock.
2008-09-11 Florent BruneauSmaller memory footprint.
2008-09-10 Florent BruneauFix m_strncpy() speed issue.
2008-09-10 Florent BruneauCompacter trie, reduce the number of allocations.
2008-09-10 Florent BruneauMore tests and fixes.
2008-09-10 Florent BruneauLookup tests.
2008-09-10 Florent BruneauFixes and add small tests.
2008-09-10 Florent BruneauInitial implementation of a patricia-trie str->boolean.
2008-09-09 Florent BruneauCleanup source structure.