Skip to content
Snippets Groups Projects
  1. Jun 14, 2010
    • Natanael Copa's avatar
      Makefile: Don't build or install the libapk and lua module by default · efdd2f10
      Natanael Copa authored
      Make the libapk and lua module optional at buildtime and off by default.
      This is because enabling libapk requires that mkinitfs also copies the
      libapk.so or the initramfs will not work.
      
      To build libapk:
      
       make LIBAPK=yes
      
      To build lua module (will enable LIBAPK=yes):
      
       make LUAAPK
      
      To link apk to libapk (will enable LIBAPK=yes):
      
       make SHARED_LIBAPK=yes
      
      All the above applies to make install target as well.
      efdd2f10
  2. Jun 12, 2010
  3. Jun 11, 2010
  4. Jun 10, 2010
  5. Jun 08, 2010
  6. Jun 07, 2010
  7. Jun 05, 2010
    • Timo Teräs's avatar
      all: rework how arrays work · 7be853e6
      Timo Teräs authored
      Instead of having a null pointer, use a dummy array which just
      says the array is empty. This helps in multiple places of the code
      which would otherwise need explicitly need to check first if the
      array exists. This has been cause of multiple seg.faults in the
      past as the array check is easily omitted.
      
      This also removes (or fixes) all existing checks accordingly.
      7be853e6
  8. Jun 03, 2010
  9. Jun 01, 2010
  10. May 27, 2010
  11. May 26, 2010
  12. May 19, 2010
  13. May 12, 2010
    • Natanael Copa's avatar
      upgrade: reset versioned deps in world when doing upgrade -a · 47bac8c2
      Natanael Copa authored
      Doing "apk add file.apk" adds a versioned dependency to allow
      downgrading, and sticky version. Most often this is to install
      single packages from newer repository. So it would make sense
      to reset them to non-versioned if doing:
      
       apk upgrade -a
      
      fixes #346
      47bac8c2
  14. May 05, 2010
  15. Mar 16, 2010
  16. Mar 15, 2010
  17. Mar 10, 2010
  18. Mar 04, 2010
  19. Mar 01, 2010
  20. Feb 26, 2010
  21. Dec 25, 2009
Loading