summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/pkt.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-15Added KEA_CXXFLAGS to all componentsAndrei Pavel2-0/+4
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel329-2/+658
2016-12-13[master] Addressed doxygen warnings raised.Tomek Mrugalski1-2/+2
2016-12-13[master] ChangeLog updatedTomek Mrugalski1-0/+8
2016-12-12[5036] Changes after review:Tomek Mrugalski5-44/+67
2016-12-11[5036] Fixed control char test for signed charsFrancis Dupont2-2/+2
2016-12-11trac5036: regenFrancis Dupont1-1/+1
2016-12-11[5036] Added \r as a valid whitespace (cf JSON standard)Francis Dupont2-1/+5
2016-12-10[5036] Optional exception display and case sensitive JSON unit testsFrancis Dupont2-4/+18
2016-12-10trac5036: regenFrancis Dupont6-776/+764
2016-12-10[5036] Ignore parser generated filesFrancis Dupont2-0/+2
2016-12-10[5036] Improved parser and include filesFrancis Dupont2-26/+52
2016-12-10[5036] Improved dhcp6.doxFrancis Dupont1-51/+55
2016-12-09[master] Replaced a NULL ... better pointer typeFrancis Dupont1-1/+1
2016-12-09[master] Replaced a NULL ... typoFrancis Dupont1-1/+1
2016-12-09[master] Replaced a NULL ... againFrancis Dupont1-1/+1
2016-12-09[master] Replaced a NULL not accepted by old GCC in C++0x mode by a castFrancis Dupont1-1/+1
2016-12-08[master] Updated git hashFrancis Dupont1-1/+1
2016-12-08[master] Finished merge of trac5066 (enforce C++11)Francis Dupont1-0/+5
2016-12-08[5066] Simplified the C++11 for loopFrancis Dupont1-20/+13
2016-12-08[master] added link to contributor's guideTomek Mrugalski1-0/+3
2016-12-08[master] Added ChangeLog entry for #3175.Marcin Siodelski1-0/+4
2016-12-08[5036] Regenerated flex/bison files added.Tomek Mrugalski6-0/+10271
2016-12-08[5036] Unit-tests cleanup.Tomek Mrugalski3-24/+38
2016-12-08[5036] Doc updated.Tomek Mrugalski2-40/+126
2016-12-07[5036] Comments added.Tomek Mrugalski2-1/+10
2016-12-06[5036] excluded-prefix{-len} implemented in the bison parserTomek Mrugalski4-1/+47
2016-12-06[5036] readonly support added in hosts-databaseTomek Mrugalski3-3/+28
2016-12-06[5036] Support for parameters in hooks-libraries added.Tomek Mrugalski3-2/+27
2016-12-06[5036] Comments added, some constants removed.Tomek Mrugalski6-97/+172
2016-12-06[3175] Moved StateModel class from D2 to libkea-util.Marcin Siodelski17-43/+45
2016-12-06[5036] Code cleanupTomek Mrugalski6-94/+113
2016-12-05[master] ChangeLog for Trac #5069Stephen Morris1-4/+9
2016-12-02[5069] Update Hooks developer documentationStephen Morris1-3/+4
2016-12-02[master] Added ChangeLog entry for #5074.Marcin Siodelski1-0/+5
2016-12-02[5074] Removed spurious whitespace.Marcin Siodelski1-1/+1
2016-12-02[trac5074] Minor rewording in libprocess.doxThomas Markwalder1-15/+10
2016-12-01[5074] A couple of trivial fixes in the comments.Marcin Siodelski1-14/+18
2016-12-01[5074] Split developer's documentation of CPL and D2.Marcin Siodelski4-162/+186
2016-12-01[5074] Fix doxygen refs after migration to isc::process namespace.Marcin Siodelski2-20/+21
2016-12-01[5074] Files in libkea-process moved to isc::process namespace.Marcin Siodelski28-52/+66
2016-12-01[5074] Rename d2_logger to dctl_logger in libkea-process.Marcin Siodelski14-35/+41
2016-12-01[5074] Set environment variable for pid files within libkea-process tests.Marcin Siodelski1-2/+5
2016-12-01[5074] Created libkea-process library.Marcin Siodelski39-219/+442
2016-11-30[5066] Enforced C++11 following #4631 discussionFrancis Dupont16-63/+130
2016-11-30[4631b] Applied the not unique_ptr stuffFrancis Dupont3-9/+10
2016-11-29[5014_phase2] Use Dhcp6 (vs JSON) parser as much as possible in unit testsFrancis Dupont8-129/+368
2016-11-29[5014_phase2] Use parser in place of fromJSONFrancis Dupont11-239/+439
2016-11-29[5014_phase2] Added a JSON value subparserFrancis Dupont4-16/+29
2016-11-29[5014_phase2] Defined some config subparsers (to be used for tests)Francis Dupont3-3/+99