Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-23 | Switch to autotools (#316) | Michael Stapelberg | |
2018-06-20 | Fix invalid handling of glob() errors on Linux | Olivier Gayot | |
The manual of glob(3) says that the function returns 0 on successful completion. Any other integer value should be considered an error, not only negative integers. In practice, *BSD systems use negative values but Linux uses positive integers. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | |
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status. | |||
2014-05-15 | run_watch: check all matching pid files (until first valid one) (Thanks ↵ | Michael Stapelberg | |
brotbart) fixes #1245 | |||
2010-11-28 | Use kill(pid, 0) to check if the process is alive | Michael Stapelberg | |
2009-09-01 | Support for (Debian) GNU/kFreeBSD | Axel Beckert | |
2009-07-21 | Add modelines and retab! all files | Michael Stapelberg | |
2009-07-21 | Use own files for each function, add get_ipv6_addr.c | Michael Stapelberg | |