Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-07 | Prefix global options with opt_ | Dave Reisner | 1 | -51/+44 | |
This cleans up some -Wshadow warnings | |||||
2013-11-12 | disable database and package signature verification | Dave Reisner | 1 | -4/+2 | |
This is a job for pacman. No need to replicate it in expac. People (rightfully) complain about gpgme sucking ass and hanging on verification. I can't replicate this behavior, but it doesn't surprise me, and I'm not wasting my time to figure out why. For extra credit, maybe I can convince people to stop blindly signing and trusting random 3rd party keys. | |||||
2013-08-05 | Add 'V' format for package validation methods. | Jonathan Frazier | 2 | -1/+32 | |
2013-05-07 | remove -Werror | Dave Reisner | 1 | -1/+1 | |
2013-05-07 | check return of asprintf | Dave Reisner | 1 | -4/+7 | |
2013-04-30 | remove unneeded helper function | Dave Reisner | 1 | -12/+1 | |
2013-04-30 | support optdepends as alpm_depend_t | Dave Reisner | 1 | -4/+12 | |
Fixes FS#35035. | |||||
2013-04-01 | remove unused macros | Dave Reisner | 1 | -3/+0 | |
2013-04-01 | add a vim modeline | Dave Reisner | 1 | -0/+1 | |
2013-04-01 | add %M for only modified backup files | Dave Reisner | 2 | -1/+48 | |
2013-04-01 | whitespace fixes | Dave Reisner | 1 | -30/+30 | |
2012-12-13 | function naming adjustments | Dave Reisner | 1 | -4/+4 | |
2012-12-13 | cleanup makefile, ensure usage of implicit build rules | Dave Reisner | 1 | -23/+13 | |
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 | 2 | -7/+30 | |
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 | |||||
2012-01-31 | man: add note about %w being restricted to -Q | Dave Reisner | 1 | -1/+1 | |
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 | 2 | -5/+66 | |
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 | 2 | -23/+20 | |
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 | 2 | -8/+39 | |
2011-10-13 | remove more references to config.mk | Dave Reisner | 1 | -2/+2 | |
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-10-12 | remove config.mk | Dave Reisner | 2 | -13/+12 | |
2011-08-22 | allow alignment for %! token | Dave Reisner | 1 | -2/+3 | |
2011-08-17 | add %h formatter for sha256sum | Dave Reisner | 2 | -1/+6 | |
2011-08-17 | add %g formatter for base64 signature | Dave Reisner | 2 | -1/+6 | |
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 | 2 | -0/+16 | |
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 | 2 | -0/+6 | |
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 | 2 | -2/+16 | |
2011-04-07 | build-sys: cleanup | Dave Reisner | 2 | -4/+7 | |
2011-04-05 | fix usage | Dave Reisner | 1 | -2/+2 | |
2011-04-05 | add support for searching by group | Dave Reisner | 2 | -2/+21 | |
2011-03-23 | don't depend on format pointer reaching a NULL | Dave Reisner | 1 | -2/+4 | |