Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-09 | configdep: T6206 fix marker for last element of delete priority queues | khramshinr | |
related task: T5660: add marker for last element of priority queues | |||
2024-02-28 | configdep: T5660: add marker for last element of priority queues | John Estabrook | |
2023-02-09 | commit: T4990: call sync after the commit completes | Daniil Baturin | |
2022-05-16 | vyos-debug: T4394: extend profiling support | Volodymyr Huti | |
1. Use chrono library instead of basic C library to improve accuracy 2. Introduce the tracing helpers 3. Add tracing calls to the main processing points NOTE: loger is writing to the stdout, and for bootloader it is redirected to - /var/log/vyatta/vyos-boot-config-loader.log | |||
2017-11-01 | use unique_ptr if gcc is version 6 or higher | Kim Hagen | |
2017-11-01 | ignore return statements warnings/errors, maybe we should do something with ↵ | Kim Hagen | |
the return codes? | |||
2017-11-01 | replace deprecated auto_ptr for unique_ptr | Kim Hagen | |
2012-07-11 | Log node of commit failure | Stephen Hemminger | |
Bug 8192 Put message in log about failed node | |||
2011-06-30 | Bugfix 7224: check nodes immediate children for changes when the node its ↵ | John Southworth | |
self is unchanged. If a child has changed run the commit check for the node | |||
2011-06-13 | bug fix for 7178 - commit hook for demo-entitlement notifications not working. | Deepti Kulkarni | |
2011-05-23 | match old "in_delete_action" behavior | An-Cheng Huang | |
2011-05-20 | fix for bug 5460 | An-Cheng Huang | |
* handle value ordering for "multi:" nodes correctly during commit. | |||
2011-05-20 | update comment, fix typo, etc. | An-Cheng Huang | |
2011-05-18 | correct comment file handling in copy and minor cleanup. | An-Cheng Huang | |
2011-05-17 | reimplement commit locking | An-Cheng Huang | |
2011-05-17 | minor feature etc. | An-Cheng Huang | |
* add commit notification. * fix relative VAR references that traverse up to root level. | |||
2011-05-16 | reimplement commit hooks mechanism | An-Cheng Huang | |
* do NOT reinvent the wheel (directory traversal, sorting, script execution, etc.) when the functionality is already provided by the system. * eliminate hard-coded hook directory in various feastures. everyone should obtain the directory path from the config backend. | |||
2011-05-10 | clean up when committing no changes | An-Cheng Huang | |
(cherry picked from commit 113b5ee593fd3196e2b1c828c3dd82032758e492) | |||
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) |