summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
AgeCommit message (Expand)Author
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
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee
2007-04-26More pacman side cleanupDan McGee
2007-04-26Allow sync search to work without argumentsDan McGee
2007-04-25Remove more unnecessary stuffDan McGee
2007-04-25Remove unnecessary includes of downloadprog.hDan McGee
2007-04-25Merge single-function header files on pacman sideDan McGee
2007-03-26* Fix NEWS typo. Oops.Dan McGee
2007-03-19James Rosten <seinfeld90@gmail.com>Aaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin
2007-02-23* conflicts are returned with the full path, so prepending root is redundantAaron Griffin
2007-02-21* Slight message change for consistancy- add a ' ' (space char) at theDan McGee
2007-02-16* Bugfix FS#6422 - spacing for warning output. Due to the fact that we fixedAaron Griffin
2007-02-16* Bugfix for FS#6427: Allow -Si to use "repository/package" syntaxAaron Griffin
2007-02-14* Updated Italian translationDan McGee
2007-02-12* Updated the README fileAaron Griffin