Skip to content
Snippets Groups Projects
  1. Apr 08, 2015
  2. Apr 07, 2015
  3. Mar 11, 2015
  4. Mar 10, 2015
  5. Feb 04, 2015
  6. Jan 30, 2015
  7. Dec 08, 2014
  8. Nov 03, 2014
  9. Nov 01, 2014
  10. Oct 13, 2014
  11. Oct 09, 2014
  12. Oct 08, 2014
  13. Oct 07, 2014
    • Timo Teräs's avatar
      db: fix crash if unable to download cache item · 5496560a
      Timo Teräs authored
      fixes #3371
      5496560a
    • Timo Teräs's avatar
      io: fix few error path leaks · 1bbca163
      Timo Teräs authored
      1bbca163
    • Timo Teräs's avatar
      db: rework directory permission handling · 09e48d8f
      Timo Teräs authored
      Apk used to reset directory permissions always, but this is undesirable
      if user has modified the permissions - especially during tmpfs boot.
      Though, it is desirable to update the permissions when packaging has
      changed permissions, or a new package is installed and the merged
      permission mask / owner changes.
      
      Thus the new code updates the permissions only if:
       1) We are booting and directory is not in apkovl
       2) The directory is modified by a package install/remove/upgrade
       3) The filesystem directory permission matched database
      
      Additionally "apk fix --directory-permissions" can be used to reset
      all directory permissions to the database defaults.
      
      Fixes #2966
      09e48d8f
  14. Oct 06, 2014
  15. May 20, 2014
  16. May 19, 2014
Loading