]> git.ipfire.org Git - thirdparty/suricata.git/shortlog
thirdparty/suricata.git
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
2014-12-19  Victor Julienstream: handle flow timeout stream end packets
2014-12-17  Victor Julienflow-time: disable remainder of the old timeout code
2014-12-17  Victor Julienflow-time: use live threads at shutdown
2014-12-17  Victor Julienflow-timeout: use live threads
2014-12-17  Victor JulienAssign thread_id to flow on first packet stream engine
2014-12-17  Victor JulienThread registration: id's start at 1
2014-12-17  Victor JulienIntroduce Flow timeout injection api
2014-12-17  Victor JulienDefine FlowThreadId and add it to the flow
2014-12-17  Victor JulienGive easy access for thread stream packet queue
2014-12-17  Victor JulienThread Registration API for ID's
2014-12-16  Duarte SilvaFix and improvements
2014-12-16  Duarte SilvaImplemented the diferent behaviour depending on the...
2014-12-16  Duarte SilvaPrepared everything for the proxy deployment configuration
2014-12-16  Duarte SilvaAdding XFF support to EVE alert output
2014-12-15  DIALLO Davidfix Cygwin build fails: array subscript has type char 1258/head
2014-12-15  DIALLO DavidAdd a warning in Modbus section of YAML file to remind...
2014-12-15  DIALLO DavidUpdate AppLayerProtoDetectPrintProbingParsers with...
2014-12-15  DIALLO Davidfix CID 1257762: Logically dead code(DEADCODE)
2014-12-12  Eric Leblondsuricatasc: exit with error if command returns NOK 1252/head
2014-12-12  Eric Leblondsuricatasc: now python 2 and 3 compatible
next