summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-04-15Fix gettext on non-Linux platformsDan McGee1-2/+1
2008-04-08Add check for swprintf() and a workaround when it is missingDan McGee1-0/+10
2008-04-08Add *.exe ignores for certain other platformsDan McGee2-0/+4
2008-03-23strsplit(): memleak fixDan McGee1-1/+1
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-03-01testpkg reworkNagy Gabor1-17/+31
2008-02-25Remove done and failed msg when loading targets.Chantry Xavier2-6/+2
2008-02-24Add some NULL checks into recently modified output functionsDan McGee2-9/+16
2008-02-23A few more wide character output fixesDan McGee2-22/+55
2008-02-23Fix wide character output for add/remove/upgrade/conflict progressDan McGee1-16/+33
2008-02-23Fix wide character output for download progressDan McGee1-6/+33
2008-02-20Lock the database on -Sc operation.Chantry Xavier1-1/+12
2008-02-20Add new sync_trans_init and sync_trans_release.Chantry Xavier1-22/+28
2008-02-19When cleaning DBs, only look at directoriesDan McGee1-3/+11
2008-02-18Fix conflict progress bar with UTF-8 charsChantry Xavier1-24/+8
2008-02-17Add gettext call to 2 'failed' messagesDan McGee2-2/+2
2008-02-12setlibpaths(): remove a stray set_option lineDan McGee1-6/+10
2008-02-06Don't follow symlinks with -Qo.Chantry Xavier1-4/+11
2008-02-06pacman/util.c: add mdirname functionDan McGee2-0/+29
2008-02-03Clarify the "failed to add target" errors.Chantry Xavier3-5/+6
2008-01-27Clarify the "cancel current operation" message.Chantry Xavier1-6/+3
2008-01-20two string fixes.Chantry Xavier2-2/+2
2008-01-20Remove frontend translation of "debug:" messageDan McGee1-2/+2
2008-01-15Revert "Fix case where pacman asks for confirmation when it should not"Chantry Xavier1-2/+1
2008-01-14Disallow a NULL section in _parseconfigDan McGee1-2/+2
2008-01-13Notify of package replacements when using noconfirmAllan McRae1-5/+13
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 Xavier3-7/+7
2008-01-10Move the fallback on providers from backend to frontend.Chantry Xavier1-3/+31
2008-01-08Remove upgradedelay and all code associated with itDan McGee1-5/+0
2007-12-29Fix case where pacman asks for confirmation when it should notKarolina Lindqvist1-1/+2
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones1-1/+1
2007-12-21testdb : fix wrong usage of checkdeps.Chantry Xavier1-2/+1
2007-12-18Allow unreadable Include files to be non-fatalAaron Griffin1-6/+3
2007-12-18Only query pacman upgrade when performing actual upgradeAllan McRae1-36/+38
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