]> git.ipfire.org Git - people/ms/suricata.git/history - src/host.c
core: Remove unneeded consts
[people/ms/suricata.git] / src / host.c
2021-04-26  Jeff Lucovskygeneral: Cleanup bool usage
2021-02-13  Victor Julienhost: improve compare logic
2020-07-11  Shivani Bhardwajsrc: use FatalError whenever possible
2020-04-16  Victor Julienatomics: remove useless SC_ATOMIC_DESTROY
2020-03-27  Shivani BhardwajUse StringParse* for all parsers and configurations
2020-02-11  Victor Julienhost: fix global declarations
2017-12-19  Giuseppe Longohost: get/set memcap value
2017-12-18  Wolfgang HotwagnerConf: Multipe NULL-pointer dereferences in HostInitConfig
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2017-04-18  Victor Julienqa: add --no-random commandline option
2017-04-18  Victor Julienrandom: improve random logic
2017-04-13  Victor Juliencleanup: get rid of %llu format specifiers
2016-11-28  Victor Julienhost: fix -Wshadow warning
2016-06-02  Victor Julienoutput: introduce config and perf output levels
2016-05-09  Victor Julienhost: fix alignment issues
2016-04-12  Victor Julienafl: add define to disable rand_r use
2015-09-22  Victor Julienhost: update host size logic
2015-04-16  Victor Juliendetect: hostbits keyword
2014-07-30  Ken SteeleEnforce function coding standard
2013-09-16  Victor JulienCoverity 1038102: remove dead code from host hash
2013-09-09  Anoop Saldanhafix for #926.
2013-07-28  Eric LeblondHost: use global free storage function
2013-07-28  Victor JulienUse Host Storage API for per host thresholding
2013-07-28  Victor JulienMove Host Tag storage to Host Storage API.
2013-07-28  Victor Julienstorage: allow preallocated storage
2012-11-27  Eric Leblondhost: suppress double memory clear
2012-11-27  Eric Leblondunix-socket: cleanup host table instead of destroying it
2012-11-27  Eric Leblondhost: don't destroy reference counter
2012-11-16  Victor JulienHost: ignore usecnt add/sub result. Expose HostPrintStats.
2012-11-16  Victor JulienSimple IP reputation implementation
2012-11-02  Victor JulienFix GetUsed functions for Host, Flow and Defrag.
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-06-29  Eric Leblondcleaning: fix warning when building with clang.
2012-03-30  Victor Julienhost: convert use_cnt to a atomic var (like in flow).
2012-03-28  Victor JulienFix misc issues picked up by coccinelle.
2012-03-27  Victor Julienhost: convert host hash to use lookup3.c
2012-03-22  Victor JulienEnforce memcap limit before allocating hash table in...
2012-03-22  Victor JulienVarious small flow and host table fixes.
2012-03-14  Victor JulienFix 2 compilation issues.
2012-03-14  Victor JulienMove over src and dst thresholding to use host table...
2012-03-14  Victor JulienIntroduce host table, make tag use it
2010-06-01  Gurvinder Singhfixed the typo in byte_jump and host.c, Thanks to rmkml...
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-09-17  Victor JulienReorganize header inclusions.
2009-07-28  Victor JulienInitial add of the files.