Ensure config is properly unloaded.
[apps/pfixtools.git] / common /
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.