]> git.ipfire.org Git - people/ms/suricata.git/history - src/tmqh-flow.c
core: Remove unneeded consts
[people/ms/suricata.git] / src / tmqh-flow.c
2020-07-14  Victor Julienflow: fix unlikely issue with int handling
2020-02-07  Victor Julienthreading: hide 'trans_q' from queue handlers
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2016-06-02  Victor Julienoutput: introduce config and perf output levels
2016-05-20  Victor Julienautofp: update queue handlers
2016-05-20  Victor Julienflow: move flow handling into worker threads
2016-05-10  Victor Julienflow queue handler: use int16_t
2016-04-08  Jason Ishtests: no longer necessary to provide successful return...
2016-03-26  Victor Julienautofp: print packet scheduler info only on autofp
2016-03-26  cdwakelinautofp: add "ippair" scheduler
2016-03-07  Eric Leblondtmqh-flow: fix memleak in TmqhFlowCtx cleaning
2016-03-07  Eric Leblondtm-queue: unify queue name handling
2015-05-27  Victor Juliencounters: remaining s/SCPerf/Stats/g
2015-04-24  Victor Julienautofp: reduce flow storage space requirement
2013-12-13  Eric LeblondFix realloc error handling
2013-10-28  Victor JulienCounters: more unused code removal
2013-10-03  Victor JulienRevert change in queue handler wait logic. Bug #988.
2013-10-01  Ken SteeleUse Spin locks on Tile
2013-09-09  Victor JulienRunmode fixes and cleanups
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-06-29  Eric Leblondcleaning: fix warning when building with clang.
2012-05-02  Anoop Saldanhacoverity fixes
2012-03-28  Anoop Saldanhacleanup junk code in flow qh
2012-03-28  Anoop Saldanhafix compiler warnings
2012-03-19  Victor JulienMinor flowq updates.
2012-03-19  Anoop SaldanhaIntroduce the address hash based flow q handler
2012-03-19  Anoop SaldanhaAdapt flow tmqh counters to be atomic vars. Remove...
2012-03-19  Anoop SaldanhaSupport freeing flow q handler out ctx. Adapt unittests...
2012-03-19  Anoop Saldanhaneaten flow q handler code
2012-03-19  Anoop SaldanhaEnable unittests for flow q handler
2012-03-19  Anoop Saldanhasupport flow q handler schedulers active_flows and...
2012-03-19  Anoop Saldanhasupport for custom flow qhandlers - round robin support...
2011-10-17  Anoop Saldanhaintroduce SCPerfSyncCounters/SCPerfSyncCounters macro...
2011-03-25  Victor JulienVarious fixes for issues reported by clang.
2010-06-19  Victor JulienFix SCondWait -> SCCondWait typo.
2010-05-19  Gerardo Iglesias... Fix inconsistent use of dynamic memory allocation
2010-05-05  William MetcalfImport of GPLv2 Header 050410
2010-02-20  Victor JulienMerge branch 'cnftypo' into next
2010-02-20  Pablo RinconAdding mem wrapper to debug runtime alloc()/free()...
2009-12-21  Victor JulienRename to Suricata.
2009-12-04  Pablo RinconChanging mutex/spinlocks/conditions naming types
2009-12-03  Pablo RinconAdding support for Mac OS X, FreeBSD, centrailizing...
2009-11-10  Anoop Saldanharefactoring perf stats code
2009-09-10  Victor JulienBig update:
2009-09-03  Anoop Saldanhathreading improvements. Replaced the use of slot(2...
2009-09-01  Victor JulienActually add the new queue handler.