[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-256-g92b7ffa

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Fri Jun 28 10:29:17 UTC 2013


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  92b7ffad6980da26d3faf789a804a8a12722bc7e (commit)
       via  fd7899cc8b393b7ffaab43b393453c4828a33569 (commit)
       via  aa449d51caa1e3f864ceed23ea4cf74305eec30e (commit)
       via  b6af6cb241684c72432ab00f264d5b361da05eee (commit)
       via  5b9ef94f34ed567f6c1d41a3c8bb212fc9dc53f3 (commit)
       via  016d03bdaf597c425433d501ab321330e438fb9c (commit)
       via  46af6b7e0fe68b4537fe76ac290204af99df0e18 (commit)
      from  b3b554c269c69309d26e67d61e677df39c5c44a8 (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 92b7ffad6980da26d3faf789a804a8a12722bc7e
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jun 28 12:28:51 2013 +0200

    Improve memory cleanup in some unittests

commit fd7899cc8b393b7ffaab43b393453c4828a33569
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 27 10:24:31 2013 +0200

    Stream: fix unittests after ssn pool changes.

commit aa449d51caa1e3f864ceed23ea4cf74305eec30e
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 15 11:13:36 2013 +0200

    Stream: use per thread ssn pool
    
    Use per thread pools to store and retrieve SSN's from. Uses PoolThread
    API.
    
    Remove max-sessions setting. Pools are set to unlimited, but TCP memcap
    limits the amount of sessions.
    
    The prealloc_session settings now applies to each thread, so lowered the
    default from 32k to 2k.

commit b6af6cb241684c72432ab00f264d5b361da05eee
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 14 13:14:37 2013 +0200

    pool: add error msgs and improve memory layout

commit 5b9ef94f34ed567f6c1d41a3c8bb212fc9dc53f3
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 14 13:17:32 2013 +0200

    pool: add api for per thread pools
    
    This API is a wrapper around the regular pools where the thread pools
    are arrays of locks+pools.

commit 016d03bdaf597c425433d501ab321330e438fb9c
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 14 13:14:37 2013 +0200

    pool: add error msgs and improve memory layout

commit 46af6b7e0fe68b4537fe76ac290204af99df0e18
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 8 13:26:49 2013 +0200

    Add a per threadvars thread local thread id, that starts at 0 and increments for each thread.

-----------------------------------------------------------------------

Summary of changes:
 src/Makefile.am             |    1 +
 src/app-layer-ssl.c         |    1 +
 src/stream-tcp-private.h    |    3 +
 src/stream-tcp-reassemble.c |    6 +-
 src/stream-tcp.c            |  107 ++++++----
 src/stream-tcp.h            |    3 +-
 src/threadvars.h            |   10 +-
 src/tm-threads.c            |    6 +-
 src/util-error.c            |    1 +
 src/util-error.h            |    1 +
 src/util-pool-thread.c      |  451 +++++++++++++++++++++++++++++++++++++++++++
 src/util-pool-thread.h      |   99 ++++++++++
 src/util-pool.c             |   38 +++-
 src/util-pool.h             |    7 +-
 suricata.yaml.in            |    3 +-
 15 files changed, 672 insertions(+), 65 deletions(-)
 create mode 100644 src/util-pool-thread.c
 create mode 100644 src/util-pool-thread.h


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list