Skip to content
Snippets Groups Projects
  1. Dec 02, 2021
  2. Nov 22, 2021
  3. Nov 15, 2021
  4. Nov 12, 2021
  5. Nov 11, 2021
  6. Nov 09, 2021
  7. Nov 03, 2021
  8. Oct 27, 2021
  9. Oct 25, 2021
  10. Oct 04, 2021
  11. Sep 13, 2021
  12. Sep 03, 2021
  13. Aug 24, 2021
  14. Aug 23, 2021
  15. Aug 17, 2021
  16. Aug 03, 2021
    • Timo Teräs's avatar
      extract: fix --force-overwrite · f446f225
      Timo Teräs authored
      Directories are handled specially in package installation code, but
      extract applet uses also apk_extract_file() to create directories.
      These should not be unlinked as that fails with unexpected error code
      terminating the extraction.
      f446f225
    • Timo Teräs's avatar
      libfetch: fix http chunked mode handling · b30e94c0
      Timo Teräs authored
      Unbreak handling of base 16 in fetch_parseuint(). It is used
      only in http chunked mode handling.
      
      Fixes: "libfetch: fix range checking for http/ftp protocol parsing"
      b30e94c0
Loading