summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-17add %! as an auto-increment record counterDave Reisner2-0/+6
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 Reisner2-2/+16
2011-04-07build-sys: cleanupDave Reisner2-4/+7
2011-04-05fix usageDave Reisner1-2/+2
2011-04-05add support for searching by groupDave Reisner2-2/+21
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 Reisner3-10/+1
2011-03-21sanitize build sysDave Reisner2-4/+4
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 Reisner2-3/+3
2010-12-10fix memory leak in print_pkgDave Reisner1-11/+24
2010-12-10allow real printf formatters for simple stringsDave Reisner2-46/+28
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-30unify language: alpm data extraction toolDave Reisner1-1/+1
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 Reisner2-2/+10
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-30add manpage to install targetDave Reisner1-0/+4
2010-11-30add man page to install targetDave Reisner1-0/+1
2010-11-30fix up commentingDave Reisner1-5/+6
2010-11-30assorted cleanup. remove assertions and unused format tokenDave Reisner2-7/+3
2010-11-30fix leak by always allocating for the dblistDave Reisner1-7/+3
2010-11-30have a man pageDave Reisner2-3/+134
2010-11-30Implement searching. Why am I rewriting pacman?Dave Reisner3-35/+74
2010-11-30fix bug in verify_formatDave Reisner1-2/+2
2010-11-30fix up usage funcDave Reisner1-3/+3
2010-11-30initial commitDave Reisner3-0/+524