Age | Commit message (Expand) | Author | Files | Lines |
2013-01-03 | makepkg: Print out full version on pkgver update | William Giokas | 1 | -0/+2 |
2013-01-03 | Update Doxyfile | Allan McRae | 1 | -5/+10 |
2013-01-03 | doc: Fix section link in pacman-key man page | Allan McRae | 1 | -2/+2 |
2013-01-03 | Fixed missing asciidoc id | Danny George | 1 | -1/+1 |
2013-01-03 | makepkg: use --apparent-size when du supports it | Allan McRae | 3 | -6/+6 |
2013-01-03 | Remove checks for geteuid | Allan McRae | 2 | -5/+1 |
2013-01-03 | Remove Cygwin support | Allan McRae | 2 | -8/+2 |
2013-01-03 | pacdiff: update copyright notice | Florian Pritz | 1 | -0/+2 |
2013-01-03 | pacdiff: Add option to overwrite, clarify remove option | Florian Pritz | 1 | -2/+3 |
2013-01-03 | pacdiff: check cmp's exit code rather than output | Florian Pritz | 1 | -2/+2 |
2013-01-03 | pacdiff: be more verbose if we rename or remove | Florian Pritz | 1 | -4/+4 |
2013-01-03 | pacdiff: color filename and mention what we found | Florian Pritz | 1 | -1/+25 |
2013-01-03 | Use a defined constant in delta.c for num_matches | Dan McGee | 1 | -3/+6 |
2013-01-03 | util/pactree: correctly free the deps list in walk_deps() | Dan McGee | 1 | -1/+3 |
2013-01-03 | parseopts: remove superfluous continue/shift statements | Dave Reisner | 1 | -5/+1 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 74 | -80/+80 |
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 | Add public functions for accessing mtree data | Allan McRae | 3 | -2/+46 |
2012-12-14 | Add internal functions for reading mtree file from local db | Allan McRae | 3 | -0/+106 |
2012-12-14 | Extract .MTREE file into local package database | Allan McRae | 1 | -0/+5 |
2012-12-14 | makepkg: add mtree file into package | Allan McRae | 1 | -2/+8 |
2012-12-14 | Do not warn about missing database if being downloaded | Allan McRae | 3 | -3/+10 |
2012-12-14 | Fix future signature timestamp warning | Allan McRae | 1 | -5/+6 |
2012-12-14 | Replace space-based indents in prototypes with tabs | Jason St. John | 3 | -42/+42 |
2012-12-14 | Remove Vim modelines in prototype files | Jason St. John | 2 | -4/+0 |
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 | Added LOGDEST variable | William Giokas | 3 | -1/+17 |
2012-12-14 | Plug various minor memory leaks | Andrew Gregory | 5 | -3/+8 |
2012-12-14 | makepkg: normalize whitespace in $pkgdesc when writing .PKGINFO | Dave Reisner | 1 | -1/+1 |
2012-12-14 | pkgdelta: avoid use of eval and IFS manipulation | Dave Reisner | 1 | -16/+12 |
2012-12-14 | Display install status of optdependencies | Allan McRae | 1 | -2/+18 |
2012-12-14 | Make alpm_pkg_find public | Allan McRae | 7 | -24/+30 |
2012-12-14 | Add pactest for "Optional for" output | Benedikt Morbach | 1 | -0/+13 |
2012-12-14 | Add "Optional for" to package information output | Allan McRae | 3 | -8/+38 |
2012-12-14 | Add pactests for displaying optdep installation status | Benedikt Morbach | 2 | -0/+27 |
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 | 3 | -1/+37 |
2012-12-14 | It turns out we do care about directories... | Allan McRae | 3 | -23/+9 |
2012-12-14 | Add pactests for not detecting directory conflicts with upgrades | Florian Pritz | 2 | -0/+38 |
2012-12-14 | Fix overzealous package removal with unmet dependencies | Andrew Gregory | 4 | -47/+41 |
2012-12-14 | pactest: variant of package removal due to unmet dependencies | Allan McRae | 1 | -0/+28 |
2012-12-14 | pactest: removal of packages with unmet dependencies | Allan McRae | 1 | -0/+28 |
2012-12-14 | _alpm_filelist_resolve: add useful return code | Andrew Gregory | 2 | -38/+47 |