Age | Commit message (Expand) | Author | Lines |
2023-07-12 | update copyright | Birte Kristina Friesel | -1/+1 |
2023-04-06 | imlib.c: handle new Imlib2 return codes | Daniel Friesel | -0/+8 |
2022-06-13 | Set libcurl user agent | Daniel Friesel | -0/+1 |
2022-02-08 | global initialization for libmagic | Christian Hesse | -40/+54 |
2022-02-08 | use libmagic to detect valid file formats | Christian Hesse | -83/+51 |
2022-01-03 | Fix spelling | a1346054 | -2/+2 |
2021-12-24 | Disable --auto-rotate in feh builds compiled wiht Imlib2 1.7.5+ | Daniel Friesel | -1/+2 |
2021-09-09 | feh_http_load_image: Use mkstemps to save image with correct suffix | Daniel Friesel | -4/+25 |
2021-07-23 | Fix memory leak on error path | Tobias Stoeckmann | -1/+1 |
2021-07-23 | feh_draw_exif: Fix out of bounds array access when handling long lines | Daniel Friesel | -4/+3 |
2021-07-23 | Fix out of boundary access with exif (#617) | Tobias Stoeckmann | -15/+15 |
2021-06-21 | Fix feh_is_image for tiny files | David Buchanan | -1/+3 |
2021-06-09 | Add JPEG XL to supported file formats | Alistair | -0/+5 |
2021-02-28 | Merge pull request #531 from Ferada/fix-some-warnings | Daniel Friesel | -3/+1 |
2021-01-09 | distinguish between "missing magic bytes" and "no Imlib 2 loader" errors | Daniel Friesel | -23/+47 |
2021-01-04 | Fix truncated image file descriptor leak | Ekho | -0/+1 |
2021-01-03 | Add heic/heif to supported file formats | Daniel Friesel | -0/+5 |
2020-12-05 | fix memory leak when (re)loading HTTP files with --no-conversion-cache | Daniel Friesel | -1/+1 |
2020-12-05 | fix memory leak when using exif=1 and reloading an image | Daniel Friesel | -6/+15 |
2020-12-05 | Fix memory leak in feh_draw_exif | Daniel Friesel | -0/+1 |
2020-12-05 | free accompanying EXIF data when freeing an image | Daniel Friesel | -0/+7 |
2020-11-30 | Check magic bytes before passing a file to Imlib2's loader | Daniel Friesel | -3/+100 |
2020-05-29 | Fix lossless rotate for Imlib2 ≥ 1.6 | Daniel Friesel | -2/+4 |
2020-05-29 | Fix some warnings from `gcc`. | Olof-Joachim Frahm | -3/+1 |
2020-04-11 | update copyright | Daniel Friesel | -1/+1 |
2020-04-11 | ensure cache != NULL before accessing it | Daniel Friesel | -1/+1 |
2020-04-08 | fix a memory leak when loading a non-native image more than once | Daniel Friesel | -0/+12 |
2020-04-05 | Use conversion cache for imlib2 and dcraw images | Daniel Friesel | -17/+33 |
2020-03-30 | bypass HTTP cache when reloading an image | Daniel Friesel | -3/+16 |
2020-03-30 | move feh_reload_image to imlib.c (next to feh_load_image) | Daniel Friesel | -0/+76 |
2020-03-30 | Enable HTTP cache by default | Daniel Friesel | -0/+1 |
2020-03-30 | Enable re-using downloaded http cache | Awal Garg | -2/+16 |
2020-03-26 | Quit curl cleanly even if libcurl is old. | c99pedant | -0/+6 |
2019-11-07 | Guard CURLOPT_XFERINFOFUNCTION usage with LIBCURL_VERSION_NUM check | Daniel Friesel | -0/+2 |
2018-12-04 | Declare sig_exit as volatile | Daniel Friesel | -1/+1 |
2018-11-29 | Handle SIGINT while doing libcurl transfers | Daniel Friesel | -1/+24 |
2018-11-23 | Decrease libcurl timeout from indefinite to 30 minutes | Daniel Friesel | -0/+7 |
2018-11-04 | Fix segfault when editing an image without info struct | Daniel Friesel | -4/+12 |
2018-11-04 | Disable in-place editing by default | Daniel Friesel | -1/+1 |
2018-11-04 | Merge branch 'no-inplace-edit' of https://github.com/ulteq/feh into ulteq-no-... | Daniel Friesel | -0/+16 |
2018-10-04 | Add missing EXIF rotations. | Olof-Joachim Frahm | -1/+13 |
2018-08-22 | Add an option to disable inplace edit | ulteq | -0/+16 |
2018-08-05 | Merge --dcraw-timeout and --magick-timeout into --conversion-timeout | Daniel Friesel | -5/+5 |
2018-08-05 | Merge branch 'dcraw' of https://github.com/ulteq/feh into ulteq-dcraw | Daniel Friesel | -8/+102 |
2018-05-11 | Update copyright notice | Daniel Friesel | -1/+1 |
2018-05-11 | Use custom temporary directory for ImageMagick calls and clean it up afterwards | Daniel Friesel | -1/+50 |
2018-03-10 | Only set random seed once | Daniel Friesel | -3/+0 |
2018-03-03 | Utilize dcraw to preview RAW files | ulteq | -8/+102 |
2018-02-14 | Only check image dimensions on the fly in multiwindow and slideshow mode | Daniel Friesel | -0/+12 |
2018-01-20 | Fix the --magick-timeout handling | ulteq | -19/+6 |