[Oisf-devel] [COMMIT] OISF branch, master, updated. 99baf18c8dcdb98550157784f6d3856130e6d41f
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Fri Nov 11 10:52:13 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via 99baf18c8dcdb98550157784f6d3856130e6d41f (commit)
via 11e7dda59a51ae76c7d9f568299cfdfb4e60c244 (commit)
via 708c4ad0550d5cae38aff66d848bca0f8a13795f (commit)
via a4ea7e61977b8844cb0b983e9946926aee1f478c (commit)
via b69ac9514f802693b8a209a61ff7a4c51b66d7b0 (commit)
via efb4c27b1fef8df1be04b5aa0696442beeee0d9b (commit)
via 0920296aaae15f3292cd6f83a47868822a81b0e8 (commit)
via d149a5e8064bcb7b5441383ac0527d6b1cc2bdef (commit)
via 47f2d6e07bec9832963f1ae114ccd065abc1f65d (commit)
via 991f6d2d834982a185a08c60d34836d9f3b8b213 (commit)
via ffb925e3b35ed11544983922ac12305fd1efb401 (commit)
via e9eb0e502cb0c411c5610b70ae12160ea9e02d4e (commit)
from 9b75de333954acff95a2cf0c39b188889f9848a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 99baf18c8dcdb98550157784f6d3856130e6d41f
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Nov 10 12:21:18 2011 +0530
updates to ac-gfbs search. Remove unnecessary casting of pointers
commit 11e7dda59a51ae76c7d9f568299cfdfb4e60c244
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Fri Oct 28 17:54:58 2011 +0530
updates to ac-gfbs search. Introduce handling cases where state_count is < 32k
commit 708c4ad0550d5cae38aff66d848bca0f8a13795f
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Fri Oct 28 14:04:50 2011 +0530
updates to ac-gfbs search. Combine output presence with mod goto table
commit a4ea7e61977b8844cb0b983e9946926aee1f478c
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Oct 27 20:56:05 2011 +0530
updates to ac-gfbs search. Combine failure table along with mod goto table for better cache perf
commit b69ac9514f802693b8a209a61ff7a4c51b66d7b0
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Oct 27 20:40:58 2011 +0530
updates to ac-gfbs search. Disable handling < 65k states separately. Now any state count would be given same treatment
commit efb4c27b1fef8df1be04b5aa0696442beeee0d9b
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Oct 27 16:41:48 2011 +0530
updates to ac-gfbs search. Add new unittests + fix cases where we have 2 patterns that are same but one is CS and other CI + Use SCMemcmp for state < 65k instead of custom memcmp
commit 0920296aaae15f3292cd6f83a47868822a81b0e8
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Oct 27 01:26:42 2011 +0530
updates to ac-gfbs search. Remove unnecessary casting of pointers
commit d149a5e8064bcb7b5441383ac0527d6b1cc2bdef
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Oct 26 15:20:21 2011 +0530
updates to ac-gfbs search. Use SCMemcmp instead of the custom pattern searching used
commit 47f2d6e07bec9832963f1ae114ccd065abc1f65d
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Oct 26 14:36:56 2011 +0530
updates to ac-gfbs search. Optimize pointer de-referencing for pid_pat_list
commit 991f6d2d834982a185a08c60d34836d9f3b8b213
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Oct 26 14:29:00 2011 +0530
updates to ac-gfbs search. Optimize pointer de-referencing for frequently used pointers
commit ffb925e3b35ed11544983922ac12305fd1efb401
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Oct 26 14:06:40 2011 +0530
indentation fixes for ac-gfbs
commit e9eb0e502cb0c411c5610b70ae12160ea9e02d4e
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Oct 26 14:03:19 2011 +0530
updates to ac-gfbs search. Handle cases where we have a single entry for a state goto transition, just like how we handle for no entry for a particular state
-----------------------------------------------------------------------
Summary of changes:
src/util-mpm-ac-gfbs.c | 607 ++++++++++++++++++++++++++++++++++++------------
src/util-mpm-ac-gfbs.h | 1 +
2 files changed, 456 insertions(+), 152 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list