index
:
feh
bugfix/2.14.1
master
release-3.6
release-3.7
simplify-exif
imlib2 based image viewer
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
filelist.c
Age
Commit message (
Expand
)
Author
Lines
2015-04-07
feh_file_info_preload: free feh_file data structure when removing list items
Daniel Friesel
-1
/
+3
2014-08-03
make all opt.verbose messages print to stderr
Noah Birnel
-1
/
+1
2014-04-14
feh_absolute_path: Do not alter URLs (closes #153)
Daniel Friesel
-1
/
+1
2014-04-14
Use new path_is_url helper instead of repeated strncmp chains
Daniel Friesel
-5
/
+1
2013-12-29
Fix for segfault due to errononeous free() in case of scandir error ^Cailed t...
Michael Vorburger
-19
/
+19
2013-12-03
pass (potentially URL-encoded) file:// URLs to curl
Daniel Friesel
-1
/
+2
2013-02-08
delete temporary stdin-files when exiting
Daniel Friesel
-0
/
+1
2013-02-08
handle stdin when loading filelist so it also works with --list, rotation, etc.
Daniel Friesel
-2
/
+36
2013-02-01
support "feh -" to read from stdin. closes #118
Daniel Friesel
-0
/
+5
2013-01-30
New sort option: mtime
guns
-1
/
+23
2012-10-13
Add --min-dimension and --max-dimension options (closes #101)
Daniel Friesel
-1
/
+9
2012-08-27
fix --filelist trying to load .txt and similar with magick. (closes #96)
Daniel Friesel
-0
/
+4
2012-03-01
quiet/verbose adjustments
Daniel Friesel
-13
/
+8
2012-02-06
EXIF fixes by reald (closes #80)
Daniel Friesel
-1
/
+4
2012-01-27
optional exif support (build with exif=1), initial patch import
Daniel Friesel
-0
/
+8
2012-01-27
filelist.c: refactor stat error checks
Daniel Friesel
-38
/
+29
2012-01-27
filelist.c: Remove redundant "Couldn't load image" warning
Daniel Friesel
-4
/
+1
2012-01-26
feh --filelist: Do not overwrite filelist file if it is an image
Daniel Friesel
-0
/
+13
2011-10-10
filelist.c, imlib.c: Simplify opt.quiet handling
Daniel Friesel
-34
/
+28
2011-10-09
Add stat64 (-D_FILE_OFFSET_BITS=64) makeflag to support 64bit CIFS shares on ...
Daniel Friesel
-0
/
+4
2011-10-03
feh_display_info: Allow state to be reset for successive calls
Daniel Friesel
-1
/
+1
2011-09-30
feh_file_info_load: do not display error when run with --quiet
Daniel Friesel
-1
/
+2
2011-09-29
feh_printf: Check feh_file_info_load return status
Daniel Friesel
-5
/
+4
2011-08-29
Various code fixups
Daniel Friesel
-1
/
+0
2011-08-24
--filelist: Support reading from /dev/stdin ("-" as shortcut)
Daniel Friesel
-14
/
+1
2011-08-15
Convert C++ style comments to /* */
Daniel Friesel
-1
/
+1
2011-08-13
Add reload functionality for directories (derf#14)
Yu-Jie Lin
-0
/
+1
2011-05-23
filelist.c: Fix memleak in add_file_to_filelist_recursively scandir call
Daniel Friesel
-1
/
+1
2011-04-30
Replace some printf calls by fputs/putc
Daniel Friesel
-2
/
+2
2011-04-27
Merged pull request #20 from talisein/sortdir.
Daniel Friesel
-7
/
+26
2011-01-17
Copyright Foo
Daniel Friesel
-0
/
+1
2010-12-29
o Add each directory's files to the filelist alphanumerically, rather
Andrew Potter
-7
/
+26
2010-07-17
--debug-level → --debug
Daniel Friesel
-14
/
+14
2010-06-10
Remove D_ENTER/D_RETURN, use gdb tracepoints + readelf/awk magic instead
Daniel Friesel
-68
/
+39
2010-03-25
Actually detect an empty filelist
Daniel Friesel
-0
/
+2
2010-02-13
Change source code indentation (indent -kr -i8 -hnl, mainly)
Daniel Friesel
-491
/
+432
2010-02-05
Initial commit (upstream 1.3.4)
Daniel Friesel
-0
/
+611