]> git.ipfire.org Git - people/ms/suricata.git/history - src/util-pool.c
detect: allows <> syntax for uint ranges
[people/ms/suricata.git] / src / util-pool.c
2021-11-24  Philippe Antoinewarning: explicit casts to double
2019-05-29  Victor Julienpool: don't call Cleanup after failed Init
2018-10-30  Victor Julienpool: avoid possible double free in error path
2018-10-30  Victor Julienpool: small code cleanups
2017-05-02  Victor Juliencompiler: more strict compiler warnings
2017-04-05  Victor Julienpool: fix compiler warning
2016-04-08  Jason Ishtests: no longer necessary to provide successful return...
2016-02-13  Victor Julienpool: fix memory leak
2014-07-30  Ken SteeleEnforce function coding standard
2014-02-27  Victor Julienpool: on Init() error, properly clean up
2014-01-22  Victor Julienpool: rename data structure fields to stack
2014-01-22  Victor Julienpool: remove tail tracking in alloc list
2014-01-22  Victor Julienpool: update internal counters at the proper time
2013-06-28  Victor Julienpool: add api for per thread pools
2013-06-28  Victor Julienpool: add error msgs and improve memory layout
2013-06-21  Anoop Saldanhapool now uses a queue kinda behaviour when getting...
2012-09-25  Eric LeblondUse unlikely for error treatment.
2012-09-25  Eric LeblondAdd some missing checks of SCMalloc return.
2012-09-21  Victor Julienreintroduce pool free func for cases where block alloc...
2012-09-21  Victor Julienpool: only alloc one large block if it will actually...
2012-09-10  Eric Leblondpool: rename Free function to Cleanup
2012-09-06  Eric Leblondpool: improve error handling
2012-09-03  Eric Leblondpool: update doxygen documentation.
2012-09-03  Eric Leblondpool: realize a block allocation for preallocated item.
2012-09-03  Eric Leblondpool: alloc a single area for all PoolBuckets
2011-11-02  Victor JulienFix a number of potential issues found by CLANG and...
2011-06-06  Gerardo Iglesias... Don't loose memory if PoolInit fails
2010-05-25  William MetcalfGPL and Copyright header updates.
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()...
2010-02-06  Victor JulienStream engine memory handling update
2010-01-24  Victor JulienAdd OpenBSD's strlcpy and strlcat and replace all strca...
2009-12-21  Victor JulienRename to Suricata.
2009-09-30  Breno SilvaRegular expression for UnitTests
2009-09-27  Victor JulienMore logging API usage changes.
2009-09-17  Victor JulienReorganize header inclusions.
2009-09-14  Victor JulienMerge branch 'threading' into t
2009-09-14  Victor JulienClean up stream tests memory handling. Remove counters...
2009-09-10  Victor JulienBig update:
2009-08-28  Victor JulienFixes for issues found by static code analyzer.
2009-08-16  Brian Rectanus64 bit cleanup part2
2009-08-08  Victor Julienvalgrind memcheck: fix small pool memory leaks in the...
2009-08-06  Victor JulienFix printf formatting error in a pool unittest.
2009-07-31  Victor JulienMerge branch 'victor_local'
2009-07-31  Victor JulienAdd unit test to pool for the bug from yesterday.
2009-07-30  Victor JulienMerge branch 'master' of oisfgit@phalanx.openinfosecfou...
2009-07-30  Victor JulienFix pool bug.
2009-07-28  Victor JulienEnforce max pool size.
2009-07-28  Victor JulienAdd tests for pool.
2009-07-28  Victor JulienPool update. Stream reassembly start.
2009-07-28  Victor JulienLarge update: pcap support, threading fixes, initial...