Skip to content
Snippets Groups Projects
  1. Mar 19, 2011
  2. Mar 16, 2011
  3. Mar 11, 2011
  4. Jan 21, 2011
  5. Jan 05, 2011
  6. Jan 04, 2011
  7. Jan 03, 2011
  8. Jan 01, 2011
  9. Dec 17, 2010
    • Timo Teräs's avatar
      gunzip: fix ordering of boundary callbacks · f126316c
      Timo Teräs authored
      The boundary callback should not happen until all the uncompressed
      data has been consumed. This previously seems to have worked
      because normally gzip library returns "no error" instead of the
      "stream end" if we extract exactly the amount of bytes remaining
      in the archive. (Perhaps this was changed in new zlib.) In any
      case, verification was broken with some apks due to this callback
      ordering issue.
      f126316c
  10. Dec 15, 2010
  11. Dec 14, 2010
  12. Dec 10, 2010
  13. Dec 09, 2010
  14. Nov 23, 2010
  15. Oct 08, 2010
  16. Sep 23, 2010
  17. Sep 22, 2010
    • Natanael Copa's avatar
      db: optionally remove dirs when unref · 5c4583a9
      Natanael Copa authored
      We want remove dirs when they are unreferenced so we remove all dirs on
      apk del, but we don't want remove dirs when closing database. So we make
      removing dir optional when unreferencing it.
      
      This partially reverts commit c7ffc96a.
      
      fixes #406
      5c4583a9
  18. Aug 30, 2010
Loading