summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2007-11-16War on whitespaceDan McGee
2007-11-14Ensure -Si and -Qi output show correct dependenciesDan McGee
2007-11-14testdb: remove requiredby checkingDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-13Make it easier to ignore multiple packages.Nathan Jones
2007-11-13Add help for --ignoregroup.Nathan Jones
2007-11-13Fix display of -Qip output when a package file is givenDan McGee
2007-11-11Remove 'Total Package Size'Dan McGee
2007-11-11Typo fix (sepArately)Aaron Griffin
2007-11-11Missing quote in outputAaron Griffin
2007-11-11Add a missing newline in sync confirmation outputDan McGee
2007-11-11pacman: remove leftover help string for -RhDan McGee
2007-11-11Implement TotalDownload option.Nathan Jones
2007-11-11Add TotalDownload option.Nathan Jones