aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
AgeCommit message (Expand)Author
2023-03-11apply clang-formatNRK
2023-01-28update copyright yearNRK
2023-01-28use assertions instead of ignoring bogus arguments (#406)NRK
2023-01-09spawn(): search $PATH as wellNRK
2023-01-09spawn(): improve performance and simplify APINRK
2022-10-19code-style: misc changes (#374)NRK
2022-09-05don't assume positive argcNRK
2022-08-16code-style: various cleanups (#356)NRK
2022-06-28sort and group includesNRK
2022-06-28code-style: cleanup includesNRK
2022-06-25[ci]: slience some clang-tidy warningsNRK
2022-06-25fix: memory leak in r_readdir()NRK
2022-06-25fix: potentially printing wrong error message (#321)NRK
2022-06-22r_mkdir: don't truncate the path on error (#322)NRK
2022-02-20Add reuseable abstraction over fork/exec/dup2 (#211)N-R-K
2022-02-17code-style: prefer calloc over malloc+memsetNRK
2022-02-13update copyright yearNRK
2022-01-02remove unused function and typedef (#199)N-R-K
2021-10-28code-style: general cleanups (#137)N-R-K
2021-10-28update copyright notice (#139)eylles
2021-10-24code-style: remove extra casts (#130)javad
2021-10-11code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu
2021-09-16Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu
2018-07-30Don't skip dot files when cleaning cacheKacper Gutowski
2017-12-07Replace utf8codepoint with Chris Wellons' utf8_decodeBert Münnich
2017-12-07Try to match a fallback font if neededSquibby
2017-10-16One header file for type definitions and function declarationsBert Münnich
2016-09-28Allow opening directories non-recursivelyParide Legovini
2015-12-28Fix option -q; commit d3a70a2 completely broke it; fixes issue #223Bert Münnich
2015-10-28Simplified r_mkdir()Bert Münnich
2015-10-28Revised error handlingBert Münnich
2015-10-28Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich
2015-10-28Removed unnecessary buffer size constantsBert Münnich
2015-10-28Use XSI realpath(3)Bert Münnich
2015-10-28Use POSIX.1-2008 getline(3)Bert Münnich
2015-10-28Removed feature test macro definitions from source filesBert Münnich
2015-10-28Removed overcautious parameter checksBert Münnich
2014-08-22Bug #165: Deletion of unnecessary null pointer checksMarkus Elfring
2014-08-01Made argument of s_strdup constlucas8
2014-06-10Create thumbnail cache dir automaticallyBert Münnich
2013-02-11Ignore dotfiles for -rBert Münnich
2013-02-08Refactored function definitions to use dangling braceBert Münnich
2013-02-08Updated/corrected license headerBert Münnich
2012-02-15Already in the year 2012Bert Münnich
2012-02-11Removed slideshow supportBert Münnich
2011-10-14Updated contact informationBert Münnich
2011-10-13Strictly adhere to ANSI-C standardBert Münnich
2011-10-12Use void for empty argument listsBert Münnich
2011-09-29Made all conditionals more preciseBert Münnich
2011-09-29Transformed function macros in util.h to inline functionsBert Münnich