summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [master] Addressed doxygen warnings raised.Tomek Mrugalski2016-12-131-2/+2
* [master] Merge branch 'trac5036' (Dhcp6 bison parser)Tomek Mrugalski2016-12-1325-238/+14879
|\
| * [5036] Changes after review:Tomek Mrugalski2016-12-122-25/+35
| * [5036] Fixed control char test for signed charsFrancis Dupont2016-12-112-2/+2
| * trac5036: regenFrancis Dupont2016-12-111-1/+1
| * [5036] Added \r as a valid whitespace (cf JSON standard)Francis Dupont2016-12-112-1/+5
| * [5036] Optional exception display and case sensitive JSON unit testsFrancis Dupont2016-12-102-4/+18
| * Merge branch 'trac5036' of ssh://git.kea.isc.org/git/kea into trac5036Francis Dupont2016-12-101-0/+1
| |\
| | * [5036] Ignore parser generated filesFrancis Dupont2016-12-101-0/+1
| * | trac5036: regenFrancis Dupont2016-12-106-776/+764
| |/
| * [5036] Improved parser and include filesFrancis Dupont2016-12-102-26/+52
| * [5036] Improved dhcp6.doxFrancis Dupont2016-12-101-51/+55
| * [5036] Regenerated flex/bison files added.Tomek Mrugalski2016-12-086-0/+10271
| * [5036] Unit-tests cleanup.Tomek Mrugalski2016-12-083-24/+38
| * [5036] Doc updated.Tomek Mrugalski2016-12-081-37/+96
| * [5036] Comments added.Tomek Mrugalski2016-12-071-1/+6
| * [5036] excluded-prefix{-len} implemented in the bison parserTomek Mrugalski2016-12-062-0/+35
| * [5036] readonly support added in hosts-databaseTomek Mrugalski2016-12-062-2/+26
| * [5036] Support for parameters in hooks-libraries added.Tomek Mrugalski2016-12-062-1/+22
| * [5036] Comments added, some constants removed.Tomek Mrugalski2016-12-066-97/+172
| * [5036] Code cleanupTomek Mrugalski2016-12-066-94/+113
| * [5014_phase2] Use Dhcp6 (vs JSON) parser as much as possible in unit testsFrancis Dupont2016-11-298-129/+368
| * [5014_phase2] Use parser in place of fromJSONFrancis Dupont2016-11-2911-239/+439
| * [5014_phase2] Added a JSON value subparserFrancis Dupont2016-11-294-16/+29
| * [5014_phase2] Defined some config subparsers (to be used for tests)Francis Dupont2016-11-293-3/+99
| * [5014_phase2] Added Element positionFrancis Dupont2016-11-294-84/+99
| * [5014_phase2] Added recursive include unit testFrancis Dupont2016-11-291-0/+41
| * [5014_phase2] Fixed lexer cleanup on any exit (note parser uses try-catch)Francis Dupont2016-11-294-39/+62
| * [5014_phase2] Moved back context variables from lexerFrancis Dupont2016-11-292-196/+192
| * [5014_phase2] Renamed Dhcp4 and DhcpDdns entriesFrancis Dupont2016-11-291-4/+4
| * [5014_phase2] Implemented string escape (but not unicode) cf ECMA 404Francis Dupont2016-11-292-14/+101
| * [5014_phase2] Add Dhcp4 and DhcpDdns toplevel configs to pass all testsFrancis Dupont2016-11-294-6/+49
| * [5014_phase2] More tests and fixesFrancis Dupont2016-11-292-12/+150
| * [5014_phase2] Began to write tests (and of course found and fixed some problems)Francis Dupont2016-11-296-31/+190
| * [5014_phase2] Improved error handlingFrancis Dupont2016-11-291-46/+79
| * [5014_phase2] Fixed default rule (flex -s)Francis Dupont2016-11-291-3/+6
| * [5014] Cleaned up (indent, factor, etc)Francis Dupont2016-11-293-58/+43
| * [5014] Added 2 unit tests about keywordsFrancis Dupont2016-11-293-15/+37
| * [5014] Syntactic contexts almost doneFrancis Dupont2016-11-295-356/+1091
| * [5014] Only fatal must be staticFrancis Dupont2016-11-292-5/+6
| * [5014] Added scanner includeFrancis Dupont2016-11-295-36/+242
| * [5014] Fixed syntax for tests, ready to add includesFrancis Dupont2016-11-294-45/+61
| * [5014] Count embbeded \n in commentsFrancis Dupont2016-11-291-1/+2
| * [5014] Added %empty for bison -WFrancis Dupont2016-11-291-11/+11
| * [5014] Partial fix for process tests (dhcp-ddns still missing)Francis Dupont2016-11-292-2/+12
| * Compilation fix on ubuntu 16.04Tomek Mrugalski2016-11-291-1/+1
| * [5014] dhcp6.dox cleanupTomek Mrugalski2016-11-291-8/+10
| * [5014] Developer's guide now contains description of the new parser.Tomek Mrugalski2016-11-293-17/+255
| * [5014] Kea-dhcp6 now actually uses new parser (all unit-tests pass)Tomek Mrugalski2016-11-291-0/+6
| * [5014] Extended parser to support persist and enterprise-idTomek Mrugalski2016-11-292-2/+19