Skip to content
Snippets Groups Projects
  1. Dec 28, 2017
  2. Nov 07, 2017
  3. Oct 29, 2017
  4. 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
  5. Sep 05, 2017
  6. Aug 25, 2017
  7. Aug 05, 2017
  8. Oct 30, 2016
  9. Oct 29, 2016
  10. Jul 24, 2016
  11. Jul 22, 2016
  12. Jun 23, 2016
  13. Jun 19, 2016
  14. May 03, 2016
  15. Feb 10, 2016
  16. 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
  17. Jul 23, 2015
  18. Apr 07, 2015
  19. Apr 06, 2015
  20. Aug 03, 2014
  21. May 06, 2014
  22. May 04, 2014
  23. Apr 14, 2014
  24. Dec 03, 2013
  25. May 31, 2013
  26. Mar 21, 2013
  27. Feb 14, 2013
  28. Feb 08, 2013
  29. Feb 01, 2013
  30. Sep 27, 2012
  31. Sep 21, 2012
  32. Sep 17, 2012
  33. Sep 13, 2012
  34. Sep 12, 2012
Loading