aboutsummaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* sort and group includesNRK2022-06-281-2/+2
* code-style: cleanup includesNRK2022-06-281-1/+2
* [ci]: slience some clang-tidy warningsNRK2022-06-251-0/+2
* fix: memory leak in r_readdir()NRK2022-06-251-1/+3
* fix: potentially printing wrong error message (#321)NRK2022-06-251-21/+16
* r_mkdir: don't truncate the path on error (#322)NRK2022-06-221-5/+9
* Add reuseable abstraction over fork/exec/dup2 (#211)N-R-K2022-02-201-0/+76
* code-style: prefer calloc over malloc+memsetNRK2022-02-171-0/+10
* update copyright yearNRK2022-02-131-1/+1
* remove unused function and typedef (#199)N-R-K2022-01-021-10/+0
* code-style: general cleanups (#137)N-R-K2021-10-291-1/+1
* update copyright notice (#139)eylles2021-10-281-1/+2
* code-style: remove extra casts (#130)javad2021-10-241-4/+4
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-3/+2
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-5/+5
* Don't skip dot files when cleaning cacheKacper Gutowski2018-07-301-3/+9
* Replace utf8codepoint with Chris Wellons' utf8_decodeBert Münnich2017-12-071-28/+0
* Try to match a fallback font if neededSquibby2017-12-061-0/+29
* One header file for type definitions and function declarationsBert Münnich2017-10-161-3/+2
* Allow opening directories non-recursivelyParide Legovini2016-09-281-2/+3
* Fix option -q; commit d3a70a2 completely broke it; fixes issue #223Bert Münnich2015-12-281-0/+3
* Simplified r_mkdir()Bert Münnich2015-10-281-29/+15
* Revised error handlingBert Münnich2015-10-281-34/+21
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-281-15/+14
* Removed unnecessary buffer size constantsBert Münnich2015-10-281-7/+1
* Use XSI realpath(3)Bert Münnich2015-10-281-68/+0
* Use POSIX.1-2008 getline(3)Bert Münnich2015-10-281-30/+0
* Removed feature test macro definitions from source filesBert Münnich2015-10-281-2/+0
* Removed overcautious parameter checksBert Münnich2015-10-281-12/+3
* Bug #165: Deletion of unnecessary null pointer checksMarkus Elfring2014-08-221-11/+6
* Made argument of s_strdup constlucas82014-08-011-1/+1
* Create thumbnail cache dir automaticallyBert Münnich2014-06-101-9/+2
* Ignore dotfiles for -rBert Münnich2013-02-111-1/+1
* Refactored function definitions to use dangling braceBert Münnich2013-02-081-12/+24
* Updated/corrected license headerBert Münnich2013-02-081-13/+13
* Already in the year 2012Bert Münnich2012-02-151-1/+1
* Removed slideshow supportBert Münnich2012-02-111-9/+0
* Updated contact informationBert Münnich2011-10-141-1/+1
* Strictly adhere to ANSI-C standardBert Münnich2011-10-131-1/+1
* Use void for empty argument listsBert Münnich2011-10-121-1/+1
* Made all conditionals more preciseBert Münnich2011-09-291-45/+47
* Transformed function macros in util.h to inline functionsBert Münnich2011-09-291-1/+1
* Added STREQ macroBert Münnich2011-09-261-1/+1
* make use of EXIT_ macrosrck2011-09-261-1/+1
* Added slideshow supportBert2011-09-101-2/+11
* Strict conformance to IEEE Std 1003.1-2001Bert2011-09-081-6/+38
* Avoid conflicting macrosBert2011-09-061-2/+2
* Reformated license headerBert2011-09-031-11/+11
* Data driven timeout handlingBert2011-09-021-13/+0
* Added support for gif animationBert2011-08-191-0/+13