summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-09Use sigaction instead of signal.Chantry Xavier1-4/+19
2008-03-09src/pacman/pacman.c : split cleanup function.Chantry Xavier1-18/+25
2008-03-07New alpm_version functionNagy Gabor1-3/+3
2008-02-12setlibpaths(): remove a stray set_option lineDan McGee1-6/+10
2008-01-14Disallow a NULL section in _parseconfigDan McGee1-2/+2
2008-01-12Make the user-agent string a bit less verboseDan McGee1-4/+2
2008-01-11Output a single newline on receipt of a SIGINTDan McGee1-5/+6
2008-01-11Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier1-3/+3
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-5/+0
2007-12-18Allow unreadable Include files to be non-fatalAaron Griffin1-6/+3
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-04Update some errors in messages found during localizationDan McGee1-2/+2
2007-12-04Oops- forgot to ever set init to 1 in setlibpaths()Dan McGee1-0/+1
2007-12-02parseconfig: refactor duplicate code out into a functionDan McGee1-66/+39
2007-12-02Fixes for the ineptitude of libalpm DB registrationDan McGee1-45/+61
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee1-36/+48
2007-12-02Add new --needed option for -S.Chantry Xavier1-5/+8
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier1-22/+0
2007-11-25Add -q/--quiet option for controlling output.Artyom1-1/+7
2007-11-21Remove -F/--freshen operationDan McGee1-11/+1
2007-11-14Make it easier to ignore multiple packages.Nathan Jones1-2/+16
2007-11-14Add help for --ignoregroup.Nathan Jones1-0/+2
2007-11-11pacman: remove leftover help string for -RhDan McGee1-1/+0
2007-11-11Add TotalDownload option.Nathan Jones1-0/+3
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones1-0/+15
2007-11-06Add LOGFILE as a define at compile time for pacmanDan McGee1-1/+2
2007-11-04Clean up usage of extern variablesDan McGee1-2/+0
2007-11-04Fix basename usage in pacman and utilitiesDan McGee1-7/+29
2007-10-27Fix mcheck detection and usageDan McGee1-2/+2
2007-10-23Ensure all localization stuff is correctly guardedDan McGee1-1/+4
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-0/+3
2007-10-15pacman/pacman.c : put back root check even if -r is specified.Chantry Xavier1-3/+1
2007-10-09pacman/pacman.c : add --logfile option.Chantry Xavier1-0/+10
2007-10-09Remove the non-user friendly --ask optionDan McGee1-3/+0
2007-10-04needs_transaction adjustmentsChantry Xavier1-1/+3
2007-09-28Break out transaction test to a separate functionAaron Griffin1-15/+3
2007-09-28OMG a space!Aaron Griffin1-1/+1
2007-09-28document the -Qii option.Chantry Xavier1-1/+1
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-3/+8
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier1-5/+0
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-10/+10
2007-08-27separate local from sync dbs on filesystemTravis Willard1-8/+2
2007-08-22pacman.c: clarify reason for doing 2 strcmp operationsDan McGee1-0/+4
2007-08-22Various valgrind mem leak fixesDan McGee1-2/+5
2007-08-22Add a default cachedir if one wasn't specifiedDan McGee1-0/+5
2007-08-22Post trial install changes, round oneDan McGee1-53/+46
2007-08-16Fix some errors spit out by -WextraDan McGee1-6/+5
2007-08-16pacman.c: Alphabetize listing of query optionsDan McGee1-3/+3
2007-08-16new query options : explicit (-Qe) and deps (-Qd).Chantry Xavier1-8/+17
2007-07-23Cleanup of pacman.c and addition of default paths to frontendDan McGee1-40/+51