]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
2015-02-04  Victor Julienfile: register filedata log before file log 1315/head
2015-02-04  Victor Julienfile: improve file pruning
2015-02-04  Victor Julienrunmodes: add funcs to check if file loggers enabled
2015-02-04  Victor Julienfile: optimize file pruning
2015-02-04  Victor Julienflow: lockless flow manager checks
2015-02-04  Victor Julienflow: modify lastts update logic
2015-02-04  Victor Julienflow: change flow state logic
2015-02-04  Victor Julientcp: add stream.reassembly.zero-copy-size option
2015-02-04  Victor Julientcp: add debug stats about reassembly fast paths
2015-02-04  Victor Julientcp: zero copy fast path in app-layer reassembly
2015-02-04  Victor Julienstream: move raw stream gap handling into util func
2015-02-04  Victor Julienstream: move raw reassembly into util func
2015-02-04  Victor Julienstream: remove StreamTcpReassembleInlineAppLayer
2015-02-04  Victor Julienstream: unify inline and non-inline applayer assembly
2015-02-04  Victor Julienstream: remove STREAM_SET_FLAGS
2015-02-04  Victor Julienstream: update inline tests
2015-02-04  Victor Julienstream: replace STREAM_SET_INLINE_FLAGS macro
2015-02-04  Victor Julienstream: track data sent to app-layer
2015-02-04  Victor Julienstream: move reassembly loop into util funcs
2015-01-29  Victor JulienUpdate changelog for 2.1beta3 suricata-2.1beta3
2015-01-27  Victor Juliendetect: fix small memory leaks 1305/head
2015-01-27  Victor JulienClean up Conf API memory on shutdown.
2015-01-27  Victor JulienFix live reload detect counter setup
2015-01-27  Victor Julienconf api: use const pointers where possible
2015-01-27  Victor JulienCosmetic fixes to main()
2015-01-17  Victor JulienSuppress debug statements 1299/head
2015-01-17  Victor Juliendetect: properly size det_ctx::non_mpm_id_array
2015-01-17  Victor JulienFix live reload detect thread ctx setup
2015-01-15  Victor JulienAC: fix memory leak 1295/head
2015-01-15  Victor Juliengeoip: adapt to 'const' pointer passing
2015-01-15  Victor Juliendetect: expand mask checking
2015-01-15  Victor Juliendetect: introduce DetectPrefilterBuildNonMpmList
2015-01-15  Victor Juliendetect: add profiling for non-mpm list build & filter
2015-01-15  Victor Juliendetect: optimize non-mpm mask checking
2015-01-15  Victor Juliendetect: add mask check prefilter for non mpm list
2015-01-15  Ken SteeleConditionalize SigMatch performance counters.
2015-01-15  Victor JulienDetect perf counters
2015-01-15  Victor Juliendetect: Disable unused SignatureHeader code
2015-01-15  Ken SteeleRemove sgh->mask_array
2015-01-15  Ken SteeleIndentation clean up
2015-01-15  Ken SteeleFurther optimize merging mpm and non-mpm rule ID lists.
2015-01-15  Ken SteeleCustom Quick Sort for Signature IDs
2015-01-15  Ken SteeleUse SigIntId as the type for storing signature IDs...
2015-01-15  Ken SteeleIncrease max pattern ID allowed in MPM AC-tile to 28...
2015-01-15  Victor JulienClean up sm_array memory at SigFree
2015-01-15  Ken SteeleCreate optimized sig_arrays from sig_lists
2015-01-15  Ken SteeleChange Match() function to take const SigMatchCtx*
2015-01-15  Ken SteeleCreate Specialized SCMemcmpNZ() when the length can...
2015-01-15  Ken SteeleReplace memcpy() in MpmAddSids with copy loop
2015-01-15  Ken SteeleFix compiler warnings in ac-tile.
2015-01-15  Ken SteelePrefetch the next signature pointer
2015-01-15  Ken SteeleMove type first in SigMatch array since it is used...
2015-01-15  Ken SteeleIn AC-Tile, convert from using pids for indexing to...
2015-01-15  Ken SteeleFix missing use of MpmAddPid()
2015-01-15  Ken Steelefix check in PmqMerge
2015-01-15  Ken SteeleFix bug in MPM rule array handling
2015-01-15  Ken SteeleDynamically resize pattern id array as needed
2015-01-15  Ken SteeleDynamically resize pmq->rule_id_array
2015-01-15  Ken SteeleFix clang warning
2015-01-15  Ken SteeleOptimize DetectPrefilterMergeSort
2015-01-15  Ken SteeleImplement MPM opt for ac-bs and ac-gfbs
2015-01-15  Ken SteeleImplement MPM opt for b2g, b3g, wumanber
2015-01-15  Ken SteeleFix AC-tile for new pattern ID array.
2015-01-15  Victor JulienAC: use local bit array
2015-01-15  Victor Juliendetect: move checks from prefilter to rule detect
2015-01-15  Victor JulienReplace build match array with new filter logic
2015-01-15  Victor Juliendetect: Add negated MPM to non-MPM array
2015-01-15  Victor JulienDetect: create per sgh non-MPM rule array
2015-01-15  Victor JulienMPM: build sid list from MPM matches
2015-01-15  Ken SteeleCreate a wrapper around DetectFlowvarProcessList()...
2015-01-15  Ken SteeleRemove the b2gm and b2gc MPMs
2015-01-15  Victor JulienGlobal define of MIN
2015-01-15  Victor JulienFix a fix: defrag OOM condition 1294/head
2015-01-15  Victor Juliendetect: add test for memcmp issue
2015-01-15  Victor JulienAdd test for memcmp issue.
2015-01-15  Victor Julienmemcmp: compare the first byte as well
2015-01-15  Victor JulienFix OS X 10.10 unittest failure
2015-01-14  Victor JulienFix Tilera compilation
2015-01-14  Victor JulienFix compilation on OS X Yosemite 1293/head
2015-01-07  Travis GreenUpdate reference.config 1289/head
2015-01-07  Jason IshRespect DESTDIR in install-conf and install-rules.
2015-01-07  Victor Julienunix socket: support profiling
2015-01-06  Victor Juliensmtp: fix tx handling
2015-01-06  Victor Julienthread local storage: add to build-info
2015-01-06  Victor Julienpacket pool: make pending pool use more robust 1286/head
2015-01-06  Victor Julienpacket pool: memory fixes for non-TLS
2015-01-06  Victor Julienconfigure: add switch to disable __thread use
2015-01-05  Victor Julienpacket pool: fix wrong free call
2014-12-23  Eric Leblondapp-layer: fix 'detection-only' keyword 1279/head
2014-12-23  Eric Leblondoutput-json: fix duplicate logging
2014-12-23  Victor Julienstream: improve inline mode GAP handling
2014-12-23  Victor Julienstream: move utility functions
2014-12-23  Victor Julienhost: register unittests
2014-12-22  Victor Julienpacket-pool: free pending packets 1277/head
2014-12-22  Victor Julienstats: stats threads don't need packet pools
2014-12-22  Victor Julienflow manager: destroy packet pool on close
2014-12-19  Victor Julienflow-timeout: use packet pool 1272/head
2014-12-19  Victor Julienthreading: lock TmThreadKillThreadsFamily
2014-12-19  Victor Julienflow timeout: cleanups
2014-12-19  Victor Julienflow timeout: cleanup
next