summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2007-11-11Implement IgnoreGroup.Nathan Jones
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones
2007-11-08Simplify callback DONE event handlingDan McGee
2007-11-08Add missing 'done' printoutDan McGee
2007-11-08Fix some issues with localized dates/epoch usageDan McGee
2007-11-05Add LOGFILE as a define at compile time for pacmanDan McGee
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04Clean up usage of extern variablesDan McGee
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-11-04vercmp: add some usage instructionsDan McGee
2007-11-04Make building of pacman.static optionalDan McGee
2007-11-04Fix basename usage in pacman and utilitiesDan McGee
2007-11-04Remove final use of the math library from pacmanDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29pacman/query.c: add missing free()Dan McGee
2007-10-26Clean up LDADD usageDan McGee
2007-10-26Fix mcheck detection and usageDan McGee
2007-10-26Dependency error/log messages fixNagy Gabor
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-10-24Add strndup implemention for environments that are missing itDan McGee
2007-10-23One more added include to help compilation elsewhereDan McGee
2007-10-22Ensure all localization stuff is correctly guardedDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-10-19Add download size to target list.Nathan Jones
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-16Remove rounding on package size totalsDan McGee
2007-10-14pacman/pacman.c : put back root check even if -r is specified.Chantry Xavier
2007-10-10util/testdb: fix up function namingDan McGee