Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-31 | 0.18.93debian/0.18.93 | An-Cheng Huang | |
2011-03-31 | add missing initialization | An-Cheng Huang | |
2011-03-31 | 0.18.92debian/0.18.92 | An-Cheng Huang | |
2011-03-31 | fix for bug 6966 | An-Cheng Huang | |
* fix paths issue in edit mode. | |||
2011-03-18 | 0.18.91debian/0.18.91 | An-Cheng Huang | |
2011-03-18 | fix for bug 6927 | An-Cheng Huang | |
* handle "default state transition" correctly for "show". | |||
2011-03-17 | remove debug output | An-Cheng Huang | |
2011-03-17 | 0.18.90debian/0.18.90 | An-Cheng Huang | |
2011-03-17 | add config path abstraction and high-level caching | An-Cheng Huang | |
* part of the config backend cleanup/optimization work. * improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%. | |||
2011-03-11 | remove another copied-and-pasted function | An-Cheng Huang | |
2011-03-10 | 0.18.89debian/0.18.89 | Michael Larson | |
2011-03-10 | support for fix to bug 6081. return hash of ipv4net, ipv6net networks ↵ | Michael Larson | |
assigned to interfaces | |||
2011-03-09 | 0.18.88debian/0.18.88 | An-Cheng Huang | |
2011-03-09 | switch query functions to use lower-level API directly. | An-Cheng Huang | |
2011-03-08 | Remove accidental usage of perl prototype in usage | Stephen Hemminger | |
Perl prototypes are a misfeature and should not be used. | |||
2011-03-03 | remove deactivate-handling code from commit | An-Cheng Huang | |
* activate/deactivate is pending redesign, so the old code no longer applies. * conceptually activate/deactivate should be transparent to commit so removing the old code. | |||
2011-03-02 | clean up commit dead code etc. etc. etc. | An-Cheng Huang | |
2011-03-02 | change indentation in commit code | An-Cheng Huang | |
2011-03-01 | tweak map iterator usage | An-Cheng Huang | |
2011-03-01 | add caching for parsed config templates | An-Cheng Huang | |
* this improves backend performance by ~15% in, e.g., "load" (w/o commit) and "show". * this is only temporary and eventually caching should be done at higher level for better performance, and that will require config path abstraction. | |||
2011-02-28 | 0.18.87debian/0.18.87 | An-Cheng Huang | |
2011-02-28 | add config template abstraction | An-Cheng Huang | |
2011-02-23 | compile commit with g++ | An-Cheng Huang | |
2011-02-23 | remove compiler warnings | An-Cheng Huang | |
2011-02-22 | clean up dead code etc. etc. etc. | An-Cheng Huang | |
2011-02-18 | 0.18.86debian/0.18.86 | An-Cheng Huang | |
2011-02-18 | namespace reorg | An-Cheng Huang | |
2011-02-16 | 0.18.85debian/0.18.85 | An-Cheng Huang | |
2011-02-16 | fix for bug 6754 | An-Cheng Huang | |
* force all command-line words to be non-options. | |||
2011-02-10 | 0.18.84debian/0.18.84 | Michael Larson | |
2011-02-10 | Improve memory allocation (and freeing), so commit will support a ↵ | Michael Larson | |
configuration booting with 6000 vpn tunnels (w/ 2 gigs ram). | |||
2011-02-09 | fix for bug 6791 | An-Cheng Huang | |
* work around comment syntax ambiguity by ignoring comments not associated with any nodes. | |||
2011-02-02 | cosmetic fix to make error output to match format of other error output ↵ | Michael Larson | |
statements. | |||
2011-02-01 | exclude change from merge | An-Cheng Huang | |
2011-01-27 | rework/simplify path handling | An-Cheng Huang | |
2011-01-25 | 0.18.83debian/0.18.83 | Stig Thormodsrud | |
2011-01-25 | Fix list_vrrp_sync_group_members() to just include requested group. | Stig Thormodsrud | |
(cherry picked from commit 55e621e5b351913bf735477d00ca554c5a19c4d6) | |||
2011-01-25 | 0.18.82debian/0.18.82 | Stig Thormodsrud | |
2011-01-25 | Fix 6501: "clear vrrp master interface <interface> group <group]id>" ↵ | Stig Thormodsrud | |
command doesnt work with sync groups (cherry picked from commit 92a4d11c73fa5bcd18b91a8a5c7e11ec2bf42ed1) | |||
2011-01-24 | 0.18.81debian/0.18.81 | Stig Thormodsrud | |
2011-01-24 | Fix 6727: should have a friendlier message on rollback error. | Stig Thormodsrud | |
(cherry picked from commit e973b4d3ab1067525b4439a34598308d17065233) | |||
2011-01-20 | correctly handle renamed file | An-Cheng Huang | |
(cherry picked from commit 61a954a8ae75898b873ef502e2b85695004110d2) | |||
2011-01-20 | 0.18.80debian/0.18.80 | Stig Thormodsrud | |
2011-01-20 | Fix 6669: help strings for confirm and commit-confirm are not very clear | Stig Thormodsrud | |
(cherry picked from commit 77d6d68d7674009b98722173a66e6b5d6cc188d1) | |||
2011-01-20 | fix for bug 6690 | An-Cheng Huang | |
* return to top level before saving (to be consistent with load). (cherry picked from commit bc0c9107d5f5cda86646b8162950938e52a2333f) | |||
2011-01-20 | 0.18.79debian/0.18.79 | Michael Larson | |
2011-01-20 | added a parameter to the break on priority group option: | Michael Larson | |
-b [priority] break at priority node (debug mode) Allows a commit to proceed up the passed in priority group number and then from there single step through each priority group. Useful in debugging large/complex configuration files. | |||
2011-01-20 | 0.18.78debian/0.18.78 | An-Cheng Huang | |
2011-01-20 | add comments for showConfig | An-Cheng Huang | |
2011-01-20 | export config output algorithms through shell API | An-Cheng Huang | |