summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-27Dependency error/log messages fixNagy Gabor1-1/+3
2007-10-25Add alpm_dep_get_string methodNagy Gabor3-31/+9
2007-10-24Add strndup implemention for environments that are missing itDan McGee2-0/+26
2007-10-24One more added include to help compilation elsewhereDan McGee1-0/+1
2007-10-23Ensure all localization stuff is correctly guardedDan McGee2-6/+9
2007-10-23Fix broken or missing includesDan McGee2-0/+2
2007-10-20Add download size to target list.Nathan Jones4-7/+11
2007-10-20Download delta files if UseDelta is set.Nathan Jones2-1/+25
2007-10-16Remove rounding on package size totalsDan McGee1-14/+2
2007-10-15pacman/pacman.c : put back root check even if -r is specified.Chantry Xavier1-3/+1
2007-10-10util/testdb: fix up function namingDan McGee1-4/+4
2007-10-09pacman/pacman.c : add --logfile option.Chantry Xavier1-0/+10
2007-10-09Update usage of gcc __attribute__ flagsDan McGee1-3/+3
2007-10-09Remove the non-user friendly --ask optionDan McGee3-93/+35
2007-10-05Fix -Sy and -Sp operations.Chantry Xavier2-3/+3
2007-10-04needs_transaction adjustmentsChantry Xavier3-55/+69
2007-09-28Allow --refresh specified for most -S optionsAaron Griffin1-24/+27
2007-09-28Break out transaction test to a separate functionAaron Griffin3-15/+23