summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
AgeCommit message (Expand)Author
2008-01-09Move the fallback on providers from backend to frontend.Chantry Xavier
2007-12-21Check ignored packages in _alpm_sync_addtarget().Nathan Jones
2007-12-17Only query pacman upgrade when performing actual upgradeAllan McRae
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-08src/pacman/: use the FREELIST macro when possible.Chantry Xavier
2007-12-05pacman/sync.c : improve the sync db cleanup feature.Chantry Xavier
2007-12-03pacman/sync.c: mark sync_trans as staticDan McGee
2007-12-01Unify dump_pkg_full in pacman [-Si, -Qip, -Qi and -Qii]Nagy Gabor
2007-11-25Add -q/--quiet option for controlling output.Artyom
2007-11-25Fix several memleaks, mostly related to errors handling.Chantry Xavier
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier
2007-11-18Minor rephrasing of the question asked by -Sc.Chantry Xavier
2007-11-18Extend the -Sc operation to also clean up unused sync databases.Chantry Xavier
2007-11-17pacman/sync.c : remove duplicated fallback on providers.Chantry Xavier
2007-11-17Two memleak fixes in pacman.Nagy Gabor
2007-11-11Typo fix (sepArately)Aaron Griffin
2007-11-11Missing quote in outputAaron Griffin
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04Clean up usage of extern variablesDan McGee
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-10-22Fix broken or missing includesDan McGee
2007-10-19Add download size to target list.Nathan Jones
2007-10-04Fix -Sy and -Sp operations.Chantry Xavier
2007-10-03needs_transaction adjustmentsChantry Xavier
2007-09-28Allow --refresh specified for most -S optionsAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Reimplement pacman cache cleaning the right wayDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-08-26pacman/sync.c : kill extra newline with groups on -Ss operation.Chantry Xavier
2007-08-14Code cleanupDan McGee
2007-08-12pacman/sync.c : return 0 on succesful search, 1 otherwise.Chantry Xavier
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-06-13Clean up pacman/sync.c and organize it a bitDan McGee
2007-06-13Remove some more diskspace checking holdover stuffDan McGee
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-04Rip alpm_parse_config out of libalpmDan McGee
2007-06-04Remove hardcoded defines from libalpmDan McGee
2007-06-02Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier
2007-06-01Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-31Set an error exit status on -Qi or -Si failureDan McGee
2007-05-14Display size for packagesNathan Jones
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Remove ERR calls from the codeDan McGee