summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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