Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-23 | remove preproc logic for pacman 3.4.3/3.5.0 | Dave Reisner | 3 | -10/+1 | |
2011-03-21 | sanitize build sys | Dave Reisner | 2 | -4/+4 | |
2011-03-21 | add missing parameter in function proto | Dave Reisner | 1 | -1/+1 | |
2011-03-21 | declare resolve_pkg as static | Dave Reisner | 1 | -1/+1 | |
2011-03-21 | return(val) => return val | Dave Reisner | 1 | -25/+25 | |
2011-03-21 | don't parse RootDir directive | Dave Reisner | 1 | -3/+1 | |
2011-03-16 | mimic pacman behavior of dumping the entire DB with no targets | Dave Reisner | 1 | -10/+8 | |
2011-02-26 | alpm_db_get_pkgcache_list has gone away | Dave Reisner | 1 | -6/+2 | |
2011-02-06 | use alpm_db_get_pkgcache_list if available | Dave Reisner | 1 | -2/+6 | |
2011-01-29 | avoid use of alpm_db_register_local() for recent libalpm | Dave Reisner | 1 | -0/+4 | |
2011-01-02 | copyright 2011 | Dave Reisner | 1 | -1/+1 | |
2010-12-14 | Revert "fix memory leak in print_pkg" | Dave Reisner | 1 | -24/+11 | |
This reverts commit 236ef35e1ce9eccfa47d37718b763decb7077136. Causes memory corruption in some cases. We'd rather leak a little than risk a segmentation fault. As expac is guaranteed to be a short lived process, we'll opt for letting the kernel cleanup after us instead of adding what appears to be a lot of extra logic. | |||||
2010-12-12 | print ? for unknown tokens | Dave Reisner | 1 | -0/+4 | |
2010-12-11 | %k is sync only | Dave Reisner | 2 | -3/+3 | |
2010-12-10 | fix memory leak in print_pkg | Dave Reisner | 1 | -11/+24 | |
lists are allocated when they're requested, and not resident in memory when alpm is initialized. grab a pointer to them so they can be freed after each loop. | |||||
2010-12-10 | allow real printf formatters for simple strings | Dave Reisner | 2 | -46/+28 | |
It's kind of silly to verify this kind of formatting, so I'm just letting it explode (which happens not too horribly) when the user inevitably does something stupid. | |||||
2010-12-08 | if no targets are provided on a search, dump the entire DB(s) | Dave Reisner | 1 | -2/+10 | |
2010-12-01 | declare globals on separate lines for uniformity | Dave Reisner | 1 | -2/+3 | |
2010-12-01 | don't hardcode defaults | Dave Reisner | 1 | -4/+7 | |
2010-12-01 | refactor resolve_pkg | Dave Reisner | 1 | -6/+8 | |
fixes multiple issues with repo/pkg style targets and should cause these queries to run slightly faster. | |||||
2010-11-30 | unify language: alpm data extraction tool | Dave Reisner | 1 | -1/+1 | |
2010-11-30 | filter token availability based on query type | Dave Reisner | 1 | -5/+22 | |
use verify_format_string to halt expac if a token is provided that is query type dependent and we don't match the query type. | |||||
2010-11-30 | add %w token as install reason | Dave Reisner | 1 | -3/+0 | |
2010-11-30 | add install reason as %w | Dave Reisner | 2 | -2/+10 | |
also, declare another global 'local' so we know when we're only parsing locally or not. | |||||
2010-11-30 | don't print a pkg delimeter if pkg has no output | Dave Reisner | 1 | -38/+53 | |
2010-11-30 | add MIT license header | Dave Reisner | 1 | -0/+26 | |
2010-11-30 | add manpage to install target | Dave Reisner | 1 | -0/+4 | |
2010-11-30 | add man page to install target | Dave Reisner | 1 | -0/+1 | |
2010-11-30 | fix up commenting | Dave Reisner | 1 | -5/+6 | |
2010-11-30 | assorted cleanup. remove assertions and unused format token | Dave Reisner | 2 | -7/+3 | |
2010-11-30 | fix leak by always allocating for the dblist | Dave Reisner | 1 | -7/+3 | |
2010-11-30 | have a man page | Dave Reisner | 2 | -3/+134 | |
2010-11-30 | Implement searching. Why am I rewriting pacman? | Dave Reisner | 3 | -35/+74 | |
2010-11-30 | fix bug in verify_format | Dave Reisner | 1 | -2/+2 | |
2010-11-30 | fix up usage func | Dave Reisner | 1 | -3/+3 | |
2010-11-30 | initial commit | Dave Reisner | 3 | -0/+524 | |