summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-153/+133
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-0/+6
2007-01-17Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-0/+45
2007-01-03* cosmetic: newline after "local database is up to date"Aaron Griffin1-1/+1
2007-01-03* bug fix FS#6100 - fix --print-uris outputAaron Griffin1-36/+36
2006-12-29* Removed latest fix from TODO.autoconfAaron Griffin1-23/+23
2006-12-05Changed upgrade message to use the term "installation" to make the meaning moreAaron Griffin1-1/+2
2006-12-05Changed "Total Uncompressed Size" to "Total Installed Size"Aaron Griffin1-1/+1
2006-12-01* Cosmetic changes and typo fixesAaron Griffin1-4/+4
2006-11-27* cosmetic: double space in "full system upgrade"Aaron Griffin1-1/+1
2006-11-23* Move sync *after* transaction init (lock file). We don't want to stomp on theAaron Griffin1-10/+11
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin1-21/+21
2006-11-22* Fixed a double free which happened in 2 cases in --syncAaron Griffin1-2/+0
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-62/+60