summaryrefslogtreecommitdiffstats
path: root/src/lib/eval/token.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3502] Checkpoint: syntax to doFrancis Dupont2024-08-211-0/+69
* [#3502] Checkpoint: added branchFrancis Dupont2024-08-211-0/+13
* [#3502] Checkpoint: added labelFrancis Dupont2024-08-211-65/+145
* [#3459] bump up library versions for 2.7.0 releaseRazvan Becheriu2024-06-201-1/+1
* [#3170] Checkpoint: created and added TokenMatchFrancis Dupont2024-06-111-0/+35
* [#2820] add tid in all eval logsPiotrek Zadroga2024-04-261-24/+71
* [#3210] refactor io utilitiesAndrei Pavel2024-03-211-1/+1
* [#3209] Updated copyrightsThomas Markwalder2024-02-071-1/+1
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
* [#3048] added the lcase and ucase operatorsRazvan Becheriu2023-09-221-0/+37
* Rebase v2_4 onto master after the release.Marcin Godzina2023-07-041-1/+1
* [#2909] Fixed token.cc compile errorThomas Markwalder2023-06-211-2/+2
* [#2830] static cast enum to intRazvan Becheriu2023-06-211-24/+17
* [#2830] fixed UB caused by unalligned readRazvan Becheriu2023-06-211-12/+12
* [#2272] fixed comments and documentationRazvan Becheriu2022-04-171-4/+2
* [#2272] Added split function to expression syntaxThomas Markwalder2022-04-171-1/+89
* [#1887] release changesWlodek Wencel2021-05-241-1/+1
* [#1680] added ChangeLog entry and addressed commentsRazvan Becheriu2021-05-051-12/+19
* [#1680] fixed compilationRazvan Becheriu2021-05-051-3/+3
* [#1680] fixed compilationRazvan Becheriu2021-05-051-2/+3
* [#1680] addressed commentsRazvan Becheriu2021-05-051-31/+4
* [#1680] all tokens must not throw on empty stringRazvan Becheriu2021-05-051-8/+41
* [#1680] use consistent formatRazvan Becheriu2021-05-051-4/+31
* [#1680] added EvalContext convert functionsRazvan Becheriu2021-05-051-4/+8
* [#1680] inttotext should convert from network orderRazvan Becheriu2021-05-051-4/+8
* [#1680] added integer conversion to text in eval parserRazvan Becheriu2021-05-051-0/+138
* [#1680] clean up codeRazvan Becheriu2021-05-051-28/+3
* [#1680] added addrtotext operator to eval parserRazvan Becheriu2021-05-051-0/+30
* [#150,!385] Addressed review comments:Tomek Mrugalski2019-08-141-0/+3
* [150-add-sub-option-classification] Added unit tests and fixed logsFrancis Dupont2019-08-141-30/+29
* [150-add-sub-option-classification] Checkpoint: code done, todo regen and testsFrancis Dupont2019-08-141-1/+60
* [67-expressions-hexa-strings] Addressed commentsFrancis Dupont2018-09-181-5/+0
* [67-expressions-hexa-strings] Added hexstring testsFrancis Dupont2018-09-161-1/+3
* [67-expressions-hexa-strings] checkpoint to update syntaxFrancis Dupont2018-09-161-1/+39
* [master] Merging trac5374 (new classification) - conflicts resolved, regen ne...Francis Dupont2018-04-111-0/+14
|\
| * [5374] Checkpoint: added member token, syntax and tests todoFrancis Dupont2017-11-241-0/+14
* | Merge remote-tracking branch 'isc-kea/master' into HEADRazvan Becheriu2017-12-121-0/+36
|\|
| * [5363] Added ifelse operatorFrancis Dupont2017-09-281-0/+36
* | Merge branch 'isc-master' into config-hAndrei Pavel2017-08-171-7/+28
|\|
| * [5287] Updated clasify docFrancis Dupont2017-07-031-7/+28
* | Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
|/
* fix some spelling mistakesVincent Legout2016-11-081-3/+3
* [4483] Added pkt4.msgtype and pkt4.transidTomek Mrugalski2016-08-191-0/+8
* [4483] Several existing instances converted to fromUint32Tomek Mrugalski2016-08-191-28/+12
* [4483] Integers in expressions implemented.Tomek Mrugalski2016-08-191-0/+6
* [master] Merge branch 'trac4271' (vendor options support in classification)Tomek Mrugalski2016-08-181-0/+238
|\
| * [4271] Mostly typo level clean upShawn Routhier2016-08-171-1/+1
| * [4271] Logging checks added for TokenVendor and TokenVendorClassTomek Mrugalski2016-08-101-3/+8
| * [4271] Messages are now more terse.Tomek Mrugalski2016-08-091-0/+2
| * [4271] Debug logging added.Tomek Mrugalski2016-08-091-9/+42