index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
filter
/
decl.m4
Age
Commit message (
Expand
)
Author
2021-02-07
Filter: Recursive filter iteration code
Ondrej Zajicek (work)
2020-05-01
Filter: Don't alloc varargs array if its length would be zero
Maria Matejka
2020-01-07
Filter: Fix typecheck for AND/OR.
Ondrej Zajicek (work)
2019-11-05
Filter: Improve typecheck error messages
Ondrej Zajicek (work)
2019-11-05
Filter: Better constant promotion
Ondrej Zajicek (work)
2019-11-05
Filter: Improved parse-time typechecks
Ondrej Zajicek (work)
2019-11-05
Filter: Parse-time typechecks
Ondrej Zajicek
2019-07-15
Filter: FID_MEMBER debug string is a C constant string
Maria Matejka
2019-07-15
Filter: Converted FI_PRINT and FI_PATHMASK_CONSTRUCT to VARARG
Maria Matejka
2019-07-15
Filter: Don't fail badly when trying to access non-existent route in config time
Maria Matejka
2019-07-03
Merge branch 'mq-filter-stack' of gitlab.labs.nic.cz:labs/bird into mq-filter...
Maria Matejka
2019-07-03
Filter: Split printing and dying
Maria Matejka
2019-07-02
Filter: Dropped some more irrelevant whitespace from generated files
Maria Matejka
2019-07-02
Filter: Nicer whitespaces in generated inst-gen.h
Maria Matejka
2019-07-02
Filter: documentation of the M4 preprocessor
Maria Matejka
2019-07-02
Filter: GCC, don't complain about indentation in generated code.
Maria Matejka
2019-07-02
Filter: Pre-evaluation of constant expressions
Maria Matejka
2019-07-01
Filter: Moved singleton member definitions to f-inst.c
Maria Matejka
2019-07-01
Filter: Moved f_inst allocation to separate function
Maria Matejka
2019-07-01
Filter: Getting rid of RESULT_OK. Adding RESULT_VOID.
Maria Matejka
2019-07-01
Filter: The interpreter code now shares its diversion with constructor
Maria Matejka
2019-06-28
Filter: renaming pointers for consistency
Maria Matejka
2019-06-27
Filter: A little cleanup of M4 interpreter generator
Maria Matejka
2019-06-19
Revert "Filter: Dropped the setter instructions in favor of direct result sto...
Maria Matejka
2019-06-03
Filter: Dropped the setter instructions in favor of direct result storage.
Maria Matejka
2019-05-29
Filter: Stacks moved to thread-local storage if available.
Maria Matejka
2019-05-22
Filter: Some people can't pronounce "postfixify" correctly. Let's try "linear...
Jan Maria Matejka
2019-05-21
Filter: Store variables and function arguments on stack
Jan Maria Matejka
2019-02-20
Filter: Interpreter merged into the common m4 generator.
Maria Matejka
2019-02-20
Filter: More cleanup -- customized structures also in struct f_line_item
Maria Matejka
2019-02-20
Conf: Symbol implementation converted from void pointers to union
Maria Matejka
2019-02-20
Filter: merged filter compare functions into common M4 file
Maria Matejka
2019-02-20
Filter: Merged postfixify routine
Maria Matejka
2019-02-20
Filter: Merged filter line item dumpers into common generated source
Maria Matejka
2019-02-20
Filter: auto-generating enum-to-string
Maria Matejka
2019-02-20
Filter generator: workaround for M4 claiming all the put-around code be on on...
Maria Matejka
2019-02-20
Filter: split the constructors to a separate file
Maria Matejka
2019-02-20
Filter: merged filter instruction constructors, counting line size on instruc...
Maria Matejka