summaryrefslogtreecommitdiffstats
path: root/expac.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-20add -p option to alpm_pkg_load argumentsDave Reisner1-8/+34
2011-10-13remove usage of alpm_list_getdataDave Reisner1-7/+7
2011-10-13add missing headerDave Reisner1-0/+1
2011-08-22allow alignment for %! tokenDave Reisner1-2/+3
2011-08-17add %h formatter for sha256sumDave Reisner1-1/+4
2011-08-17add %g formatter for base64 signatureDave Reisner1-1/+4
2011-08-17filelist stuff for alpm7Dave Reisner1-3/+15
2011-08-07fix up alpm API calls for alpm7Dave Reisner1-50/+32
2011-08-07use proper suffixes for package sizesDave Reisner1-3/+7
2011-07-30allow null terminators in format stringDave Reisner1-0/+3
2011-07-23add static qualifier to trim_optdepDave Reisner1-1/+1
2011-07-23add %o for optdepends without descriptionsDave Reisner1-0/+14
2011-07-23don't report not found on found packagesDave Reisner1-1/+3
2011-07-17fix verbose error on each repo when package isn't foundDave Reisner1-13/+8
2011-07-17add %! as an auto-increment record counterDave Reisner1-0/+4
2011-07-17return 1 if nothing is printed by print_pkgDave Reisner1-1/+1
2011-05-29return first of each key, not for all keysDave Reisner1-1/+1
2011-05-29add -1 option for limited -S operationsDave Reisner1-2/+11
2011-04-05fix usageDave Reisner1-2/+2
2011-04-05add support for searching by groupDave Reisner1-2/+17
2011-03-23don't depend on format pointer reaching a NULLDave Reisner1-2/+4
2011-03-23remove preproc logic for pacman 3.4.3/3.5.0Dave Reisner1-6/+0
2011-03-21add missing parameter in function protoDave Reisner1-1/+1
2011-03-21declare resolve_pkg as staticDave Reisner1-1/+1
2011-03-21return(val) => return valDave Reisner1-25/+25
2011-03-21don't parse RootDir directiveDave Reisner1-3/+1
2011-03-16mimic pacman behavior of dumping the entire DB with no targetsDave Reisner1-10/+8
2011-02-26alpm_db_get_pkgcache_list has gone awayDave Reisner1-6/+2
2011-02-06use alpm_db_get_pkgcache_list if availableDave Reisner1-2/+6
2011-01-29avoid use of alpm_db_register_local() for recent libalpmDave Reisner1-0/+4
2011-01-02copyright 2011Dave Reisner1-1/+1
2010-12-14Revert "fix memory leak in print_pkg"Dave Reisner1-24/+11
2010-12-12print ? for unknown tokensDave Reisner1-0/+4
2010-12-11%k is sync onlyDave Reisner1-2/+2
2010-12-10fix memory leak in print_pkgDave Reisner1-11/+24
2010-12-10allow real printf formatters for simple stringsDave Reisner1-45/+23
2010-12-08if no targets are provided on a search, dump the entire DB(s)Dave Reisner1-2/+10
2010-12-01declare globals on separate lines for uniformityDave Reisner1-2/+3
2010-12-01don't hardcode defaultsDave Reisner1-4/+7
2010-12-01refactor resolve_pkgDave Reisner1-6/+8
2010-11-30filter token availability based on query typeDave Reisner1-5/+22
2010-11-30add %w token as install reasonDave Reisner1-3/+0
2010-11-30add install reason as %wDave Reisner1-1/+7
2010-11-30don't print a pkg delimeter if pkg has no outputDave Reisner1-38/+53
2010-11-30add MIT license headerDave Reisner1-0/+26
2010-11-30fix up commentingDave Reisner1-5/+6
2010-11-30assorted cleanup. remove assertions and unused format tokenDave Reisner1-5/+3
2010-11-30fix leak by always allocating for the dblistDave Reisner1-7/+3
2010-11-30Implement searching. Why am I rewriting pacman?Dave Reisner1-34/+70
2010-11-30fix bug in verify_formatDave Reisner1-2/+2