summaryrefslogtreecommitdiff
path: root/conf/cf-lex.l
AgeCommit message (Expand)Author
2023-11-25Merge commit '333ddd4f' into wireguard-next-tmp7-1Mikael Magnusson
2023-11-25Merge commit 'bb8e2824' into wireguard-next-tmp7-1Mikael Magnusson
2023-11-25Merge commit '9ffea830' into wireguard-next-tmp7-1Mikael Magnusson
2023-11-25Merge commit 'fc4398b4' into wireguard-next-tmp7-1Mikael Magnusson
2023-11-25Merge commit 'cc1099a0' into wireguard-next-tmp7-1Mikael Magnusson
2023-11-25Merge commit 'fc9d471b' into wireguard-next-tmp7-1Mikael Magnusson
2023-11-25Merge commit 'f86c86b7913f55c1221d8c5e1ff27700aa663a6e' into wireguard-next-t...Mikael Magnusson
2023-11-25Merge commit '6b95353ebdaa724252492f941ebe75f80e9e545a' into wireguard-next-t...Mikael Magnusson
2023-11-25Merge commit '51f2e7afaf069508685281e8c1b8bb1ceda79d8f' into wireguard-next-t...Mikael Magnusson
2023-11-25Merge commit '58efa94460381309c754a3162df257ae043c2cbd' into wireguard-next-t...Mikael Magnusson
2023-11-25Merge commit '8e177cf35b582ec973c1abce4709c80847adb711' into wireguard-next-t...Mikael Magnusson
2023-10-04MPLS subsystemOndrej Zajicek
2023-09-20Structures bytestring and adata merged into adata.katerina.kubecova
2023-09-14Conf: Move definition of struct keyword to conf.hOndrej Zajicek
2023-09-12Filter: Better syntax for function return typesOndrej Zajicek
2023-09-12Filter: Implement multiple dispatch for methodsOndrej Zajicek
2023-09-12Filter: Methods reworkMaria Matejka
2023-09-12Filter/Conf: Method names have their own keyword hashMaria Matejka
2023-09-12Conf: Allowing conf scope to be explicitly read onlyMaria Matejka
2023-09-12Conf: Symbol manipulation gets its context explicitlyMaria Matejka
2023-09-12Conf: Keywords have their default symbolsMaria Matejka
2023-09-12Conf: Symbol hashes for all scopesMaria Matejka
2023-08-28Bytestring: implement bytestring literals and constantsMikael Magnusson
2023-08-24Filter: Add bytestring typeAlexander Zubkov
2023-08-24Lib: Add functions for reading and writing of bytestringsOndrej Zajicek
2023-06-23Add hex:XYZ syntax for short hex stringsAlexander Zubkov
2023-04-27Conf: Improve handling of keywordsOndrej Zajicek
2023-04-27Conf: Fix symbol lookupOndrej Zajicek
2022-11-01Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka
2022-10-18Filter: Fix handling of variables in anonymous filtersOndrej Zajicek
2022-06-27Filter: Implement soft scopesOndrej Zajicek (work)
2022-01-05Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)
2021-06-06Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen
2020-11-24Minor cleanups with cfg_allocz()Ondrej Zajicek (work)
2020-05-01Lexer: strtoul shall never set endptr to NULL; it should be an errorMaria Matejka
2019-07-03Merge branch 'master' into mq-filter-stackMaria Matejka
2019-07-02Filter: Pre-evaluation of constant expressionsMaria Matejka
2019-06-25Conf/Filters: Moved argument count to conf scopeMaria Matejka
2019-06-13String: bstrtoul macro expanded to bstrtoul10 and 16Maria Matejka
2019-05-17Lexer now returns known sym / unknown sym / keywordMaria Matejka
2019-04-30BGP: Dynamic BGPOndrej Zajicek (work)
2019-02-26Filters: comparison of functions and filters cachingMaria Matejka
2019-02-25Custom number parser to speed up config parsingMaria Matejka
2019-02-25Conf: Lexer parses quoted strings in a more descriptive wayMaria Matejka
2019-02-20Conf: Symbol implementation converted from void pointers to unionMaria Matejka
2019-02-20Filters: split the large filter.h file to smaller files.Maria Matejka
2019-02-20Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka
2018-09-11Conf: Show the line:char position where the syntax error happensJan Maria Matejka
2017-05-30Merge branch 'master' into int-newOndrej Zajicek (work)
2017-05-30Workaround for older bisonsOndrej Zajicek (work)