summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-16* makepkg.conf.in variable changes (missed the checkin)Aaron Griffin1-2/+2
2006-11-14* has_archname additionsAaron Griffin1-1/+1
2006-11-14* Numerous mini valgrind fixes.Aaron Griffin1-11/+13
2006-11-03* Modified some error output and loggingAaron Griffin1-1/+3
2006-11-02* Fixed some alpm_get_option calls (long params were used for C99 compliance,Aaron Griffin1-2/+8
2006-10-31Numerous changes:Aaron Griffin1-7/+12
2006-10-19From VMiklos <vmiklos@frugalware.org>Aaron Griffin1-1/+1
2006-10-15Added alpm function docs alongAaron Griffin1-2/+4
2006-10-15Corrected documentation compilation - succeeds nowAaron Griffin1-4/+5
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin1-190/+105
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-63/+64
2006-03-13- removed pacman.hAurelien Foret1-4/+0
2006-02-15moved the .lastupdate support from libalpm to pacmanAurelien Foret1-9/+5