summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-02-05Don't follow symlinks with -Qo.Chantry Xavier
2008-02-05pacman/util.c: add mdirname functionDan McGee
2008-02-02Clarify the "failed to add target" errors.Chantry Xavier
2008-01-27Clarify the "cancel current operation" message.Chantry Xavier
2008-01-20two string fixes.Chantry Xavier
2008-01-20Remove frontend translation of "debug:" messageDan McGee
2008-01-14Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier
2008-01-13Disallow a NULL section in _parseconfigDan McGee
2008-01-13Notify of package replacements when using noconfirmAllan McRae
2008-01-11Make the user-agent string a bit less verboseDan McGee
2008-01-10Output a single newline on receipt of a SIGINTDan McGee
2008-01-10Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier
2008-01-09Move the fallback on providers from backend to frontend.Chantry Xavier
2008-01-08Remove upgradedelay and all code associated with itDan McGee
2007-12-29Fix case where pacman asks for confirmation when it should notKarolina Lindqvist
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones
2007-12-21testdb : fix wrong usage of checkdeps.Chantry Xavier
2007-12-17Allow unreadable Include files to be non-fatalAaron Griffin
2007-12-17Only query pacman upgrade when performing actual upgradeAllan McRae
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee
2007-12-08src/pacman/: use the FREELIST macro when possible.Chantry Xavier
2007-12-08testdb.c : add vim modeline according to HACKING, and reindent the file.Chantry Xavier
2007-12-05pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier
2007-12-04Update some errors in messages found during localizationDan McGee
2007-12-03pacman/sync.c: mark sync_trans as staticDan McGee
2007-12-03Oops- forgot to ever set init to 1 in setlibpaths()Dan McGee
2007-12-03Delay output during progress barChantry Xavier
2007-12-02parseconfig: refactor duplicate code out into a functionDan McGee
2007-12-02Remove "done" messages from frontend callback functionDan McGee
2007-12-02Fixes for the ineptitude of libalpm DB registrationDan McGee
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee
2007-12-02Add new --needed option for -S.Chantry Xavier
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor
2007-11-29Move requiredby computation before any display startsDan McGee
2007-11-25pacman/query.c : -Qo optimization.Chantry Xavier
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-25Add -q/--quiet option for controlling output.Artyom
2007-11-25Fix memleak when querying package file(s)Dan McGee
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier
2007-11-21Remove -F/--freshen operationDan McGee
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier
2007-11-18Minor rephrasing of the question asked by -Sc.Chantry Xavier
2007-11-18Extend the -Sc operation to also clean up unused sync databases.Chantry Xavier
2007-11-18Don't filter package files output based on dir/file statusDan McGee
2007-11-17pacman/sync.c : remove duplicated fallback on providers.Chantry Xavier
2007-11-17Two memleak fixes in pacman.Nagy Gabor