Skip to content
Snippets Groups Projects
  1. Oct 12, 2023
  2. Sep 22, 2023
  3. Sep 18, 2023
  4. Sep 16, 2023
    • Timo Teräs's avatar
      adb: make array length unbounded · b7ab9fa5
      Timo Teräs authored
      This adjusts the schema num_fiels on arrays be the initial stack
      allocation size, but will expand the array to heap on appending
      array items. apk_wo_free() is introduced and needs to be used
      when writing array objects.
      
      fixes #10855
      b7ab9fa5
  5. Jun 16, 2023
    • nina's avatar
      adb: fix endianness issues · 23de40cd
      nina authored
      Fixed missing endian swaps in several places both in package
      creation and package reading. Also made sure that the digest
      used for signature checking always comes out the same regardless
      of host byte order (previously the signature would only be
      compatible with the byte order it was created on and fail
      anywhere else).
      
      Ref alpine/apk-tools#10900
      23de40cd
  6. May 10, 2023
  7. May 03, 2023
  8. May 02, 2023
  9. Apr 24, 2023
  10. Apr 17, 2023
  11. Apr 12, 2023
  12. Apr 11, 2023
  13. Apr 10, 2023
  14. Apr 04, 2023
  15. Apr 02, 2023
  16. Mar 23, 2023
  17. Mar 21, 2023
  18. Mar 06, 2023
Loading