summaryrefslogtreecommitdiffstats
path: root/src/eval.h
AgeCommit message (Expand)Author
2018-10-11modularize C source code (#4372)Costa Tsaousis
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-20daemon cleanup (#4231)Costa Tsaousis
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2017-12-26more code cleanupCosta Tsaousis (ktsaou)
2017-10-15health typedefs are now structuredCosta Tsaousis (ktsaou)
2016-09-14allow expressions to examine the current status of the alarm with $status; sp...Costa Tsaousis (ktsaou)
2016-08-25added inline conditional evaluation, C and javascript like: (condition)?(true...Costa Tsaousis
2016-08-15added abs() function to expressions; added health.d/net.confCosta Tsaousis
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-13variables are now parsed into expressionsCosta Tsaousis
2016-08-11detect excess characters at expressionCosta Tsaousis
2016-08-11expression parser now re-generates the expression showing the precedence it a...Costa Tsaousis
2016-08-11various renames to make the code more readableCosta Tsaousis
2016-08-11operational evaluator for expressionsCosta Tsaousis
2016-08-10infix notation parser almost done; preparing the evaluator and variables lookupCosta Tsaousis
2016-08-10added RRDCALC management; preparation for expression evaluationCosta Tsaousis