| Commit message (Expand) | Author | Age | Files | Lines |
* | src: print set element with multi-word description in single one line | Pablo Neira Ayuso | 2025-03-18 | 1 | -0/+1 |
* | src: shrink line_offset in struct location to 4 bytes | Pablo Neira Ayuso | 2025-01-02 | 1 | -2/+1 |
* | src: remove last_line from struct location | Pablo Neira Ayuso | 2025-01-02 | 1 | -1/+0 |
* | src: remove unused token_offset from struct location | Pablo Neira Ayuso | 2025-01-02 | 1 | -1/+0 |
* | src: support for timeout never in elements | Pablo Neira Ayuso | 2024-09-17 | 1 | -0/+3 |
* | libnftables: drop gmp_init() and mp_set_memory_functions() | Thomas Haller | 2023-09-19 | 1 | -1/+0 |
* | include: drop "format" attribute from nft_gmp_print() | Thomas Haller | 2023-08-29 | 1 | -2/+1 |
* | include: include <std{bool,int}.h> via <nft.h> | Thomas Haller | 2023-08-25 | 1 | -1/+0 |
* | src: add input flag NFT_CTX_INPUT_JSON to enable JSON parsing | Thomas Haller | 2023-08-24 | 1 | -0/+5 |
* | src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking | Thomas Haller | 2023-08-24 | 1 | -0/+5 |
* | src: add input flags for nft_ctx | Thomas Haller | 2023-08-24 | 1 | -0/+5 |
* | src: add ruleset optimization infrastructure | Pablo Neira Ayuso | 2022-01-15 | 1 | -0/+3 |
* | src: error reporting with -f and read from stdin | Pablo Neira Ayuso | 2022-01-15 | 1 | -0/+2 |
* | src: add --define key=value | Pablo Neira Ayuso | 2021-07-20 | 1 | -0/+11 |
* | src: consolidate nft_cache infrastructure | Pablo Neira Ayuso | 2021-05-02 | 1 | -7/+1 |
* | src: enable json echo output when reading native syntax | Jose M. Guisado Gomez | 2020-12-02 | 1 | -0/+1 |
* | Inclusion depth was computed incorrectly for glob includes. | Laurent Fasnacht | 2020-02-13 | 1 | -0/+2 |
* | scanner: move the file descriptor to be in the input_descriptor structure | Laurent Fasnacht | 2020-02-11 | 1 | -1/+2 |
* | libnftables: Store top_scope in struct nft_ctx | Phil Sutter | 2019-11-07 | 1 | -0/+2 |
* | src: add --terse to suppress output of set elements. | Jeremy Sowden | 2019-10-22 | 1 | -0/+5 |
* | meta: Introduce new conditions 'time', 'day' and 'hour' | Ander Juaristi | 2019-09-06 | 1 | -0/+5 |
* | src: remove global symbol_table | Pablo Neira Ayuso | 2019-08-08 | 1 | -10/+8 |
* | src: add parse_ctx object | Pablo Neira Ayuso | 2019-08-08 | 1 | -0/+8 |
* | src: add cache level flags | Pablo Neira Ayuso | 2019-06-17 | 1 | -1/+1 |
* | src: generation ID is 32-bit long | Pablo Neira Ayuso | 2019-06-07 | 1 | -1/+1 |
* | src: dynamic input_descriptor allocation | Pablo Neira Ayuso | 2019-06-05 | 1 | -0/+1 |
* | src: update cache if cmd is more specific | Eric Garver | 2019-05-24 | 1 | -0/+1 |
* | src: file descriptor leak in include_file() | Pablo Neira Ayuso | 2019-03-15 | 1 | -0/+3 |
* | src: get rid of nft_ctx_output_{get,set}_numeric() | Pablo Neira Ayuso | 2018-10-30 | 1 | -1/+5 |
* | src: add -y to priority base chain nummerically | Pablo Neira Ayuso | 2018-10-29 | 1 | -0/+5 |
* | src: add NFT_CTX_OUTPUT_NUMERIC_PROTO | Pablo Neira Ayuso | 2018-10-29 | 1 | -0/+5 |
* | src: default to numeric UID and GID listing | Pablo Neira Ayuso | 2018-10-29 | 1 | -0/+5 |
* | src: add nft_ctx_output_{get,set}_echo() to nft_ctx_output_{get,set}_flags | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+5 |
* | src: add nft_ctx_output_{get,set}_json() to nft_ctx_output_{get,set}_flags | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+5 |
* | src: add nft_ctx_output_{get,set}_handle() to nft_ctx_output_{get,set}_flags | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+5 |
* | src: add nft_ctx_output_{get,set}_stateless() to nft_ctx_output_{get,flags}_f... | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+5 |
* | src: Revert --literal, add -S/--service | Pablo Neira Ayuso | 2018-10-29 | 1 | -1/+11 |
* | JSON: Add support for echo option | Phil Sutter | 2018-10-29 | 1 | -0/+1 |
* | src: add --literal option | Pablo Neira Ayuso | 2018-07-07 | 1 | -1/+1 |
* | libnftables: Move scanner object into struct nft_ctx | Phil Sutter | 2018-05-15 | 1 | -0/+1 |
* | libnftables: Implement JSON output support | Phil Sutter | 2018-05-11 | 1 | -0/+1 |
* | libnftables: Put bison parsing into dedicated functions | Phil Sutter | 2018-05-11 | 1 | -0/+2 |
* | libnftables: fix header export | Arturo Borrero Gonzalez | 2018-05-02 | 1 | -1/+1 |
* | erec: Review erec_print() | Phil Sutter | 2018-04-14 | 1 | -4/+1 |
* | libnftables: Simplify cookie integration | Phil Sutter | 2018-04-11 | 1 | -5/+10 |
* | libnftables: Support buffering output and error | Phil Sutter | 2018-04-11 | 1 | -0/+9 |
* | libnftables: Introduce nft_ctx_set_error() | Phil Sutter | 2018-04-11 | 1 | -0/+1 |
* | include: fix build failure | Florian Westphal | 2018-02-17 | 1 | -0/+1 |
* | src: bail out when exporting ruleset with unsupported output | Pablo Neira Ayuso | 2018-02-15 | 1 | -0/+2 |
* | src: add 'auto-merge' option to sets | Pablo Neira Ayuso | 2018-01-22 | 1 | -1/+0 |