]> git.ipfire.org Git - people/ms/suricata.git/history - src/util-runmodes.c
stats: use unshortened interface names in counters
[people/ms/suricata.git] / src / util-runmodes.c
2017-10-17  Sascha Steinbissstats: use unshortened interface names in counters
2017-10-17  Victor Julienrunmodes: fix 'threads' option parsing
2017-07-13  Victor Juliengcc7: fix format-truncation warnings in runmodes
2017-06-05  Victor Juliennetmap: minor output cleanup
2017-04-20  Ray Ruvinskiydevice: fix warning about NULL device
2016-11-28  Victor Julienrunmodes: fix -Wshadow warnings
2016-09-19  Jason Ishlogging: hook into flow worker thread
2016-09-19  Jason Ishlogging: use a single entry point for all loggers
2016-06-17  Andreas Herzutil-runmode: pass initdata to runmode workers for...
2016-06-08  Victor Julienlivedev: shorten devname at registration
2016-06-03  Victor Julienaffinity: rename detect -> worker set internall
2016-05-20  Victor Julienflowworker: initial support
2016-05-20  Victor Julienflow: move flow handling into worker threads
2016-05-02  Zachary RasmorRemove free operation on thread name field.
2016-05-02  Victor Julienrunmodes: constify names
2016-05-02  Zachary RasmorUpdate thread creation and threads to use global thread...
2016-05-02  Zachary RasmorAdd global threadnames.
2016-05-02  Zachary RasmorUpdate IPS thread names to new name standard.
2016-05-02  Zachary RasmorUpdate thread naming convention for all IDS modes.
2016-05-02  maxtorsReworked how shortening should be performed.
2016-05-02  maxtorsFixed string copy and cat functions and made shortening...
2016-05-02  maxtorsAdded shortening of listening interface in util-runmodes
2016-03-07  Eric Leblondtm-threads: unify thread names handling
2016-02-23  Victor Julienrunmode: fix memleak on live modes setup (CID 1197760)
2015-10-21  cardiglianoworkers runmode: allow multiple input devices
2015-08-31  Victor JulienFix minor format string issues
2015-03-19  Victor Julienrunmodes: remove DetectEngineCtx passing from API
2015-02-18  Victor Julienflow: make TCP reuse handling in flow engine optional
2015-02-18  Victor Julientcp reuse: enable stream handling based on runmode
2014-12-04  Victor JulienRunmodes: remove 'auto' runmodes
2014-07-30  Ken SteeleEnforce function coding standard
2014-01-27  Victor Julienupdate runmodes to handle detect-less
2013-10-28  Eric LeblondUse unlikely in malloc failure test.
2013-09-09  Victor JulienRunmode fixes and cleanups
2013-06-21  Anoop SaldanhaRemove all cuda related code in the engine except for...
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-09-25  Eric LeblondAdd some missing checks of SCStrdup return.
2012-08-28  pi-rhospelling corrections documented in redmine bug#533
2012-08-27  Eric LeblondDelay Detect threads initialization
2012-04-25  Victor JulienUse less queues and threads in nfq autofp mode.
2012-03-01  Victor JulienAnother batch of minor fixed for issues found by Coverity.
2012-02-29  Victor JulienVarious fixes and improvements based on feedback by...
2012-01-13  Victor JulienMake live worker runmode threads adhere to the 'detect...
2012-01-11  Victor JulienAdd reject support to live single, autofp and workers...
2012-01-11  Eric Leblondrunmode: Add Reject to IPS worker mode.
2012-01-05  Eric LeblondRename LiveGetDevice to LiveGetDeviceName
2011-12-08  Eric Leblondrunmode: Add support for IPS running mode
2011-12-08  Eric Leblond'auto' running mode does not support 'threads' var.
2011-11-09  Victor JulienFix CUDA build.
2011-10-30  Eric LeblondRemove unified1 output module.
2011-10-06  Eric LeblondSuppress useless parameter in function
2011-10-05  Eric Leblondutil-runmode: rename mod_threads_conf to ModThreadsCount.
2011-10-05  Eric Leblondrunmode: suppress printf
2011-10-05  Eric Leblondrunmode: treat SCStrdup error.
2011-10-05  Eric LeblondAdd "workers" runmode.
2011-10-04  Eric LeblondFix coding style and use SC* function.
2011-10-04  Eric Leblondsingle runmode: add support for multiple capture threads
2011-10-04  Eric Leblondrunmode: add factorisation function for single mode.
2011-10-04  Eric LeblondAdd factorisation function for runmode.