Age | Commit message (Expand) | Author |
2009-02-13 | config: nl_overrun must be signed int instead of unsigned | Pablo Neira Ayuso |
2009-02-08 | src: add Nice clause to set the nice value | Pablo Neira Ayuso |
2009-02-08 | conntrack: allow use of --state with -D | Pablo Neira Ayuso |
2009-02-08 | sync-mode: flush also internal cache after reset PurgeTimeout | Pablo Neira Ayuso |
2009-02-08 | netlink: add new option NetlinkOverrunResync | Pablo Neira Ayuso |
2009-02-06 | src: re-work polling strategy | Pablo Neira Ayuso |
2009-02-05 | netlink: refactorize several nl_init_*_handler() functions | Pablo Neira Ayuso |
2009-02-04 | configure: conntrack-tools >= 0.9.10 requires libnfnetlink >= 0.0.40 | Pablo Neira Ayuso |
2009-01-26 | build: replace INCLUDES by AM_CPPFLAGS according to autoreconf | Pablo Neira Ayuso |
2009-01-26 | build: upgrade build system | Jan Engelhardt |
2009-01-25 | configure: bump version to 0.9.10conntrack-tools-0.9.10 | Pablo Neira Ayuso |
2009-01-25 | doc: increase hashtable bucket size and limits in example files | Pablo Neira Ayuso |
2009-01-25 | doc: use 'From' instead of 'from' in the example configfiles | Pablo Neira Ayuso |
2009-01-25 | doc: unset CommitTimeout by default | Pablo Neira Ayuso |
2009-01-25 | netlink: set IP_CT_TCP_FLAG_CLOSE_INIT for TIME_WAIT states | Pablo Neira Ayuso |
2009-01-25 | src: increase default PurgeTimeout value | Pablo Neira Ayuso |
2009-01-25 | src: add support for approximate timeout calculation during commit | Pablo Neira Ayuso |
2009-01-25 | cache: move lifetime feature to main cache code | Pablo Neira Ayuso |
2009-01-25 | src: change behaviour of `-t' option | Pablo Neira Ayuso |
2009-01-25 | src: don't clone when calling nl_*_conntrack functions | Pablo Neira Ayuso |
2009-01-25 | cache: mangle timeout inside nl_*_conntrack() functions | Pablo Neira Ayuso |
2009-01-25 | cache: remove nl_exist_conntrack() function | Pablo Neira Ayuso |
2009-01-25 | cache_iterators: start a clean session if commit finds an entry | Pablo Neira Ayuso |
2009-01-21 | conntrack: fix use of -u which is optional with -I | Pablo Neira Ayuso |
2009-01-21 | src: obsolete `DestroyTimeout' clause | Pablo Neira Ayuso |
2009-01-17 | conntrack: add -C command to display the counter | Pablo Neira Ayuso |
2009-01-17 | src: add `-s queue' and change `-v' behaviour | Pablo Neira Ayuso |
2009-01-17 | ftfw: add ResendQueueSize and deprecate ResendBufferSize clauses | Pablo Neira Ayuso |
2009-01-17 | cache: add objects statistics | Pablo Neira Ayuso |
2009-01-17 | src: add state polling support (oppossed to current event-driven) | Pablo Neira Ayuso |
2009-01-17 | src: remove register_fds hooks | Pablo Neira Ayuso |
2009-01-17 | src: rename overrun handler to resync handler | Pablo Neira Ayuso |
2009-01-17 | src: support for redundant dedicated links | Pablo Neira Ayuso |
2009-01-17 | network: do not re-set the message type in nethdr_set* functions | Pablo Neira Ayuso |
2009-01-17 | sync: enqueue state updates to tx_queue | Pablo Neira Ayuso |
2009-01-17 | sync: add generic tx_queue for all synchronization modes | Pablo Neira Ayuso |
2009-01-17 | ftfw: move helloing to ftfw_xmit() | Pablo Neira Ayuso |
2009-01-15 | sync: unify tx_list and tx_queue into one single tx_queue | Pablo Neira Ayuso |
2009-01-15 | run: relax resynchronization algorithm when netlink overruns | Pablo Neira Ayuso |
2009-01-15 | cache: add status field to store the object status | Pablo Neira Ayuso |
2009-01-15 | src: rework of the hash-cache infrastructure | Pablo Neira Ayuso |
2009-01-15 | run: limit the number of iterations over the event handling | Pablo Neira Ayuso |
2009-01-14 | filter: add prefix ct_filter_ to hash and compare functions | Pablo Neira Ayuso |
2009-01-14 | hashtable: check NULL instead of ! for pointers | Pablo Neira Ayuso |
2009-01-14 | hashtable: use calloc instead of malloc + memset | Pablo Neira Ayuso |
2009-01-14 | src: constify hashtable parameter in hash() callbacks | Pablo Neira Ayuso |
2009-01-14 | netlink: don't double the netlink buffer twice during resize | Pablo Neira Ayuso |
2009-01-14 | run: show current netlink buffer size in `-s runtime' | Pablo Neira Ayuso |
2009-01-14 | filter: skip filtering by state if the event has no state info | Pablo Neira Ayuso |
2008-12-22 | cache: fix ENOSPC errors due to over-population of inactive entries | Pablo Neira Ayuso |