Skip to content
Snippets Groups Projects
  1. Dec 04, 2018
  2. Nov 29, 2018
  3. Nov 23, 2018
  4. Nov 04, 2018
  5. Oct 04, 2018
  6. Aug 22, 2018
  7. Aug 05, 2018
  8. May 11, 2018
  9. Mar 10, 2018
  10. Mar 03, 2018
  11. Feb 14, 2018
  12. Jan 20, 2018
  13. Dec 28, 2017
  14. Nov 07, 2017
  15. Oct 29, 2017
  16. Sep 26, 2017
    • Niclas Zeising's avatar
      Fix dead code · f49f0879
      Niclas Zeising authored
      The check if buffer == NULL is always false, since buffer is an
      autoamtic variable allocated when entering the function.  What we
      instead want to do is to check if the string is empty after the call to
      exif_get_info(), since that means we could not read any exif
      information.
      When the code once more is enabled, I discovered that we need to copy
      the information string into info_buf as well as into  buffer, since it
      is the former that is used to print the exif information on top of the
      picture.  Without this change, imlib warns about trying to write NULL
      strings.
      f49f0879
    • Niclas Zeising's avatar
      Remove unused variable · 9b4341e1
      Niclas Zeising authored
      9b4341e1
  17. Sep 05, 2017
  18. Aug 25, 2017
  19. Aug 05, 2017
  20. Oct 30, 2016
  21. Oct 29, 2016
  22. Jul 24, 2016
  23. Jul 22, 2016
  24. Jun 23, 2016
  25. Jun 19, 2016
  26. May 03, 2016
  27. Feb 10, 2016
  28. Jan 08, 2016
    • William Woodruff's avatar
      Changes: · 3e8b853e
      William Woodruff authored
      * Added an --insecure option to disable host/peer verification in libcurl.
      This allows feh to load images on HTTPS hosts with self-signed certificates.
      For security, this is not the default.
      
      * Fixed an include in show_usage.
      3e8b853e
  29. Jul 23, 2015
  30. Apr 07, 2015
  31. Apr 06, 2015
  32. Aug 03, 2014
  33. May 06, 2014
Loading