Skip to content
  1. Oct 07, 2015
  2. May 21, 2015
  3. Feb 14, 2015
  4. Feb 04, 2015
  5. Feb 02, 2015
  6. Jan 27, 2015
  7. Jan 17, 2015
  8. Jan 16, 2015
  9. Jan 13, 2015
  10. Jan 07, 2015
  11. Jan 06, 2015
  12. Dec 03, 2014
  13. Nov 11, 2014
  14. Nov 10, 2014
  15. Feb 05, 2014
  16. Jan 23, 2014
  17. Jan 04, 2014
    • Ross Lagerwall's avatar
      afp: Don't crash when opening the root directory · 20bb9205
      Ross Lagerwall authored
      Previously, opening the root directory would generate an error and cause
      the backend to abort:
          backend_dbus_handler org.gtk.vfs.Mount:OpenForRead
          Queued new job 0xba4350 (GVfsJobOpenForRead)
      
          ** (process:6778): CRITICAL **: g_vfs_afp_volume_open_fork_finish:
          assertion 'g_simple_async_result_is_valid (res, G_OBJECT (volume),
          g_vfs_afp_volume_open_fork)' failed
      
          (process:6778): GLib-CRITICAL **: g_error_copy: assertion 'error !=
          NULL' failed
      
      Instead, remove the special-casing for the root directory since it is
      handled correctly anyway.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=720743
      20bb9205
  18. Jan 03, 2014
  19. Dec 21, 2013
  20. Dec 13, 2013
  21. Dec 08, 2013
  22. Dec 06, 2013
  23. Nov 30, 2013
  24. Nov 28, 2013
    • Philip Langdale's avatar
      MTP: Fail fast if in the middle of an unmount · 47ad3de4
      Philip Langdale authored and Ondrej Holy's avatar Ondrej Holy committed
      I've seen a ton of bug reports where the backend crashes due to
      operations executing after an unmount begins. I think it's a
      sufficient solution to check the unmount flag that we already have
      and then immediately abort the operation.
      
      Generally, this is only seen with operations that are initiated
      implicitly like do_query_info or do_enumerate, but I've added the
      protection to all operations for consistency.
      47ad3de4
  25. Nov 15, 2013
  26. Nov 08, 2013
  27. Nov 07, 2013
  28. Oct 27, 2013