summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-13Fix display of -Qip output when a package file is givenDan McGee2-2/+8
2007-11-11Remove 'Total Package Size'Dan McGee1-7/+3
2007-11-11Typo fix (sepArately)Aaron Griffin1-1/+1
2007-11-11Missing quote in outputAaron Griffin1-1/+1
2007-11-11Add a missing newline in sync confirmation outputDan McGee1-0/+1
2007-11-11pacman: remove leftover help string for -RhDan McGee1-1/+0
2007-11-11Implement TotalDownload option.Nathan Jones2-21/+46
2007-11-11Add TotalDownload option.Nathan Jones2-0/+6
2007-11-11Implement IgnoreGroup.Nathan Jones1-2/+2
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones1-0/+15
2007-11-09Simplify callback DONE event handlingDan McGee1-15/+11
2007-11-09Add missing 'done' printoutDan McGee1-0/+1
2007-11-09Fix some issues with localized dates/epoch usageDan McGee1-2/+5
2007-11-06Add LOGFILE as a define at compile time for pacmanDan McGee2-1/+4
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier2-5/+5
2007-11-04Clean up usage of extern variablesDan McGee10-14/+6
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee1-0/+3
2007-11-04vercmp: add some usage instructionsDan McGee1-0/+21
2007-11-04Make building of pacman.static optionalDan McGee1-1/+5
2007-11-04Fix basename usage in pacman and utilitiesDan McGee3-9/+35
2007-11-04Remove final use of the math library from pacmanDan McGee1-2/+1
2007-10-30When printing size_t, use %zdDan McGee2-2/+4
2007-10-30pacman/query.c: add missing free()Dan McGee1-2/+1
2007-10-27Clean up LDADD usageDan McGee1-4/+2
2007-10-27Fix mcheck detection and usageDan McGee1-2/+2