aboutsummaryrefslogtreecommitdiff
path: root/src/general.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-20No longer use a temporary buffer in the die() functionOlivier Gayot1-3/+1
2015-03-16clang-format-3.5 -i **/*.[ch], update modelineMichael Stapelberg1-25/+25
2013-11-22Add support for path_exists directive.Kinware AB1-0/+1
2013-11-09fix slurp(), it needs to read size-1 for the trailing NULMichael Stapelberg1-1/+2
2011-07-13slurp(): null-terminate buffer (Thanks mist)Michael Stapelberg1-1/+3
2010-11-28Use kill(pid, 0) to check if the process is aliveMichael Stapelberg1-1/+1
2009-10-11Breaks configfiles! Major refactoring of i3status, see belowMichael Stapelberg1-16/+1
2009-07-25Return "no battery" instead of dying if a battery wasn’t found (Thanks Mirko)Michael Stapelberg1-2/+4
2009-07-21Add modelines and retab! all filesMichael Stapelberg1-5/+6
2009-07-21Correctly handle the order of itemsMichael Stapelberg1-4/+4
2009-07-21Use own files for each function, add get_ipv6_addr.cMichael Stapelberg1-0/+70