summaryrefslogtreecommitdiff
path: root/src/commit
AgeCommit message (Collapse)Author
2024-04-09configdep: T6206 fix marker for last element of delete priority queueskhramshinr
related task: T5660: add marker for last element of priority queues
2024-02-28configdep: T5660: add marker for last element of priority queuesJohn Estabrook
2023-02-09commit: T4990: call sync after the commit completesDaniil Baturin
2022-05-16vyos-debug: T4394: extend profiling supportVolodymyr 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-01use unique_ptr if gcc is version 6 or higherKim Hagen
2017-11-01ignore return statements warnings/errors, maybe we should do something with ↵Kim Hagen
the return codes?
2017-11-01replace deprecated auto_ptr for unique_ptrKim Hagen
2012-07-11Log node of commit failureStephen Hemminger
Bug 8192 Put message in log about failed node
2011-06-30Bugfix 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-13bug fix for 7178 - commit hook for demo-entitlement notifications not working.Deepti Kulkarni
2011-05-23match old "in_delete_action" behaviorAn-Cheng Huang
2011-05-20fix for bug 5460An-Cheng Huang
* handle value ordering for "multi:" nodes correctly during commit.
2011-05-20update comment, fix typo, etc.An-Cheng Huang
2011-05-18correct comment file handling in copy and minor cleanup.An-Cheng Huang
2011-05-17reimplement commit lockingAn-Cheng Huang
2011-05-17minor feature etc.An-Cheng Huang
* add commit notification. * fix relative VAR references that traverse up to root level.
2011-05-16reimplement commit hooks mechanismAn-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-10clean up when committing no changesAn-Cheng Huang
(cherry picked from commit 113b5ee593fd3196e2b1c828c3dd82032758e492)
2011-05-10preliminary implementation of new commitAn-Cheng Huang
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538)