summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-15Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier1-2/+1
2008-01-14Disallow a NULL section in _parseconfigDan McGee1-2/+2
2008-01-13Notify of package replacements when using noconfirmAllan McRae1-5/+13
2008-01-12Make the user-agent string a bit less verboseDan McGee1-4/+2
2008-01-11Output a single newline on receipt of a SIGINTDan McGee1-5/+6
2008-01-11Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier3-7/+7
2008-01-10Move the fallback on providers from backend to frontend.Chantry Xavier1-3/+31
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-5/+0
2007-12-29Fix case where pacman asks for confirmation when it should notKarolina Lindqvist1-1/+2
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones1-1/+1
2007-12-21testdb : fix wrong usage of checkdeps.Chantry Xavier1-2/+1
2007-12-18Allow unreadable Include files to be non-fatalAaron Griffin1-6/+3
2007-12-18Only query pacman upgrade when performing actual upgradeAllan McRae1-36/+38
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee18-61/+25
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee3-26/+23
2007-12-09src/pacman/: use the FREELIST macro when possible.Chantry Xavier4-9/+4
2007-12-09testdb.c : add vim modeline according to HACKING, and reindent the file.Chantry Xavier1-98/+100
2007-12-06pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier1-10/+14
2007-12-04Update some errors in messages found during localizationDan McGee1-2/+2
2007-12-04pacman/sync.c: mark sync_trans as staticDan McGee1-1/+1
2007-12-04Oops- forgot to ever set init to 1 in setlibpaths()Dan McGee1-0/+1
2007-12-04Delay output during progress barChantry Xavier3-3/+65
2007-12-02parseconfig: refactor duplicate code out into a functionDan McGee1-66/+39
2007-12-02Remove "done" messages from frontend callback functionDan McGee1-31/+16
2007-12-02Fixes for the ineptitude of libalpm DB registrationDan McGee1-45/+61
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee3-41/+62
2007-12-02Add new --needed option for -S.Chantry Xavier2-16/+8
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor4-62/+58
2007-11-29Move requiredby computation before any display startsDan McGee1-2/+6
2007-11-25pacman/query.c : -Qo optimization.Chantry Xavier1-0/+8
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier3-22/+23
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor1-1/+1
2007-11-25Add -q/--quiet option for controlling output.Artyom4-19/+47
2007-11-25Fix memleak when querying package file(s)Dan McGee1-0/+5
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier3-1/+4
2007-11-21Remove -F/--freshen operationDan McGee1-11/+1
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-2/+6
2007-11-18Add the pmconflict_t type.Nagy Gabor2-6/+4
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier2-18/+18
2007-11-18Minor rephrasing of the question asked by -Sc.Chantry Xavier1-1/+1
2007-11-18Extend the -Sc operation to also clean up unused sync databases.Chantry Xavier1-1/+73
2007-11-18Don't filter package files output based on dir/file statusDan McGee1-11/+1
2007-11-17pacman/sync.c : remove duplicated fallback on providers.Chantry Xavier1-20/+3
2007-11-17Two memleak fixes in pacman.Nagy Gabor2-0/+2
2007-11-17War on whitespaceDan McGee12-50/+50
2007-11-15Ensure -Si and -Qi output show correct dependenciesDan McGee1-2/+22
2007-11-15testdb: remove requiredby checkingDan McGee1-44/+0
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee3-6/+10
2007-11-14Make it easier to ignore multiple packages.Nathan Jones3-2/+51
2007-11-14Add help for --ignoregroup.Nathan Jones1-0/+2