summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Expand)AuthorAge
* Fix -Sy and -Sp operations.Chantry Xavier2007-10-04
* needs_transaction adjustmentsChantry Xavier2007-10-03
* Allow --refresh specified for most -S optionsAaron Griffin2007-09-28
* Add 'full' parameter to alpm_pkg_loadDan McGee2007-09-28
* Reimplement pacman cache cleaning the right wayDan McGee2007-09-28
* Remove package name dependency from libalpmDan McGee2007-09-28
* make alpm_strerror binding friendlyStefano Esposito2007-09-11
* pacman/sync.c : kill extra newline with groups on -Ss operation.Chantry Xavier2007-08-26
* Code cleanupDan McGee2007-08-14
* pacman/sync.c : return 0 on succesful search, 1 otherwise.Chantry Xavier2007-08-12
* new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier2007-07-16
* Add --asdeps option to pacmanDan McGee2007-07-15
* Remove gettext from any alpm_logaction callsDan McGee2007-07-09
* Clean up pacman/sync.c and organize it a bitDan McGee2007-06-13
* Remove some more diskspace checking holdover stuffDan McGee2007-06-13
* Ensure correct and consistent usage of depmissChantry Xavier2007-06-10
* Allow multiple CacheDirs to be specifiedDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Rip alpm_parse_config out of libalpmDan McGee2007-06-04
* Remove hardcoded defines from libalpmDan McGee2007-06-04
* Move parts of pacman_query into subfunctions (query_search, query_group, quer...Chantry Xavier2007-06-02
* Change -z|--showsize flag to ShowSize pacman.conf optionNathan Jones2007-06-01
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Set an error exit status on -Qi or -Si failureDan McGee2007-05-31
* Display size for packagesNathan Jones2007-05-14
* Remove output.c and output.hDan McGee2007-04-26
* Remove ERR calls from the codeDan McGee2007-04-26
* Remove MSG output macro (#define and in code)Dan McGee2007-04-26
* Move log.c/h -> output.c/h to properly reflect what is containedDan McGee2007-04-26
* Pacman side code consolidation- unify callback functions to one fileDan McGee2007-04-26
* More pacman side cleanupDan McGee2007-04-26
* Allow sync search to work without argumentsDan McGee2007-04-26
* Remove more unnecessary stuffDan McGee2007-04-25
* Remove unnecessary includes of downloadprog.hDan McGee2007-04-25
* Merge single-function header files on pacman sideDan McGee2007-04-25
* * Fix NEWS typo. Oops.Dan McGee2007-03-26
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-03-19
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin2007-02-26
* * conflicts are returned with the full path, so prepending root is redundantAaron Griffin2007-02-23
* * Slight message change for consistancy- add a ' ' (space char) at theDan McGee2007-02-21
* * Bugfix FS#6422 - spacing for warning output. Due to the fact that we fixedAaron Griffin2007-02-16
* * Bugfix for FS#6427: Allow -Si to use "repository/package" syntaxAaron Griffin2007-02-16
* * Updated Italian translationDan McGee2007-02-14
* * Updated the README fileAaron Griffin2007-02-12
* * unified the progress bars (fill_progress function)Aaron Griffin2007-02-04
* Add newlines to error messagesDan McGee2007-02-03
* * Tried to clean up newline display a bit in the frontend.Dan McGee2007-02-01
* Removed the extra newline based on general opinionAaron Griffin2007-01-31
* Debug logging changes:Aaron Griffin2007-01-31