summaryrefslogtreecommitdiff
path: root/src/print_cpu_usage.c
AgeCommit message (Collapse)Author
2012-11-15DragonFlyBSD support addedScott Tincman
2012-06-28Avoid division by zero when calculating CPU usage.Mateusz Poszwa
2012-05-09Error handling: Never output null as full_text (JSON), prefix messages with ↵Michael Stapelberg
i3status (Thanks Artemis) The former made i3bar crash, the latter is helpful for debugging.
2012-04-29Fix CPU usage on OpenBSD. Currently only takes the first cpu into account, ↵Jasper Lievisse Adriaanse
but works fine otherwise.
2012-04-08add yajl compat codeMichael Stapelberg
2012-03-25Properly output JSON with libyajlMichael Stapelberg
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl.
2011-08-29fix parentheses in cc1457c4f0f4cccb8bec326dd0bb13082ac806e6Mateusz Poszwa
2011-08-26initialize variables to fix compiler warningMichael Stapelberg
2011-08-25make modules more resilient to failureConnor Lane Smith
2011-07-24Add support for cpu usage on FreeBSDBaptiste Daroussin
2011-05-06Fix trailing whitespaces, document cpu_usage in manpageMichael Stapelberg
2011-05-06Add print_cpu_usagePeter Bui