index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[master] Addressed doxygen warnings raised.
Tomek Mrugalski
2016-12-13
1
-2
/
+2
*
[master] Merge branch 'trac5036' (Dhcp6 bison parser)
Tomek Mrugalski
2016-12-13
25
-238
/
+14879
|
\
|
*
[5036] Changes after review:
Tomek Mrugalski
2016-12-12
2
-25
/
+35
|
*
[5036] Fixed control char test for signed chars
Francis Dupont
2016-12-11
2
-2
/
+2
|
*
trac5036: regen
Francis Dupont
2016-12-11
1
-1
/
+1
|
*
[5036] Added \r as a valid whitespace (cf JSON standard)
Francis Dupont
2016-12-11
2
-1
/
+5
|
*
[5036] Optional exception display and case sensitive JSON unit tests
Francis Dupont
2016-12-10
2
-4
/
+18
|
*
Merge branch 'trac5036' of ssh://git.kea.isc.org/git/kea into trac5036
Francis Dupont
2016-12-10
1
-0
/
+1
|
|
\
|
|
*
[5036] Ignore parser generated files
Francis Dupont
2016-12-10
1
-0
/
+1
|
*
|
trac5036: regen
Francis Dupont
2016-12-10
6
-776
/
+764
|
|
/
|
*
[5036] Improved parser and include files
Francis Dupont
2016-12-10
2
-26
/
+52
|
*
[5036] Improved dhcp6.dox
Francis Dupont
2016-12-10
1
-51
/
+55
|
*
[5036] Regenerated flex/bison files added.
Tomek Mrugalski
2016-12-08
6
-0
/
+10271
|
*
[5036] Unit-tests cleanup.
Tomek Mrugalski
2016-12-08
3
-24
/
+38
|
*
[5036] Doc updated.
Tomek Mrugalski
2016-12-08
1
-37
/
+96
|
*
[5036] Comments added.
Tomek Mrugalski
2016-12-07
1
-1
/
+6
|
*
[5036] excluded-prefix{-len} implemented in the bison parser
Tomek Mrugalski
2016-12-06
2
-0
/
+35
|
*
[5036] readonly support added in hosts-database
Tomek Mrugalski
2016-12-06
2
-2
/
+26
|
*
[5036] Support for parameters in hooks-libraries added.
Tomek Mrugalski
2016-12-06
2
-1
/
+22
|
*
[5036] Comments added, some constants removed.
Tomek Mrugalski
2016-12-06
6
-97
/
+172
|
*
[5036] Code cleanup
Tomek Mrugalski
2016-12-06
6
-94
/
+113
|
*
[5014_phase2] Use Dhcp6 (vs JSON) parser as much as possible in unit tests
Francis Dupont
2016-11-29
8
-129
/
+368
|
*
[5014_phase2] Use parser in place of fromJSON
Francis Dupont
2016-11-29
11
-239
/
+439
|
*
[5014_phase2] Added a JSON value subparser
Francis Dupont
2016-11-29
4
-16
/
+29
|
*
[5014_phase2] Defined some config subparsers (to be used for tests)
Francis Dupont
2016-11-29
3
-3
/
+99
|
*
[5014_phase2] Added Element position
Francis Dupont
2016-11-29
4
-84
/
+99
|
*
[5014_phase2] Added recursive include unit test
Francis Dupont
2016-11-29
1
-0
/
+41
|
*
[5014_phase2] Fixed lexer cleanup on any exit (note parser uses try-catch)
Francis Dupont
2016-11-29
4
-39
/
+62
|
*
[5014_phase2] Moved back context variables from lexer
Francis Dupont
2016-11-29
2
-196
/
+192
|
*
[5014_phase2] Renamed Dhcp4 and DhcpDdns entries
Francis Dupont
2016-11-29
1
-4
/
+4
|
*
[5014_phase2] Implemented string escape (but not unicode) cf ECMA 404
Francis Dupont
2016-11-29
2
-14
/
+101
|
*
[5014_phase2] Add Dhcp4 and DhcpDdns toplevel configs to pass all tests
Francis Dupont
2016-11-29
4
-6
/
+49
|
*
[5014_phase2] More tests and fixes
Francis Dupont
2016-11-29
2
-12
/
+150
|
*
[5014_phase2] Began to write tests (and of course found and fixed some problems)
Francis Dupont
2016-11-29
6
-31
/
+190
|
*
[5014_phase2] Improved error handling
Francis Dupont
2016-11-29
1
-46
/
+79
|
*
[5014_phase2] Fixed default rule (flex -s)
Francis Dupont
2016-11-29
1
-3
/
+6
|
*
[5014] Cleaned up (indent, factor, etc)
Francis Dupont
2016-11-29
3
-58
/
+43
|
*
[5014] Added 2 unit tests about keywords
Francis Dupont
2016-11-29
3
-15
/
+37
|
*
[5014] Syntactic contexts almost done
Francis Dupont
2016-11-29
5
-356
/
+1091
|
*
[5014] Only fatal must be static
Francis Dupont
2016-11-29
2
-5
/
+6
|
*
[5014] Added scanner include
Francis Dupont
2016-11-29
5
-36
/
+242
|
*
[5014] Fixed syntax for tests, ready to add includes
Francis Dupont
2016-11-29
4
-45
/
+61
|
*
[5014] Count embbeded \n in comments
Francis Dupont
2016-11-29
1
-1
/
+2
|
*
[5014] Added %empty for bison -W
Francis Dupont
2016-11-29
1
-11
/
+11
|
*
[5014] Partial fix for process tests (dhcp-ddns still missing)
Francis Dupont
2016-11-29
2
-2
/
+12
|
*
Compilation fix on ubuntu 16.04
Tomek Mrugalski
2016-11-29
1
-1
/
+1
|
*
[5014] dhcp6.dox cleanup
Tomek Mrugalski
2016-11-29
1
-8
/
+10
|
*
[5014] Developer's guide now contains description of the new parser.
Tomek Mrugalski
2016-11-29
3
-17
/
+255
|
*
[5014] Kea-dhcp6 now actually uses new parser (all unit-tests pass)
Tomek Mrugalski
2016-11-29
1
-0
/
+6
|
*
[5014] Extended parser to support persist and enterprise-id
Tomek Mrugalski
2016-11-29
2
-2
/
+19
[next]