0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 0.08. More... about 17 years ago
Implemented iptcc_bsearch_chain_offset(), which solved the "init" scalability issue, in a correct manor. More... about 17 years ago
Simply return the initial/first pointer pos. More... about 17 years ago
Modify bsearch to support for different compare functions. Although no new has been implemented. More... about 17 years ago
Trying to keep compatible with upstream. Patrick has changes index to idx. More... about 17 years ago
Revert the "init" scalability fix. Now I'll work on the real solution. More... about 17 years ago
Update the Changes for version 0.07 of IPTables::libiptc. More... about 17 years ago
Bump version to 0.07. More... about 17 years ago
Forgot iptables-blocking.c in MANIFEST, thus its not included in tardist. More... about 17 years ago
NOTICE: This patch has NOT been accepted upstream. More... about 17 years ago
Version 0.06, remove -rc2. More... about 17 years ago
Update manifest. More... about 17 years ago
Move patch fil. More... about 17 years ago
Add seperate patch files. More... about 17 years ago
Version 0.06 More... about 17 years ago
Remember to clean up iptables-blocking. More... about 17 years ago
Compile target for iptables-blocking. More... about 17 years ago
Added a modified version of iptables-standalone.c, which takes a file lock. This can be used for avoiding races between two iptables commands. More... about 17 years ago
Lets try these changes on some system... More... about 17 years ago
TODO note. More... about 17 years ago
Libiptc: Integrated big scalability fixes. Most of which has been accepted upstream in 1.4.1. The libiptc has been keept up-to-date with iptables 1.4.0. More... about 17 years ago
From: Jesper Dangaard Brouer <[email protected]> Date: Fri, 21 Dec 2007 14:07:48 +0100 Subject: [PATCH 3/3] Solving scalability issue: for chain list "name" searching. Functions: iptcc_find_label(), iptc_is_chain(). More... about 17 years ago
From 7e6c2803305faede617c53020404373405f0f146 Mon Sep 17 00:00:00 2001 From: Jesper Dangaard Brouer <[email protected]> Date: Tue, 18 Dec 2007 23:36:24 +0100 Subject: [PATCH 2/3] Introduce a counter for number of user defined chains. More... about 17 years ago
Sync libiptc with iptables version 1.4.0. More... about 17 years ago
commit 1336451ead58d608618ff5b0a251d132b73f9866 Author: Jesper Dangaard Brouer <[email protected]> Date: Wed Dec 12 15:20:42 2007 +0000 More... about 17 years ago
From: Jesper Dangaard Brouer <[email protected]> Date: Mon, 26 Nov 2007 01:28:16 +0100 Subject: [PATCH 1/2] Performance optimize scalability issue: Sorting chain during pull-out give worst-case runtime O(Chains^2). More... about 17 years ago
This check is not needed anymore, due to the changed libiptc chain references bug patch. More... about 17 years ago
commit e5bd1d779fab33353c1dc2d2fa49db639dcebd38 Author: Andy Gay <[email protected]> Date: Tue Aug 22 02:56:41 2006 +0000 More... about 17 years ago
This is another implementation of the libiptc chain references bug. This change is the one accepted upstream. Using this will make it easier to follow upstream changes. More... about 17 years ago
Already accepted upstream. More... about 17 years ago