summaryrefslogtreecommitdiffstats
path: root/doc/sphinx (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-29[#3361] release changesWlodzimierz Wencel133-163/+168
2024-04-26[#3355] bump up library versions for 2.5.8 releasePiotrek Zadroga19-19/+24
2024-04-26[#2984] Updated docFrancis Dupont1-4/+5
2024-04-26[#2976] addressed reviewRazvan Becheriu3-23/+22
2024-04-26[#2976] Added doc and ChangeLog entryFrancis Dupont2-1/+42
2024-04-26[#2976] Added DORA+RENEW testsFrancis Dupont2-6/+259
2024-04-26[#2976] Began basic UTsFrancis Dupont3-10/+449
2024-04-26[#2976] Added recoverStashedAgentOptionFrancis Dupont5-10/+141
2024-04-26[#2976] Disabled stashed RAI in updateLease4ExtendedInfoFrancis Dupont2-0/+69
2024-04-26[#2976] Disabled stashed RAI copy into responseFrancis Dupont2-8/+62
2024-04-26[#2976] Rebuilt get_config_unittest.ccFrancis Dupont1-2/+78
2024-04-26[#2976] Regen flex/bisonFrancis Dupont4-4021/+4072
2024-04-26[#2976] Extended syntaxFrancis Dupont7-1/+27
2024-04-26[#2820] addressed review commentsPiotrek Zadroga8-8/+44
2024-04-26[#2820] revert some log msgsPiotrek Zadroga8-45/+26
2024-04-26[#2820] ChangeLog entryPiotrek Zadroga1-0/+6
2024-04-26[#2820] small fixesPiotrek Zadroga2-11/+11
2024-04-26[#2820] add tid in some packets logsPiotrek Zadroga8-51/+89
2024-04-26[#2820] add tid in some options logsPiotrek Zadroga6-11/+17
2024-04-26[#2820] add tid in some leases logsPiotrek Zadroga3-2/+3
2024-04-26[#2820] add tid in all eval logsPiotrek Zadroga9-610/+734
2024-04-26[#2820] add tid in some ddns logsPiotrek Zadroga3-4/+5
2024-04-26[#2820] add tid in some bad-packets logsPiotrek Zadroga6-15/+21
2024-04-26[#2820] add tid in some alloc-engine logsPiotrek Zadroga3-12/+18
2024-04-26[#3344] Addressed review comments (doc)Marcin Siodelski4-25/+63
2024-04-26[#3344] Correct Kea versions in commentsTomek Mrugalski3-9/+9
2024-04-26[#3344] Fix origin type in notify cmdMarcin Siodelski2-2/+10
2024-04-26[#3344] Use origin-id instead of originMarcin Siodelski14-56/+499
The HA partners now send the commands with both origin-id and origin to provide backward compatibility between different Kea versions.
2024-04-26[#1914] Use IOService::stopAndPollMarcin Siodelski1-5/+1
2024-04-26[#1914] Fixed unstable HA testsMarcin Siodelski2-1/+8
2024-04-24[#3254] add ChangeLog entryAndrei Pavel1-0/+6
2024-04-24[#3254] 'premium: no' in version when missingAndrei Pavel1-0/+1
2024-04-24[#3254] consistent version output across executablesAndrei Pavel27-59/+87
- replace VERSION with PACKAGE_VERSION in src/bin/admin to avoid overlap with VERSION used in src/share/database. - add -V to kea-admin - add -V to kea-shell - add -V to keactrl - add -V to perfdhcp - removed getVersionAddendum from d2 and added the openssl version to the output of other process versions since it's not only used by d2 - make all -V outputs consistent. Some are showing only core version and are missing premium version which is fine since they are the executables that don't have something to do with premium directly anyway.
2024-04-24[#3254] show premium source in extended versionAndrei Pavel6-17/+24
2024-04-24[#3254] show premium source in config reportAndrei Pavel1-2/+3
2024-04-24[#3314] Addressed review commentThomas Markwalder1-1/+1
Typo in UT commentary.
2024-04-24[#3314] Review commentThomas Markwalder1-1/+2
Fixed UT test. modified: callout_handle_unittest.cc
2024-04-24[#3314] Add optional handle context member fetchThomas Markwalder2-0/+61
modified: src/lib/hooks/callout_handle.h modified: src/lib/hooks/tests/callout_handle_unittest.cc
2024-04-24[#3247] add rocky linux 9Marcin Godzina1-33/+78
2024-04-23[#3321] Added back missing header in Makefile.amTomek Mrugalski1-0/+1
2024-04-23[#3321] legacy code removedTomek Mrugalski11-1384/+3
2024-04-23[#3347] Updated ChangeLogThomas Markwalder2-4/+3
2024-04-23[#3347] Added ChangeLogThomas Markwalder1-0/+6
2024-04-23[#3347] Handle calls with no subnetThomas Markwalder5-19/+38
Move handling of subnet parmaeter from callouts to PerfMonMgr::processPktEventStack(). modified: perfmon_callouts.cc perfmon_mgr.cc perfmon_mgr.h tests/Makefile.am tests/perfmon_mgr_unittests.cc
2024-04-23[#3294] ChangeLog entryPiotrek Zadroga1-0/+9
2024-04-23[#3294] adding UTsPiotrek Zadroga4-0/+54
2024-04-23[#3294] fix reservation-del psql queryPiotrek Zadroga1-1/+2
- fixing a bug where when postgresql used as hosts reservations backend and when trying to delete only one reservation with host_cmds reservation-del by ipv6 and subnet-id, all host reservations in given subnet were deleted
2024-04-22[#3315] use enum SpawnMode instead of boolRazvan Becheriu9-44/+48
2024-04-22[#3315] use stopAndPollRazvan Becheriu68-455/+204
2024-04-22[#3315] fix ProcessSpawn IOServiceRazvan Becheriu17-167/+96