summaryrefslogtreecommitdiff
path: root/src/utils.c
AgeCommit message (Expand)AuthorLines
2017-10-03Make shell_escape available as a generic utility functionDaniel Friesel-0/+23
2017-08-25Silence warningsorbea-1/+1
2017-04-02replace _emalloc with emalloc (is the same unless DMALLOC is used)Daniel Friesel-1/+1
2017-04-02Merge pull request #290 from stoeckmann/emallocDaniel Friesel-1/+1
2017-04-02Merge pull request #289 from stoeckmann/memory-leakDaniel Friesel-0/+2
2017-04-02Check malloc return value for NULL.Tobias Stoeckmann-1/+1
2017-04-02Fixed memory leak on file name collision.Tobias Stoeckmann-0/+2
2017-04-02Avoid out of boundary read on empty/broken file.Tobias Stoeckmann-2/+2
2014-04-14Use new path_is_url helper instead of repeated strncmp chainsDaniel Friesel-0/+9
2011-09-03utils.c: Remove unused functions stroflen, feh_get_tmp_dir, feh_get_user_nameDaniel Friesel-44/+0
2011-04-30Initial support for in-image warning display (closes #43)Daniel Friesel-4/+4
2010-06-10Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic insteadDaniel Friesel-2/+1
2010-02-13Change source code indentation (indent -kr -i8 -hnl, mainly)Daniel Friesel-169/+158
2010-02-05Initial commit (upstream 1.3.4)Daniel Friesel-0/+248