Skip to content
Snippets Groups Projects
  1. Jun 24, 2018
  2. Jun 14, 2018
  3. May 08, 2018
  4. Apr 05, 2018
    • Timo Teräs's avatar
      db: fix refreshing index if time is zero · 258519b1
      Timo Teräs authored
      During netboot on systems without RTC, time() will be near zero,
      and the index fill not exist. Thus the plain test of st.st_mtime
      against system time failed. Verify that fstatat() succeeds.
      258519b1
  5. Feb 21, 2018
  6. Feb 20, 2018
  7. Feb 09, 2018
  8. Jan 31, 2018
  9. Jan 29, 2018
  10. Jan 28, 2018
    • Ariadne Conill's avatar
      list: new applet · fff8bfa5
      Ariadne Conill authored
      The list applet provides a convenient way of inspecting both the available
      and installed package databases by listing their contents.  In some ways,
      it is similar to `apk search` but is considered to be a superset of
      `apk search` functionality.
      
      A few `apk list` criterion are not yet ready though, such as `apk list --depends`
      which searches by runtime dependency (replacing `apk info --rdepends`).
      fff8bfa5
  11. Jan 09, 2018
  12. Jan 08, 2018
  13. Jan 04, 2018
    • Timo Teräs's avatar
      d0a25d67
    • Timo Teräs's avatar
      enable automatic update of indexes controlled by --cache-max-age · 8a28c6d0
      Timo Teräs authored
      This modifies apk cache for indexes to be automatically refreshed
      periodically without explicit 'update' or '--update-cache' usage.
      
      The default is to do if-modified-since request if the local copy
      is older than 4 hours. This age can be changed with --cache-max-age.
      Using --update-cache will change this age to 60 seconds to make
      sure the cached copy is relatively new. The small age is in order
      to try to avoid downloading indexes second time when apk-tools is
      upgraded and apk re-execs after self-upgrade.
      
      Accordingly using explicitly 'apk update' will now enforce
      --force-refresh and request the very latest index by requesting
      any potential http proxy to do refresh too.
      8a28c6d0
  14. Jan 03, 2018
  15. Jan 02, 2018
  16. Dec 30, 2017
Loading