aboutsummaryrefslogtreecommitdiffstats
path: root/conf/cf-lex.l
Commit message (Expand)AuthorAgeFilesLines
* Conf: Bytestrings with hex: should use the same general format as ones without.Ondrej Zajicek2023-10-061-1/+1
* Conf: Fix 'show symbols'Ondrej Zajicek2023-10-041-0/+1
* MPLS subsystemOndrej Zajicek2023-10-041-0/+4
* Structures bytestring and adata merged into adata.katerina.kubecova2023-09-201-2/+2
* Conf: Move definition of struct keyword to conf.hOndrej Zajicek2023-09-141-5/+0
* Filter: Better syntax for function return typesOndrej Zajicek2023-09-121-0/+1
* Filter: Implement multiple dispatch for methodsOndrej Zajicek2023-09-121-1/+1
* Filter: Methods reworkMaria Matejka2023-09-121-9/+14
* Filter/Conf: Method names have their own keyword hashMaria Matejka2023-09-121-4/+6
* Conf: Allowing conf scope to be explicitly read onlyMaria Matejka2023-09-121-0/+5
* Conf: Symbol manipulation gets its context explicitlyMaria Matejka2023-09-121-55/+50
* Conf: Keywords have their default symbolsMaria Matejka2023-09-121-39/+26
* Conf: Symbol hashes for all scopesMaria Matejka2023-09-121-42/+39
* Filter: Add bytestring typeAlexander Zubkov2023-08-241-1/+1
* Lib: Add functions for reading and writing of bytestringsOndrej Zajicek2023-08-241-31/+15
* Add hex:XYZ syntax for short hex stringsAlexander Zubkov2023-06-231-3/+8
* Conf: Improve handling of keywordsOndrej Zajicek2023-04-271-4/+13
* Conf: Fix symbol lookupOndrej Zajicek2023-04-271-10/+12
* Moved config-related allocations to config_pool and showing its size in memor...Maria Matejka2022-11-011-1/+1
* Filter: Fix handling of variables in anonymous filtersOndrej Zajicek2022-10-181-3/+3
* Filter: Implement soft scopesOndrej Zajicek (work)2022-06-271-3/+55
* Conf: Fix parsing full-length IPv6 addressesOndrej Zajicek (work)2022-01-051-1/+1
* Nest: Allow specifying security keys as hex bytes as well as stringsToke Høiland-Jørgensen2021-06-061-0/+31
* Minor cleanups with cfg_allocz()Ondrej Zajicek (work)2020-11-241-1/+1
* Lexer: strtoul shall never set endptr to NULL; it should be an errorMaria Matejka2020-05-011-7/+7
* Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-031-2/+3
|\
| * BGP: Dynamic BGPOndrej Zajicek (work)2019-04-301-2/+3
* | Filter: Pre-evaluation of constant expressionsMaria Matejka2019-07-021-0/+1
* | Conf/Filters: Moved argument count to conf scopeMaria Matejka2019-06-251-0/+1
* | String: bstrtoul macro expanded to bstrtoul10 and 16Maria Matejka2019-06-131-7/+7
* | Lexer now returns known sym / unknown sym / keywordMaria Matejka2019-05-171-13/+11
* | Filters: comparison of functions and filters cachingMaria Matejka2019-02-261-1/+3
* | Custom number parser to speed up config parsingMaria Matejka2019-02-251-7/+7
* | Conf: Lexer parses quoted strings in a more descriptive wayMaria Matejka2019-02-251-47/+90
* | Conf: Symbol implementation converted from void pointers to unionMaria Matejka2019-02-201-34/+25
* | Filters: split the large filter.h file to smaller files.Maria Matejka2019-02-201-0/+1
* | Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka2019-02-201-4/+18
|/
* Conf: Show the line:char position where the syntax error happensJan Maria Matejka2018-09-111-2/+4
* Merge branch 'master' into int-newOndrej Zajicek (work)2017-05-301-0/+5
|\
| * Workaround for older bisonsOndrej Zajicek (work)2017-05-301-0/+5
* | Merge branch 'master' into int-newOndrej Zajicek (work)2017-05-251-99/+67
|\|
| * Conf: Replace keyword and symbol hash table with generic hash table.Ondrej Zajicek (work)2017-05-251-99/+67
* | Fix VPN-RD parsing on 32-bit systemsOndrej Zajicek (work)2017-05-181-2/+4
* | Check validity of dest w.r.t. net_typeOndrej Zajicek (work)2017-04-181-1/+1
* | Simpler format of VPN RDJan Moskyto Matejka2017-03-281-4/+35
* | Several minor fixesOndrej Zajicek (work)2017-02-201-11/+28
* | VPN4 and VPN6 literalsJan Moskyto Matejka2016-12-221-0/+37
* | Lexer: Add a quotation mark back while parsing quotesPavel Tvrdik2016-11-161-0/+1
* | Merge branch 'master' into int-newOndrej Zajicek (work)2016-11-081-1/+1
|\|
| * Minor code cleanupsOndrej Zajicek (work)2016-11-081-1/+1