summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Expand)AuthorAge
* * 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
* Fixing line spacings of download/install size messages.Dan McGee2007-01-30
* Well that silly memory clobber was plain old "uninitialized data" - fixedAaron Griffin2007-01-30
* * Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee2007-01-30
* Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee2007-01-30
* * Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin2007-01-24
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24
* Removed some debugging cruft left in in the last commitAaron Griffin2007-01-23
* * Added some calloc calls to replace the malloc-then-set-to-zero functionalityAaron Griffin2007-01-23
* Preliminary checkin for alpm_list conversionAaron Griffin2007-01-19
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-18
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-17
* * cosmetic: newline after "local database is up to date"Aaron Griffin2007-01-03
* * bug fix FS#6100 - fix --print-uris outputAaron Griffin2007-01-03
* * Removed latest fix from TODO.autoconfAaron Griffin2006-12-29
* Changed upgrade message to use the term "installation" to make the meaning moreAaron Griffin2006-12-05
* Changed "Total Uncompressed Size" to "Total Installed Size"Aaron Griffin2006-12-05
* * Cosmetic changes and typo fixesAaron Griffin2006-12-01
* * cosmetic: double space in "full system upgrade"Aaron Griffin2006-11-27
* * Move sync *after* transaction init (lock file). We don't want to stomp on theAaron Griffin2006-11-23
* * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin2006-11-22
* * Fixed a double free which happened in 2 cases in --syncAaron Griffin2006-11-22
* * repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin2006-11-20
* * makepkg.conf.in variable changes (missed the checkin)Aaron Griffin2006-11-16
* * has_archname additionsAaron Griffin2006-11-14
* * Numerous mini valgrind fixes.Aaron Griffin2006-11-14
* * Modified some error output and loggingAaron Griffin2006-11-03
* * Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin2006-11-02
* Numerous changes:Aaron Griffin2006-10-31
* From VMiklos <vmiklos@frugalware.org>Aaron Griffin2006-10-19
* Added alpm function docs alongAaron Griffin2006-10-15
* Corrected documentation compilation - succeeds nowAaron Griffin2006-10-15
* Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin2006-10-15
* first stage of i18n stuff from VMiklosJudd Vinet2006-05-15
* - removed pacman.hAurelien Foret2006-03-13
* moved the .lastupdate support from libalpm to pacmanAurelien Foret2006-02-15