summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
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-03Clarify the "failed to add target" errors.Chantry Xavier1-1/+1
2008-01-27Clarify the "cancel current operation" message.Chantry Xavier1-6/+3
2008-01-10Move the fallback on providers from backend to frontend.Chantry Xavier1-3/+31
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones1-1/+1
2007-12-18Only query pacman upgrade when performing actual upgradeAllan McRae1-36/+38
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-09src/pacman/: use the FREELIST macro when possible.Chantry Xavier1-2/+1
2007-12-06pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier1-10/+14
2007-12-04pacman/sync.c: mark sync_trans as staticDan McGee1-1/+1
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor1-3/+0
2007-11-25Add -q/--quiet option for controlling output.Artyom1-9/+19
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier1-1/+2
2007-11-18Add the pmconflict_t type.Nagy Gabor1-3/+2
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-9/+9
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-17pacman/sync.c : remove duplicated fallback on providers.Chantry Xavier1-20/+3
2007-11-17Two memleak fixes in pacman.Nagy Gabor1-0/+1
2007-11-11Typo fix (sepArately)Aaron Griffin1-1/+1
2007-11-11Missing quote in outputAaron Griffin1-1/+1
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier1-2/+2
2007-11-04Clean up usage of extern variablesDan McGee1-1/+0
2007-10-25Add alpm_dep_get_string methodNagy Gabor1-15/+3
2007-10-23Fix broken or missing includesDan McGee1-0/+1
2007-10-20Add download size to target list.Nathan Jones1-1/+1
2007-10-05Fix -Sy and -Sp operations.Chantry Xavier1-1/+2
2007-10-04needs_transaction adjustmentsChantry Xavier1-50/+65
2007-09-28Allow --refresh specified for most -S optionsAaron Griffin1-24/+27
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee1-2/+3
2007-09-28Reimplement pacman cache cleaning the right wayDan McGee1-5/+54
2007-09-28Remove package name dependency from libalpmDan McGee1-114/+6
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-10/+10
2007-08-26pacman/sync.c : kill extra newline with groups on -Ss operation.Chantry Xavier1-1/+1
2007-08-14Code cleanupDan McGee1-1/+0
2007-08-13pacman/sync.c : return 0 on succesful search, 1 otherwise.Chantry Xavier1-1/+4
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier1-8/+9
2007-07-15Add --asdeps option to pacmanDan McGee1-8/+3
2007-07-09Remove gettext from any alpm_logaction callsDan McGee1-2/+2
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee1-10/+38
2007-06-13Remove some more diskspace checking holdover stuffDan McGee1-10/+3
2007-06-11Ensure correct and consistent usage of depmissChantry Xavier1-2/+2
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee1-1/+3
2007-06-05Const correctness!Dan McGee1-1/+2
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-1/+1
2007-06-04Remove hardcoded defines from libalpmDan McGee1-1/+1
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier1-14/+13
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones1-9/+6