1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-02-28 17:31:52 -05:00
Aaron Griffin d080809c45 * Package file parsing - fixed size and isize - isize is the "size" variable
from the PKGINFO, and size is the stat() size of the archive
* Removed the useless 'output' param from package.c:parse_descfile
* Installation progress
  - Call progress callback once at 0% for initialization
  - 'needdisp' was useless
  - alpm_list_count is called an excessive amount in these nested loops.  Now we
    only call it once per iteration
  - Use the compressed sizes for PROGRESS calcs as uncompressed (isize) is not
    exact (it is missing metadata sizes), and thus produces > 100% numbers
2007-02-10 23:44:39 +00:00
..
2007-02-09 21:54:57 +00:00
2006-03-27 17:17:35 +00:00
2007-01-30 07:47:19 +00:00
2007-01-30 08:14:10 +00:00
2007-01-30 08:14:10 +00:00
2007-01-31 06:10:21 +00:00
2007-01-31 02:58:12 +00:00
2007-01-31 07:14:50 +00:00
2007-01-31 08:10:01 +00:00
2005-11-21 22:14:32 +00:00
2006-12-01 09:32:29 +00:00
2007-01-30 08:14:10 +00:00
2007-01-31 06:10:21 +00:00
2007-01-30 08:14:10 +00:00
2007-01-30 08:14:10 +00:00
2007-01-30 08:14:10 +00:00
2007-01-30 08:14:10 +00:00
2007-01-18 16:52:57 +00:00
2007-01-30 08:14:10 +00:00
2007-01-31 06:10:21 +00:00
2007-01-30 07:47:19 +00:00
2007-02-09 21:54:57 +00:00