Age | Commit message (Expand) | Author |
2011-05-05 | Rework config parsing to reduce variable duplication | Dan McGee |
2011-05-05 | Refactor VerifySig option value parsing into standalone method | Dan McGee |
2011-05-05 | Improve database server API | Dan McGee |
2011-05-05 | Make config parsing a two-part affair | Dan McGee |
2011-05-05 | Move parseconfig to conf.c | Dan McGee |
2011-05-04 | pactree: make -Wwrite-strings friendly | Dan McGee |
2011-05-04 | Fix warnings reported by -Wwrite-strings | Dan McGee |
2011-04-24 | Perform package verification at package load time | Dan McGee |
2011-04-22 | Make dump_pkg_full a little less insane | Dan McGee |
2011-04-20 | Header inclusion cleanup | Dan McGee |
2011-04-20 | syntax: if/while statements should have no trailing space | Dan McGee |
2011-04-20 | Allow VerifySig to act as a default verification in [options] | Dave Reisner |
2011-04-20 | style cleanup: cast as (type *) not (type*) | Dave Reisner |
2011-04-20 | New VerbosePkgLists option | Jakob Gruber |
2011-04-20 | Table formatted output functions | Jakob Gruber |
2011-04-20 | Refactor display_targets for readability | Jakob Gruber |
2011-04-20 | Use IEC unit prefixes | Jakob Gruber |
2011-04-20 | Add a utility function to humanize sizes | Jakob Gruber |
2011-04-20 | Remove ShowSize option | Jakob Gruber |
2011-04-15 | Merge branch 'maint' | Dan McGee |
2011-04-15 | libalpm: consistently use int as return type for option setters | Rémy Oudompheng |
2011-04-15 | pacman/query: correctly handle root files with -Qo | Xavier Chantry |
2011-04-05 | Merge branch 'maint' | Dan McGee |
2011-04-04 | pacman.c : useless extra parenthesis | Xavier Chantry |
2011-04-04 | Coding style cleanups | Dan McGee |
2011-04-01 | Ensure stdout/stderr are flushed when asking questions | Dan McGee |
2011-03-29 | Merge branch 'maint' | Dan McGee |
2011-03-29 | call alpm_option_get_localdb once in syncfirst() | Andrea Scarpino |
2011-03-28 | pacman/util: flush terminal input before reading response | Dave Reisner |
2011-03-27 | Merge branch 'maint' | Dan McGee |
2011-03-25 | Update usage instruction strings | Dan McGee |
2011-03-24 | Merge branch 'maint' | Dan McGee |
2011-03-24 | Add -T, --deptest to usage message | Ray Kohler |
2011-03-23 | Added gpg verification options per repo to the config file. | Xavier Chantry |
2011-03-23 | Let pacman specify GnuPG's home directory. | Chris Brannon |
2011-03-21 | Merge branch 'maint' | Dan McGee |
2011-03-21 | Do not query group selection when using -Sp | Allan McRae |
2011-03-21 | Restore --debug/--verbose output without a primary operation | Dan McGee |
2011-03-20 | Remove unnecessary NULL check | Dan McGee |
2011-03-20 | Style change: return(x) --> return x | Dan McGee |
2011-03-20 | Fix handling of ignored packages | Pang Yan Han |
2011-03-16 | Warn but don't error for unknown pacman.conf directives | Dan McGee |
2011-03-16 | Only read from stdin if '-' is provided as a target | Dave Reisner |
2011-03-07 | Fix value of ngettext() count parameter in callback | Dan McGee |
2011-02-28 | Fix some easy to find double translations | Dan McGee |
2011-02-28 | --print-format displays size in bytes | Jakob Gruber |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee |
2011-02-25 | Add directory name to ownership error message | Dan McGee |
2011-02-25 | alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcache | Dave Reisner |
2011-02-24 | Mark log callback format string const | Dan McGee |