summaryrefslogtreecommitdiff
path: root/src/cache.c
AgeCommit message (Expand)Author
2012-01-10conntrackd: remove cache_data_get_object and replace by direct pointerPablo Neira Ayuso
2012-01-10conntrackd: simplify cache_get_extra functionPablo Neira Ayuso
2012-01-10conntrackd: generalize caching infrastructurePablo Neira Ayuso
2011-02-17conntrackd: use nfct_copy() with override flag in cache_object_new()Pablo Neira Ayuso
2009-08-21conntrackd: reduce the number of gettimeofday() syscallsPablo Neira Ayuso
2009-07-21conntrackd: use conntrack ID in the cache lookupPablo Neira Ayuso
2009-07-17conntrackd: add iterators with limited steps in hash and cache typesPablo Neira Ayuso
2009-06-21conntrackd: fix memory leak in cache_update_force()Pablo Neira Ayuso
2009-05-23conntrackd: remove the cache write-through policyPablo Neira Ayuso
2009-01-25src: add support for approximate timeout calculation during commitPablo Neira Ayuso
2009-01-25cache: move lifetime feature to main cache codePablo Neira Ayuso
2009-01-17cache: add objects statisticsPablo Neira Ayuso
2009-01-17sync: enqueue state updates to tx_queuePablo Neira Ayuso
2009-01-15cache: add status field to store the object statusPablo Neira Ayuso
2009-01-15src: rework of the hash-cache infrastructurePablo Neira Ayuso
2009-01-14src: constify hashtable parameter in hash() callbacksPablo Neira Ayuso
2008-12-22cache: fix ENOSPC errors due to over-population of inactive entriesPablo Neira Ayuso
2008-12-22cache_iterators: add total entries available in the cache to statsPablo Neira Ayuso
2008-12-21src: add cache statistics via `-s cache'Pablo Neira Ayuso
2008-12-17cache: cleanup, rename __del2() by __del()Pablo Neira Ayuso
2008-12-17src: cleanup, rename hashtable_test() by hashtable_find()Pablo Neira Ayuso
2008-10-21cache: use jhash2 instead of double jhash+jhash_2wordsPablo Neira Ayuso
2008-10-20cache: fix update of scheduled-to-timeout entriesPablo Neira Ayuso
2008-08-01ftfw: show consistent information to users for problem diagnosingPablo Neira Ayuso
2008-08-01fix broken normal deletion in cachesPablo Neira Ayuso
2008-08-01add more sanity checks in the input pathPablo Neira Ayuso
2008-05-31increase deletion stats when the timer is scheduled in cache_del_timeout()Pablo Neira Ayuso
2008-05-26fix leak in cache_destroy(): release objects before destroying the cachePablo Neira Ayuso
2008-05-21check for missing IPv6 address before hashingPablo Neira Ayuso
2008-05-16- remove (misleading) counters and use information from the statistics modePablo Neira Ayuso
2008-04-29Fix reorder possible reordering of destroy messages under message omission. T.../C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-03-08revert relicensing... still we use linux_list.h code which seems to be GPLv2 .../C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-03-08relicense conntrack-tools as GPLv3+, so far the most significant contributor .../C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-02-02add IPv6 support to conntrackd/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-17Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-17Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2008-01-15Max Kellermann <max@duempel.org>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2007-12-31- hash lookup speedups based on comments from netdev's discussions/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2007-11-25Add CacheWriteThrough clause: external cache write through policy. This featu.../C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2007-07-09- conntrack-tools requires libnetfilter_conntrack >= 0.0.81 /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2007-06-19- more cleanups and code refactorization/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2007-05-20- introduce cache_iterate/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2007-05-18- remove dead code sync-mode.c/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org
2007-04-16first step forward to merge conntrackd and conntrack into the same building c.../C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org