summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee1-18/+11
2007-05-31Set an error exit status on -Qi or -Si failureDan McGee1-1/+4
2007-05-14Display size for packagesNathan Jones1-2/+13
2007-04-27Remove output.c and output.hDan McGee1-1/+0
2007-04-26Remove ERR calls from the codeDan McGee1-21/+28
2007-04-26Remove MSG output macro (#define and in code)Dan McGee1-77/+76
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee1-1/+1
2007-04-26Pacman side code consolidation- unify callback functions to one fileDan McGee1-1/+1
2007-04-26More pacman side cleanupDan McGee1-6/+0
2007-04-26Allow sync search to work without argumentsDan McGee1-26/+30
2007-04-25Remove more unnecessary stuffDan McGee1-1/+0
2007-04-25Remove unnecessary includes of downloadprog.hDan McGee1-1/+0
2007-04-25Merge single-function header files on pacman sideDan McGee1-1/+1
2007-03-27* Fix NEWS typo. Oops.Dan McGee1-1/+1
2007-03-19James Rosten <seinfeld90@gmail.com>Aaron Griffin1-4/+2
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-6/+6
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin1-6/+6
2007-02-23* conflicts are returned with the full path, so prepending root is redundantAaron Griffin1-5/+3
2007-02-21* Slight message change for consistancy- add a ' ' (space char) at theDan McGee1-1/+3
2007-02-16* Bugfix FS#6422 - spacing for warning output. Due to the fact that we fixedAaron Griffin1-3/+3
2007-02-16* Bugfix for FS#6427: Allow -Si to use "repository/package" syntaxAaron Griffin1-12/+54
2007-02-14* Updated Italian translationDan McGee1-1/+1
2007-02-12* Updated the README fileAaron Griffin1-5/+1
2007-02-04* unified the progress bars (fill_progress function)Aaron Griffin1-53/+1
2007-02-03Add newlines to error messagesDan McGee1-2/+2
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee1-9/+5
2007-01-31Removed the extra newline based on general opinionAaron Griffin1-1/+1
2007-01-31Debug logging changes:Aaron Griffin1-2/+2
2007-01-30Fixing line spacings of download/install size messages.Dan McGee1-1/+1
2007-01-30Well that silly memory clobber was plain old "uninitialized data" - fixedAaron Griffin1-1/+1
2007-01-30* Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee1-1/+0
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee1-2/+2
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin1-6/+5
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-5/+14
2007-01-23Removed some debugging cruft left in in the last commitAaron Griffin1-2/+0
2007-01-23* Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin1-7/+16