pfix-srsd: add a -I option
[apps/pfixtools.git] / common /
2009-01-11 Pierre HabouzitFix the copyright and licensing stuff.
2008-12-20 Florent BruneauDisable binary search speed test.
2008-11-11 Florent BruneauFix build on 64bits.
2008-11-11 Florent BruneauAvoid useless strlen, faster query_format.
2008-11-10 Florent BruneauReload strlist and iplist resource-files only when...
2008-11-09 Florent BruneauA bit of cleanup of the array API.
2008-11-06 Florent BruneauReadable code is much better.
2008-11-06 Florent BruneauMore readable code.
2008-11-06 Florent BruneauFix build of the trie.
2008-10-18 Florent BruneauExclude -Wredundant-decls and -Wshadow only when compil...
2008-10-18 Florent Bruneauserver_release didn't clear the buffers.
2008-10-17 Florent BruneauImprove logging.
2008-10-16 Florent BruneauCleanup server.h/c.
2008-10-15 Florent BruneauRestore compilation flags.
2008-10-14 Florent BruneauMerge commit 'pan/master' into not-linux
2008-10-14 Florent BruneauNo more black magic on init/exit calls.
2008-10-14 Florent BruneauJust one more thing...
2008-10-12 Florent BruneauFixes and wait for the end of request before refreshing...
2008-10-12 Florent BruneauSwitch to libev.
2008-10-11 Florent Bruneauvalgrind cleanup (hum, unbound does not cleanup all...
2008-10-11 Florent BruneauFix stupid bug.
2008-10-11 Florent BruneauMany fixes.
2008-10-11 Florent BruneauAsynchronous DNS queries on iplist.
2008-10-10 Florent BruneauBasic support for async filters.
2008-10-08 Florent BruneauAllow user-defined fd in events.
2008-10-08 Florent BruneauLet say an event is just a pointer.
2008-10-07 Florent BruneauMore explicit type for events && cleanup event_cancel.
2008-10-07 Florent BruneauAdd event to interrupt the server_loop.
2008-10-07 Pierre HabouzitForce the final dot, even if not provided in the config...
2008-10-06 Florent BruneauImprove logging again.
2008-10-06 Pierre Habouzitwe need a bit more time to have accurate stats
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.