summaryrefslogtreecommitdiff
path: root/src/pacman/downloadprog.c
Commit message (Collapse)AuthorAge
* Removed global maxcols - it is looked up on the fly now, so the progress bar isAaron Griffin2006-11-22
| | | | resized. Also used ioctl in place of the COLUMNS env variable
* * repo-add script - to add entries to a db file directly from package data ↵Aaron Griffin2006-11-20
| | | | | | | | | | (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm
* * autotool fixesAaron Griffin2006-11-14
* Renamed "download" files to "downloadprog" as it only holds the progress bar and to not confuse (myself) with <download.h>