]> git.sur5r.net Git - i3/i3status/history - src/print_cpu_temperature.c
fix: use SYSCONFDIR in error message
[i3/i3status] / src / print_cpu_temperature.c
2019-01-23 Michael StapelbergSwitch to autotools (#316)
2018-07-16 Ingo BürkMerge pull request #296 from Stunkymonkey/include-order
2018-07-13 Ingo BürkMerge pull request #297 from Stunkymonkey/percent-first
2018-07-13 Felix Buehlerable to print percentage 297/head
2018-07-13 Ingo BürkMerge pull request #256 from oyvinht/master
2018-06-22 Ingo BürkMerge pull request #290 from duskCoder/changes
2018-06-20 Olivier GayotFix invalid handling of glob() errors on Linux
2018-05-22 Ingo BürkMerge pull request #282 from Stunkymonkey/mem-support
2018-05-19 Ingo BürkMerge pull request #270 from Stunkymonkey/mem-support
2018-04-08 Ingo BürkMerge pull request #275 from winks/patch-2
2018-04-06 Florian AnderiaschFix NULL value on OpenBSD when there is no acpitz0 275/head
2017-02-01 Baptiste DaroussinFix the deciKelvin to Celsius conversion on FreeBSD...
2016-11-16 Michael StapelbergMerge pull request #179 from mihaicmn/feature-threshold...
2016-11-14 Mihai ComanAdd 'format_below_threshold' option for 'disk' module
2016-03-21 Michael StapelbergMerge pull request #116 from eplanet/55_path_cputemp
2016-03-20 eplanetAdding glob check to cpu temperature fixes #55 116/head
2015-07-08 Michael StapelbergMerge pull request #40 from afh/pull/osx
2015-07-06 Alexis HildebrandtFix undeclared identifier thermal_zone error
2015-06-13 Michael StapelbergMerge pull request #39 from vikstrous/master
2015-06-13 Viktor Stanchevadd apostrophe to error message to fix grammar 39/head
2015-03-16 Michael StapelbergMerge pull request #8 from azuwis/master
2015-03-16 Michael Stapelbergclang-format-3.5 -i **/*.[ch], update modeline
2014-08-08 Robin HahlingFix Dragonfly BSD CPU temperature gauge
2014-04-30 Alexander VasarabFix NetBSD CPU temp gauge bug
2014-03-12 MatsUnify use of string comparisons
2014-02-26 Marco Hunsickeri3status: Bugfix: Reading multiple temperature sensors...
2013-10-24 Michael Stapelbergprint_cpu_temperature: fix memory leak (Thanks kuba)
2013-10-07 Arnaud DegrooteAdd support for cpu temperature on NetBSD (using envsys(4))
2013-03-20 Baptiste DaroussinSupport colored output for CPU temperature on FreeBSD
2013-03-02 Jakob HaufeFix FTBFS on Hurd
2013-01-28 Michael Stapelbergretab! print_cpu_temperature
2013-01-28 Emil MikulicMake sure colorful_output variable is initialized.
2012-11-15 Scott TincmanDragonFlyBSD support added
2012-10-16 Michael Stapelbergimplement max_threshold for linux, too
2012-10-16 Jasper Lievisse... i3status - More temperature related fixes for OpenBSD...
2012-10-16 Jasper Lievisse... i3status - Default to acpitz(4) instead of cpu(4) for...
2012-05-09 Michael StapelbergError handling: Never output null as full_text (JSON...
2012-05-09 Michael StapelbergImprove error message when the cpu temperature cannot...
2012-05-04 Ewgenij StarostinHandle %d with non-default CPU temperature path.
2012-04-30 Jasper Lievisse... Implement basic fetching of cpu temperature on OpenBSD.
2012-04-08 Michael Stapelbergadd yajl compat code
2012-03-25 Michael StapelbergProperly output JSON with libyajl
2012-02-16 Michael StapelbergImplement the i3bar JSON protocol
2011-08-25 Connor Lane Smithmake modules more resilient to failure
2011-07-24 Michael Stapelbergonly compile print_cpu_temperature if THERMAL_ZONE...
2011-01-06 Michael Stapelbergimplement the 'path' option for cpu temperature
2009-10-11 Michael StapelbergBreaks configfiles! Major refactoring of i3status,...