summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-03-06New alpm_version functionNagy Gabor
2008-03-01testpkg reworkNagy Gabor
2008-02-25Remove done and failed msg when loading targets.Chantry Xavier
2008-02-24Add some NULL checks into recently modified output functionsDan McGee
2008-02-22A few more wide character output fixesDan McGee
2008-02-22Fix wide character output for add/remove/upgrade/conflict progressDan McGee
2008-02-22Fix wide character output for download progressDan McGee
2008-02-19Lock the database on -Sc operation.Chantry Xavier
2008-02-19Add new sync_trans_init and sync_trans_release.Chantry Xavier
2008-02-19When cleaning DBs, only look at directoriesDan McGee
2008-02-17Fix conflict progress bar with UTF-8 charsChantry Xavier
2008-02-16Add gettext call to 2 'failed' messagesDan McGee
2008-02-11setlibpaths(): remove a stray set_option lineDan McGee
2008-02-05Don't follow symlinks with -Qo.Chantry Xavier
2008-02-05pacman/util.c: add mdirname functionDan McGee
2008-02-02Clarify the "failed to add target" errors.Chantry Xavier
2008-01-27Clarify the "cancel current operation" message.Chantry Xavier
2008-01-20two string fixes.Chantry Xavier
2008-01-20Remove frontend translation of "debug:" messageDan McGee
2008-01-14Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier
2008-01-13Disallow a NULL section in _parseconfigDan McGee
2008-01-13Notify of package replacements when using noconfirmAllan McRae
2008-01-11Make the user-agent string a bit less verboseDan McGee
2008-01-10Output a single newline on receipt of a SIGINTDan McGee
2008-01-10Rename -t --orphans to -t --unrequired (FS#9144).Chantry Xavier
2008-01-09Move the fallback on providers from backend to frontend.Chantry Xavier
2008-01-08Remove upgradedelay and all code associated with itDan McGee
2007-12-29Fix case where pacman asks for confirmation when it should notKarolina Lindqvist
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones
2007-12-21testdb : fix wrong usage of checkdeps.Chantry Xavier
2007-12-17Allow unreadable Include files to be non-fatalAaron Griffin
2007-12-17Only query pacman upgrade when performing actual upgradeAllan McRae
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-09Improve changelog handling through addition of open/read/close functionsDan McGee
2007-12-08src/pacman/: use the FREELIST macro when possible.Chantry Xavier
2007-12-08testdb.c : add vim modeline according to HACKING, and reindent the file.Chantry Xavier
2007-12-05pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier
2007-12-04Update some errors in messages found during localizationDan McGee
2007-12-03pacman/sync.c: mark sync_trans as staticDan McGee
2007-12-03Oops- forgot to ever set init to 1 in setlibpaths()Dan McGee
2007-12-03Delay output during progress barChantry Xavier
2007-12-02parseconfig: refactor duplicate code out into a functionDan McGee
2007-12-02Remove "done" messages from frontend callback functionDan McGee
2007-12-02Fixes for the ineptitude of libalpm DB registrationDan McGee
2007-12-02Make pacman path handling (hopefully) a bit more intuitiveDan McGee
2007-12-02Add new --needed option for -S.Chantry Xavier
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor
2007-11-29Move requiredby computation before any display startsDan McGee
2007-11-25pacman/query.c : -Qo optimization.Chantry Xavier
2007-11-25Move mbasename from pacman.c to util.cChantry Xavier