summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update copyright year for 2013Allan McRae2013-01-03
* Remove leading "./" from filenames in mtree fileAllan McRae2012-12-14
* Check file types match before comparing propertiesAllan McRae2012-12-14
* Check "install" and "changelog" files for changesAllan McRae2012-12-14
* Perform full checking of files with -QkkAllan McRae2012-12-14
* Basic running of pacman -Qkk to check mtree filesAllan McRae2012-12-14
* Separate checking a files existence into a functionAllan McRae2012-12-14
* Move check function into its own fileAllan McRae2012-12-14
* Add public functions for accessing mtree dataAllan McRae2012-12-14
* Add internal functions for reading mtree file from local dbAllan McRae2012-12-14
* Extract .MTREE file into local package databaseAllan McRae2012-12-14
* makepkg: add mtree file into packageAllan McRae2012-12-14
* Do not warn about missing database if being downloadedAllan McRae2012-12-14
* Fix future signature timestamp warningAllan McRae2012-12-14
* Replace space-based indents in prototypes with tabsJason St. John2012-12-14
* Remove Vim modelines in prototype filesJason St. John2012-12-14
* Print package name before changelog entry with -QcSimon Gomizelj2012-12-14
* query.c: simplify is_foreignAndrew Gregory2012-12-14
* Added LOGDEST variableWilliam Giokas2012-12-14
* Plug various minor memory leaksAndrew Gregory2012-12-14
* makepkg: normalize whitespace in $pkgdesc when writing .PKGINFODave Reisner2012-12-14
* pkgdelta: avoid use of eval and IFS manipulationDave Reisner2012-12-14
* Display install status of optdependenciesAllan McRae2012-12-14
* Make alpm_pkg_find publicAllan McRae2012-12-14
* Add pactest for "Optional for" outputBenedikt Morbach2012-12-14
* Add "Optional for" to package information outputAllan McRae2012-12-14
* Add pactests for displaying optdep installation statusBenedikt Morbach2012-12-14
* Display optdep install status in package query outputAllan McRae2012-12-14
* Notify of removed package required as optdependAllan McRae2012-12-14
* It turns out we do care about directories...Allan McRae2012-12-14
* Add pactests for not detecting directory conflicts with upgradesFlorian Pritz2012-12-14
* Fix overzealous package removal with unmet dependenciesAndrew Gregory2012-12-14
* pactest: variant of package removal due to unmet dependenciesAllan McRae2012-12-14
* pactest: removal of packages with unmet dependenciesAllan McRae2012-12-14
* _alpm_filelist_resolve: add useful return codeAndrew Gregory2012-12-14
* Avoid upgrade conflict with unchanged effective pathAllan McRae2012-12-14
* Resolve file paths during inter-package conflict checkAllan McRae2012-12-14
* _alpm_filelist_resolve: use original filenames where possibleAndrew Gregory2012-12-14
* Add _alpm_filelist_resolveAndrew Gregory2012-12-14
* Add resolved_path to alpm_filelist_tAllan McRae2012-12-14
* Detect inter-package conflicts between files and directoriesAllan McRae2012-12-14
* pactest: Provide a full filelist to the pactests that need itAllan McRae2012-12-14
* makepkg: install debug symbol packages if requestedAllan McRae2012-11-27
* makepkg: assign debugging symbol directory to a variableAllan McRae2012-11-27
* makepkg: allow debug package suffix to be configurableAllan McRae2012-11-27
* makepkg: create package from stripped debug symbolsAllan McRae2012-11-27
* makepkg: output the name of the package being createdAllan McRae2012-11-27
* makepkg: strip debugging symbols into separate folderAllan McRae2012-11-27
* makepkg: always use pkg/$pkgname as $pkgdirAllan McRae2012-11-27
* makepkg: move debug symbol stripping to separate functionAllan McRae2012-11-27