Age | Commit message (Expand) | Author | Files | Lines |
2013-02-13 | Add format attributes to all required functions | Allan McRae | 6 | -5/+10 |
2013-02-09 | Exit with failure status if download or installation is not confirmed | Martin Panter | 1 | -0/+1 |
2013-02-09 | pacman: print version information in debug output | Allan McRae | 1 | -0/+2 |
2013-02-09 | Check keys are in keyring before package validation | Allan McRae | 1 | -0/+13 |
2013-02-07 | use strtok_r to parse multi-value config options | Andrew Gregory | 1 | -9/+6 |
2013-02-07 | Better error message with "-" is specified without stdin | Allan McRae | 1 | -44/+51 |
2013-02-07 | Add configuration option for Upgrade operation SigLevel | Allan McRae | 3 | -3/+72 |
2013-01-29 | Restore libarchive 2.8.x compatibility | Dan McGee | 1 | -1/+1 |
2013-01-29 | Consolidate --foreign/--native filtering | Simon Gomizelj | 3 | -14/+17 |
2013-01-28 | add caller prefix to alpm_logaction | Andrew Gregory | 4 | -13/+22 |
2013-01-28 | pacsort: add -f, --files option for sorting filenames | Dave Reisner | 1 | -3/+49 |
2013-01-04 | Allow querying directory ownership | Andrew Gregory | 1 | -19/+41 |
2013-01-04 | query_fileowner: don't append '/' if path is "/" | Andrew Gregory | 1 | -2/+4 |
2013-01-04 | Fix space between control structure and open parens | Gerardo Exequiel Pozzi | 3 | -3/+3 |
2013-01-04 | Fix open braces style | Gerardo Exequiel Pozzi | 5 | -12/+22 |
2013-01-04 | Fix missing spaces in operators | Gerardo Exequiel Pozzi | 4 | -7/+7 |
2013-01-04 | fix comment style // -> /* */ | Gerardo Exequiel Pozzi | 2 | -2/+2 |
2013-01-04 | Split common utility functions for libalpm and pacman | Allan McRae | 8 | -57/+151 |
2013-01-03 | Remove checks for geteuid | Allan McRae | 1 | -4/+0 |
2013-01-03 | Remove Cygwin support | Allan McRae | 1 | -3/+2 |
2013-01-03 | util/pactree: correctly free the deps list in walk_deps() | Dan McGee | 1 | -1/+3 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 18 | -19/+19 |
2012-12-14 | Remove leading "./" from filenames in mtree file | Allan McRae | 1 | -0/+7 |
2012-12-14 | Check file types match before comparing properties | Allan McRae | 1 | -1/+26 |
2012-12-14 | Check "install" and "changelog" files for changes | Allan McRae | 1 | -2/+13 |
2012-12-14 | Perform full checking of files with -Qkk | Allan McRae | 1 | -1/+135 |
2012-12-14 | Basic running of pacman -Qkk to check mtree files | Allan McRae | 4 | -4/+76 |
2012-12-14 | Separate checking a files existence into a function | Allan McRae | 1 | -13/+22 |
2012-12-14 | Move check function into its own file | Allan McRae | 4 | -55/+113 |
2012-12-14 | Do not warn about missing database if being downloaded | Allan McRae | 1 | -0/+6 |
2012-12-14 | Print package name before changelog entry with -Qc | Simon Gomizelj | 1 | -0/+1 |
2012-12-14 | query.c: simplify is_foreign | Andrew Gregory | 1 | -10/+3 |
2012-12-14 | Plug various minor memory leaks | Andrew Gregory | 2 | -2/+5 |
2012-12-14 | Display install status of optdependencies | Allan McRae | 1 | -2/+18 |
2012-12-14 | Add "Optional for" to package information output | Allan McRae | 1 | -1/+3 |
2012-12-14 | Display optdep install status in package query output | Allan McRae | 1 | -6/+14 |
2012-12-14 | Notify of removed package required as optdepend | Allan McRae | 1 | -0/+4 |
2012-11-27 | pactree: unindent first limb | Andrew Gregory | 1 | -1/+1 |
2012-11-27 | pactree: unify output between utf8 and ascii | Dave Reisner | 1 | -16/+20 |
2012-11-27 | pactree: fix style violations | Dave Reisner | 1 | -2/+3 |
2012-11-27 | pactree: autodetect and use unicode line drawing characters | Dave Reisner | 1 | -3/+34 |
2012-11-27 | pactree: style last branch node differently | Andrew Gregory | 1 | -13/+17 |
2012-11-27 | pactree: fix --sync getopt value | Andrew Gregory | 1 | -1/+1 |
2012-11-27 | pacman: add -n/--native filter to -Q | Simon Gomizelj | 3 | -0/+8 |
2012-11-27 | buildsys: eschew use of DEFS, prefer AM_CPPFLAGS | Dave Reisner | 2 | -18/+14 |
2012-11-27 | Fix thinko in configure.ac CFLAGS empty checking | Dan McGee | 1 | -1/+1 |
2012-09-18 | Avoid interger overflow when calculating remaining line length | Allan McRae | 1 | -1/+1 |
2012-09-18 | Fix typo in documentation | Allan McRae | 1 | -1/+1 |
2012-09-18 | query_fileowner, mdirname: add error checks | Andrew Gregory | 2 | -15/+18 |
2012-09-18 | query_fileowner: remove assumption that root is "/" | Andrew Gregory | 2 | -25/+11 |