Skip to content
Snippets Groups Projects
  1. Feb 04, 2015
  2. Jan 30, 2015
  3. Dec 08, 2014
  4. Nov 03, 2014
  5. Nov 01, 2014
  6. Oct 13, 2014
  7. Oct 09, 2014
  8. Oct 08, 2014
  9. 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
  10. Oct 06, 2014
  11. May 20, 2014
  12. May 19, 2014
  13. May 12, 2014
    • Timo Teräs's avatar
      finally fix building PIE binaries · 1e36692a
      Timo Teräs authored
      the dynamic applet registration never worked with PIE, and as
      a temporary hack -nopie was added to default link flags in 2008.
      
      this commit reworks the applet registration mechanism to something
      that is compatible with PIE, and removes the hack. finally!
      1e36692a
  14. Apr 25, 2014
  15. Apr 14, 2014
  16. Apr 10, 2014
Loading