summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-04-11Remove pmsyncpkg_tNagy Gabor2-5/+4
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-3/+4
2009-04-06Document --debugNagy Gabor1-0/+1
2009-02-24Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo1-9/+2
2009-02-24Enabled new interactive prompt and updated some testsBryan Ischo1-0/+16
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor5-6/+6
2009-01-13HoldPkg reworkNagy Gabor5-5/+23
2008-12-03Merge branch 'maint'Dan McGee3-13/+37
2008-12-02Add flush after downloading messageSimo Leone1-0/+1
2008-11-30Give an error message on alpm_db_register_sync() errorNagy Gabor1-12/+34
2008-11-18Minor code cleanupsDan McGee1-1/+2
2008-11-01-Qu reworkNagy Gabor2-25/+5
2008-10-29testdb : extend the tool to allow checking sync dbs too.Xavier Chantry1-48/+126
2008-10-13Merge branch 'maint'Dan McGee5-27/+54
2008-10-13Make interrupt handler async-safeDan McGee1-8/+22
2008-10-13Reduce number of calls to getcols()Dan McGee2-8/+9
2008-10-13Ensure we don't have double slashes when creating frontend pathsDan McGee1-2/+4
2008-09-03Remove unnecessary initialization in new functionsDan McGee1-4/+0
2008-09-02Another attempt at fixing totaldownload.Xavier Chantry1-8/+16
2008-08-28Separate targets on -Qi/-Si with a newline.Xavier Chantry1-1/+3
2008-08-27Merge branch 'maint'Dan McGee1-1/+1
2008-08-26Rename alpm_db_get{pkg,grp}cache to alpm_db_get_{pkg,grp}cacheXavier Chantry3-11/+11
2008-08-26Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-2/+3
2008-08-26pacman : smarter optdepends handling.Xavier Chantry3-1/+21
2008-08-26Add missing comma to -S --help messageRoman Kyrylych1-1/+1
2008-08-24Merge branch 'maint'Dan McGee1-2/+2
2008-08-23Fix 'None' text so we don't have to translate it twiceDan McGee1-2/+2
2008-08-23Move -Sp implementation to the front-endNagy Gabor4-20/+28
2008-08-23split yesno() into yesno() and noyes() functions.Xavier Chantry5-25/+47
2008-08-23Cleanup of _alpm_pkg_compare_versions.Xavier Chantry1-1/+1
2008-08-23download : disable progressbar when total is unknown.Xavier Chantry1-1/+4
2008-08-23pacman : clarify help message.Xavier Chantry1-2/+3
2008-08-23pacman: print optdepends on install and upgrade.Xavier Chantry3-0/+12
2008-08-23Add new list_display_linebreak functionNagy Gabor3-23/+38
2008-08-23Move the the description parsing logic to string_display()Nagy Gabor2-19/+30
2008-08-20pacman.c: fix typo s/NoPassiveFTP/NoPassiveFtpXavier Chantry1-1/+1
2008-08-14pacman/callback.c : fix detection of totaldownloadXavier Chantry1-2/+2
2008-07-30Remove UseColor from front-endNagy Gabor2-4/+0
2008-07-25Show number of packages to be installed / removed.Xavier Chantry1-2/+6
2008-07-25src/pacman : rework the display_targets function.Xavier Chantry5-58/+64
2008-07-23-Sqg and -QqgNagy Gabor2-3/+12
2008-07-23Re-enable --debug with -Sw and -SpNagy Gabor1-1/+1
2008-07-16Remove pacman.static build from build filesDan McGee2-9/+0
2008-07-13src/pacman/sync.c : Display only errors with -Sp and -Sw operations.Xavier Chantry1-0/+5
2008-07-13sync_addtarget reworkNagy Gabor1-36/+4
2008-07-13remove_addtarget rework (in front-end)Nagy Gabor1-46/+46
2008-07-08Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor1-2/+2
2008-06-16Use access() instead of stat() when possibleDan McGee3-12/+7
2008-06-08Various updates needed prior to a new releaseDan McGee1-3/+3
2008-06-05Reformat -Sg output to look like -QgDan McGee1-15/+10