summaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* src: remove xfree() and use plain free()Thomas Haller2023-11-091-5/+0
* include: include <string.h> in <nft.h>Thomas Haller2023-09-281-1/+0
* include: include <stdlib.h> in <nft.h>Thomas Haller2023-09-111-1/+0
* src: add <nft.h> header and include it as firstThomas Haller2023-08-251-0/+2
* mnl: set SO_SNDBUF before SO_SNDBUFFORCEPablo Neira Ayuso2023-04-241-0/+5
* src: add xzalloc_array() and use it to allocate the expression hashtablePablo Neira Ayuso2021-06-141-0/+10
* utils: provide array allocation wrapperOleksandr Natalenko2017-01-031-0/+11
* src: add interface wildcard matchingPablo Neira Ayuso2015-11-021-0/+13
* utils: indicate file and line on memory allocation errorsPablo Neira Ayuso2014-11-041-2/+2
* utils: fix invalid assertion in xrealloc()Patrick McHardy2010-07-061-1/+0
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+69