summaryrefslogtreecommitdiffstats
path: root/include/utils.h
Commit message (Expand)AuthorAgeFilesLines
* src: remove xfree() and use plain free()Thomas Haller2023-11-091-1/+0
* include: include <stdlib.h> in <nft.h>Thomas Haller2023-09-111-1/+0
* utils: call abort() after BUG() macroThomas Haller2023-08-301-1/+2
* src: rework SNPRINTF_BUFFER_SIZE() and handle truncationThomas Haller2023-08-291-9/+26
* include: include <std{bool,int}.h> via <nft.h>Thomas Haller2023-08-251-2/+0
* src: add <nft.h> header and include it as firstThomas Haller2023-08-251-1/+0
* mnl: set SO_SNDBUF before SO_SNDBUFFORCEPablo Neira Ayuso2023-04-241-0/+1
* src: add xzalloc_array() and use it to allocate the expression hashtablePablo Neira Ayuso2021-06-141-0/+1
* utils: fix UBSAN warning in flsMichael Braun2020-05-011-1/+1
* libnftables: export public symbols onlyArturo Borrero Gonzalez2019-07-011-0/+8
* utils: remove type checks in min() and max()Pablo Neira Ayuso2018-11-301-11/+5
* expression: fix constant expression allocation on big endian with partial bytesSabrina Dubroca2018-04-191-1/+1
* utils: fix one compilation error with --with-mini-gmpPablo Neira Ayuso2017-11-221-0/+4
* src: remove ifdef DEBUG pollutionPablo Neira Ayuso2017-08-231-12/+0
* src: Remove __init and __exit macro definitions.Varsha Rao2017-07-171-2/+0
* utils: provide array allocation wrapperOleksandr Natalenko2017-01-031-0/+1
* utils: provide snprintf helper macroFlorian Westphal2016-10-271-0/+10
* datatype: time_type should send milliseconds to userspacePablo Neira Ayuso2016-07-091-0/+1
* src: fix sub-byte protocol header definitionsPablo Neira Ayuso2015-12-141-0/+1
* src: add interface wildcard matchingPablo Neira Ayuso2015-11-021-0/+1
* src: modify pr_debug() to use printf and introduce to pr_gmp_debug()Pablo Neira Ayuso2015-01-081-2/+8
* build: add --with-mini-gmp switch to disable linking libgmpSteven Barth2015-01-081-3/+3
* utils: add fls()Patrick McHardy2014-12-161-0/+37
* utils: indicate file and line on memory allocation errorsPablo Neira Ayuso2014-11-041-1/+4
* expression: fix constant expression allocation on big endianArturo Borrero Gonzalez2014-04-121-0/+14
* utils: fix -Wcast-align warnings on sparcPatrick McHardy2014-04-091-1/+1
* debug: include verbose message in all BUG statementsroot2012-12-081-1/+5
* Fix use of reserved names in header sandwichPatrick McHardy2009-03-181-3/+3
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+69