Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-26 | [#3550] AC_PROG_LN_S and ChangeLog entry | Andrei Pavel | 2 | -0/+6 | |
2024-08-26 | [#3549] bump up library versions for 2.7.2 release | Razvan Becheriu | 12 | -12/+17 | |
2024-08-22 | [#1945] fix building docs from tarball | Andrei Pavel | 3 | -6/+14 | |
- Move tools/* EXTRA_DISTs inside tools/Makefile.am because that's where they belong. - Add check-messages.py to EXTRA_DIST in tools/Makefile.am to allow someone who downloads the tarball to regenerate the entire message documentation just like before. - Add debug-messages.rst and kea-messages.rst to the tarball so that they are not forced to use check-messages.py to regenerate message documentation. - Add singlehtml to all rule. It is the only type of docs that are not built by default. | |||||
2024-08-22 | [#3496] Extra changes by Razvan | Francis Dupont | 1 | -1/+3 | |
2024-08-22 | [#3496] Removed the dubious line of code | Francis Dupont | 1 | -1/+0 | |
2024-08-22 | [#3487] Added unsetenv code in fixture | Francis Dupont | 1 | -3/+17 | |
2024-08-22 | [#3513] address review | Andrei Pavel | 9 | -57/+111 | |
- fix documentation - show null on system-time and clock-skew when uninitialized - add UT CommunicationStateTest.getReportWithClockSkewTest | |||||
2024-08-22 | [#3513] add ChangeLog entry | Andrei Pavel | 1 | -0/+7 | |
2024-08-22 | [#3513] adapt unit tests to HA clock skew in status-get | Andrei Pavel | 6 | -18/+145 | |
2024-08-22 | [#3513] add HA clock skew to status-get | Andrei Pavel | 5 | -26/+87 | |
2024-08-22 | Update release_checklist.md with changes resulting from move away from SF | Vicky Risk | 1 | -1/+1 | |
2024-08-22 | [#1945] address review | Andrei Pavel | 4 | -13/+29 | |
- add DBGLVL_TRACE_MAX - generate debug-messages.rst automatically on make -C doc/sphinx | |||||
2024-08-22 | [#1945] address review | Andrei Pavel | 10 | -19/+37 | |
- generate kea-messages.rst automatically on make -C doc/sphinx - add disclaimer header that debug-messages.rst and kea-messages.rst are generated - minor changes to debug level variable names - do not write section "Messages printed" in tools/check-messages.py if there are no messages | |||||
2024-08-22 | [#1945] add ChangeLog entry | Andrei Pavel | 1 | -0/+10 | |
2024-08-22 | [#1945] default to determining list of files automatically in api2doc.py and ↵ | Andrei Pavel | 3 | -11/+29 | |
mes2doc.py | |||||
2024-08-22 | [#1945] generate kea-messages.rst a priori | Andrei Pavel | 4 | -9/+25704 | |
This allows us to document premium messages in the public ARM without having to hand out a copy of the premium sources to readthedocs. | |||||
2024-08-22 | [#1945] fix debuglevel exception being shadowed by another exception | Andrei Pavel | 1 | -3/+3 | |
"stringValue() called on non-string Element" was being shown instead of "Unsupported debuglevel value 100, expected 0-99". | |||||
2024-08-22 | [#1945] add missing definition for level 70: DBGLVL_TRACE_ALL | Andrei Pavel | 3 | -16/+20 | |
This way, all debug levels used are in src/lib/log/log_dbglevels.* And no algebra is used in determining a log level as was the case in: ``` const int DBG_ALL = DBGLVL_TRACE_DETAIL + 20; ``` | |||||
2024-08-22 | [#1945] add ARM section for debug messages indexed by log level | Andrei Pavel | 3 | -0/+1262 | |
2024-08-22 | [#1945] add missing messages and premium messages to the ARM | Andrei Pavel | 4 | -40/+89 | |
Apart from premium, messages from these files were missing: - perfmon_messages.mes - pgsql_cb_messages.mes - run_script_messages.mes - fuzz_messages.mes | |||||
2024-08-22 | [#1945] minor fix in ARM: removed extraneous backquotes | Andrei Pavel | 1 | -1/+1 | |
2024-08-22 | [#1945] fix check-messages.py on looking at test files | Andrei Pavel | 2 | -6/+7 | |
2024-08-22 | [#1945] log EVAL_RESULT messages only at debug level | Andrei Pavel | 16 | -62/+88 | |
- Split the 15 occurrences of EVAL_RESULT into one message for each log call in code. - Log all these messages only on debug level 50. - Remove bad practice `catch (...)` and the message logged on that if-branch. | |||||
2024-08-22 | [#1945] take premium exhonerated duplicate messages into account | Andrei Pavel | 1 | -6/+11 | |
This makes it easier to run `./tools/check-messages.py` to correctly assess the state of messages while developing Kea without having to remove the premium directory. | |||||
2024-08-22 | [#1945] minor: add +x permission to reorder_message_file.py | Andrei Pavel | 1 | -0/+2 | |
2024-08-22 | [#3524] add stamp-h* to gitignore | Andrei Pavel | 1 | -1/+1 | |
Under some unknown conditions, you can get `stamp-h2`, and it probably keeps incrementing. | |||||
2024-08-22 | [#3524] unrelated, but missed in #3522: add changelog.dox to tarball | Andrei Pavel | 1 | -1/+2 | |
2024-08-22 | [#3524] workaround for silent rules being ignored in automake 1.17 | Andrei Pavel | 6 | -10/+10 | |
Also remove all the few other trailing `dnl`s just to be safe. | |||||
2024-08-22 | [#3483] Added a ChangeLog entry | Francis Dupont | 1 | -0/+7 | |
2024-08-22 | [#3483] Address the comment | Francis Dupont | 1 | -1/+1 | |
2024-08-22 | [#3483] Updated RBAC doc | Francis Dupont | 4 | -13/+20 | |
2024-08-22 | [#3483] Renamed CA callouts | Francis Dupont | 4 | -27/+29 | |
2024-08-22 | [#1764] Address comments | Francis Dupont | 4 | -4/+4 | |
2024-08-22 | [#1764] More shared server | Francis Dupont | 3 | -578/+357 | |
2024-08-22 | [#1764] Shared server | Francis Dupont | 4 | -751/+429 | |
2024-08-22 | [#1764] Shared client | Francis Dupont | 4 | -1901/+1043 | |
2024-08-22 | [#1764] Shared http and tls | Francis Dupont | 8 | -499/+315 | |
2024-08-22 | [#1764] Shared common setting | Francis Dupont | 6 | -835/+1018 | |
2024-08-22 | [#3547] hammer.py: wait for start-stop-daemon/mysqld_safe to exit | Andrei Pavel | 1 | -0/+11 | |
Attempt to fix `start-stop-daemon: /usr/bin/mysqld_safe is already running` | |||||
2024-08-21 | [#3502] Added a ChangeLog entry | Francis Dupont | 1 | -0/+5 | |
2024-08-21 | [#3502] Additional updates | Francis Dupont | 4 | -6/+42 | |
2024-08-21 | [#3502] Addressed comments | Francis Dupont | 9 | -410/+410 | |
2024-08-21 | [#3502] Updated misc UTs | Francis Dupont | 1 | -1/+1 | |
2024-08-21 | [#3502] Regen flex/bison | Francis Dupont | 2 | -176/+176 | |
2024-08-21 | [#3502] Checkpoint before final regen | Francis Dupont | 3 | -15/+25 | |
2024-08-21 | [#3502] Regen flex/bison | Francis Dupont | 3 | -424/+483 | |
2024-08-21 | [#3502] Checkpoint before regen | Francis Dupont | 6 | -89/+211 | |
2024-08-21 | [#3502] Regen flex/bison | Francis Dupont | 4 | -755/+864 | |
2024-08-21 | [#3502] Checkpoint: changed strict- by s | Francis Dupont | 4 | -14/+173 | |
2024-08-21 | [#3502] Checkpoint: add strict-* syntax | Francis Dupont | 3 | -0/+27 | |