summaryrefslogtreecommitdiffstats
path: root/src/inlined.h
AgeCommit message (Expand)Author
2017-08-22properly set negative out-of-memory (OOM) scores; #2549Costa Tsaousis (ktsaou)
2017-05-04updated strtold() with the faster str2ld(); fixed unit testsCosta Tsaousis (ktsaou)
2017-05-04operational statsd with custom appsCosta Tsaousis (ktsaou)
2017-02-01apps.plugin detects in-place process changes; fixes #1698Costa Tsaousis (ktsaou)
2017-01-29fixed typo in kernel_uint_tCosta Tsaousis (ktsaou)
2017-01-28fix apps.plugin values on 32bit machinesCosta Tsaousis (ktsaou)
2017-01-25apps.plugin now allows to be compiled for 32bit kernelsCosta Tsaousis (ktsaou)
2017-01-22properly override strcmp()Costa Tsaousis (ktsaou)
2017-01-21reverted strcmp()Costa Tsaousis (ktsaou)
2017-01-21removed register from inlined variablesCosta Tsaousis (ktsaou)
2017-01-21disable strsame() - fallback to strcmp()Costa Tsaousis (ktsaou)
2017-01-20replace strcmp() with strsame() and procfile improvementsCosta Tsaousis (ktsaou)
2017-01-19prevent buffer overflowCosta Tsaousis (ktsaou)
2017-01-19remove statement expressions - they are not fasterCosta Tsaousis (ktsaou)
2017-01-19inline string to number conversionCosta Tsaousis (ktsaou)
2017-01-18faster number parsingCosta Tsaousis (ktsaou)
2017-01-18properly show not collected systemd servicesCosta Tsaousis (ktsaou)
2017-01-18use gcc statement expressions to inline commonly used functionsCosta Tsaousis (ktsaou)