summaryrefslogtreecommitdiffstats
path: root/src/gmputil.c
Commit message (Expand)AuthorAgeFilesLines
* gmputil: add nft_gmp_free() to free strings from mpz_get_str()Thomas Haller2023-11-091-1/+20
* include: include <string.h> in <nft.h>Thomas Haller2023-09-281-1/+0
* libnftables: drop gmp_init() and mp_set_memory_functions()Thomas Haller2023-09-191-10/+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
* gmputil: assert length is non-zeroPablo Neira Ayuso2019-08-141-9/+7
* gmputil: turn mpz_printf into mpz_vfprintf to restore --with-mini-gmpPablo Neira Ayuso2017-11-221-6/+8
* src: gmputil: Remove mpz_get_be64() function.Varsha Rao2017-08-171-5/+0
* src: Remove __init and __exit macro definitions.Varsha Rao2017-07-171-1/+1
* build: add --with-mini-gmp switch to disable linking libgmpSteven Barth2015-01-081-2/+56
* gmputil: use MSF/LSF in import/export functions dependant on host byte orderPatrick McHardy2014-04-121-2/+5
* Initial commitv0.01-alpha1Patrick McHardy2009-03-181-0/+156