Skip to content
  1. Dec 27, 2012
  2. Aug 17, 2010
  3. Aug 02, 2010
  4. Mar 22, 2010
  5. Sep 23, 2009
  6. Sep 03, 2009
    • Benjamin Otte's avatar
      Bug 593406 - Permissions set to 777 after copying via Nautilus · 865c47d1
      Benjamin Otte authored
      When doing a g_file_copy() with nofollow-symlinks (to copy a link for
      example), the later copying of the file attributes copies the source
      links 777 attributes to the target's attributes. As chmod affects the
      symlink target, this would cause such copies to always set the target to
      777 mode.
      
      This patch makes setting the mode with nofollow-symlinks fail with
      NOT_SUPPORTED.
      
      The aforementioned g_file_copy() will still succeed, because it ignores
      errors of the attribute copy.
      
      This patch includes the whole patchset from master:
      3826963e
      bb7852e3
      48e0af01
      e695c093
      865c47d1
  7. Aug 29, 2009
  8. Aug 28, 2009
  9. Aug 24, 2009
  10. Aug 14, 2009
  11. Aug 10, 2009
  12. Jun 27, 2009
  13. Jun 23, 2009
  14. Jun 18, 2009
    • Alexander Larsson's avatar
      Use io_prio as mainloop prio for async-emulation (#579449) · 00547ece
      Alexander Larsson authored
      I'm not sure why we used the elaborate formula to convert the io-priority
      to the priority of the mainloop idle when emulating async i/o with idles.
      However, it causes the default io priority to be less than the normal
      idle prio, so the i/o won't be scheduled if there is an idle outstanding.
      
      There is really no great mapping to use here, doing blocking i/o in an
      idle of any prio is generally bad and apps doing a lot of async i/o should
      initialize threads. However, if we use the io-priority directly we at least
      avoid the starvation problem above and make things easier to understand.
      00547ece
    • A S Alam's avatar
      updating for Punjabi · 53345997
      A S Alam authored
      53345997