summaryrefslogtreecommitdiffstats
path: root/src/eval.c
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-10-19support any character in alarm variable namesCosta Tsaousis (ktsaou)
2017-10-15health typedefs are now structuredCosta Tsaousis (ktsaou)
2017-05-04updated strtold() with the faster str2ld(); fixed unit testsCosta Tsaousis (ktsaou)
2016-12-11`replace `time(NULL)` calls by `now_realtime_sec()`Rémi Lefèvre
2016-11-13improvements identified via static code analysis with cppcheckCosta Tsaousis (ktsaou)
2016-11-12log errors on expressions evaluation, only when the return value is NAN or IN...Costa Tsaousis (ktsaou)
2016-09-15operator ? has higher precedence over all othersCosta 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-16added variable $now that resolves to the current timestamp; added entropy alarmCosta Tsaousis
2016-08-15added abs() function to expressions; added health.d/net.confCosta Tsaousis
2016-08-15allow expressions to test for inf and nan valuesCosta Tsaousis
2016-08-15health now properly tracks alarm transitions; code cleanup;Costa Tsaousis
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-14operational health templatizerCosta Tsaousis
2016-08-13variables are now parsed into expressionsCosta Tsaousis
2016-08-11code cleanup by replacing all memory allocation functions with ones that hand...Costa 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