Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-13 | replaces and conflicts are alpm_dep_t | Dave Reisner | 1 | -2/+2 | |
2012-08-26 | putchar -> fputc(..., stdout) | Dave Reisner | 1 | -14/+14 | |
2012-06-05 | properly extract name from alpm_backup_t | Dave Reisner | 1 | -1/+7 | |
2012-05-10 | fix %S and %P formatters | Dave Reisner | 1 | -2/+3 | |
2012-04-24 | cleanup/improve usage and documentation | Dave Reisner | 1 | -1/+2 | |
2012-03-08 | fix provides handler | Dave Reisner | 1 | -1/+1 | |
alpm_pkg_get_provides() returns a list of alpm_depend_t structs, not straight up strings. reuse a helper function to extract the name member of this struct just like we do with %D | |||||
2011-12-11 | add missing stdint header for i686 | Dave Reisner | 1 | -1/+1 | |
2011-12-11 | add -H, --humansize parameter for formatting package sizes | Dave Reisner | 1 | -5/+60 | |
2011-12-11 | remove KiB conversion for sizes | Dave Reisner | 1 | -2/+2 | |
2011-10-28 | ignore -S and -Q options for -p. | Dave Reisner | 1 | -21/+19 | |
This is a little odd, but since -p has no meaning for -S, this is (for now) safe. | |||||
2011-10-28 | fix longopt for -Q | Dave Reisner | 1 | -1/+1 | |
manpage documents it as --query, not --local. | |||||
2011-10-20 | free_inner results when --file is used | Dave Reisner | 1 | -0/+3 | |
2011-10-20 | add -p option to alpm_pkg_load arguments | Dave Reisner | 1 | -8/+34 | |
2011-10-13 | remove usage of alpm_list_getdata | Dave Reisner | 1 | -7/+7 | |
2011-10-13 | add missing header | Dave Reisner | 1 | -0/+1 | |
2011-08-22 | allow alignment for %! token | Dave Reisner | 1 | -2/+3 | |
2011-08-17 | add %h formatter for sha256sum | Dave Reisner | 1 | -1/+4 | |
2011-08-17 | add %g formatter for base64 signature | Dave Reisner | 1 | -1/+4 | |
2011-08-17 | filelist stuff for alpm7 | Dave Reisner | 1 | -3/+15 | |
2011-08-07 | fix up alpm API calls for alpm7 | Dave Reisner | 1 | -50/+32 | |
2011-08-07 | use proper suffixes for package sizes | Dave Reisner | 1 | -3/+7 | |
2011-07-30 | allow null terminators in format string | Dave Reisner | 1 | -0/+3 | |
2011-07-23 | add static qualifier to trim_optdep | Dave Reisner | 1 | -1/+1 | |
2011-07-23 | add %o for optdepends without descriptions | Dave Reisner | 1 | -0/+14 | |
2011-07-23 | don't report not found on found packages | Dave Reisner | 1 | -1/+3 | |
Use a flag var to declare found/notfound instead of looking at the pkg reference itself, which will be inevitably overwritten on each repo iteration. | |||||
2011-07-17 | fix verbose error on each repo when package isn't found | Dave Reisner | 1 | -13/+8 | |
2011-07-17 | add %! as an auto-increment record counter | Dave Reisner | 1 | -0/+4 | |
2011-07-17 | return 1 if nothing is printed by print_pkg | Dave Reisner | 1 | -1/+1 | |
2011-05-29 | return first of each key, not for all keys | Dave Reisner | 1 | -1/+1 | |
2011-05-29 | add -1 option for limited -S operations | Dave Reisner | 1 | -2/+11 | |
2011-04-05 | fix usage | Dave Reisner | 1 | -2/+2 | |
2011-04-05 | add support for searching by group | Dave Reisner | 1 | -2/+17 | |
2011-03-23 | don't depend on format pointer reaching a NULL | Dave Reisner | 1 | -2/+4 | |
2011-03-23 | remove preproc logic for pacman 3.4.3/3.5.0 | Dave Reisner | 1 | -6/+0 | |
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 | 1 | -2/+2 | |
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 | 1 | -45/+23 | |
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 | |