summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-15fixed a typoAurelien Foret1-1/+1
2006-02-14- added a WARN macro to display warningsAurelien Foret1-2/+2
2006-02-14added the possibility to force synctree update by using -SyyAurelien Foret1-5/+7
2006-02-05added support for alpm_pkg_checkmd5sum()Aurelien Foret1-22/+7
2006-02-05added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret1-1/+14
2006-01-27added missing retval values in trans_release error casesAurelien Foret1-0/+1
2006-01-26- fixed a compilation warningAurelien Foret1-6/+17
2006-01-21fixed a typoAurelien Foret1-4/+0
2006-01-17added the possibility to "-Syy" (can be used to force synctrees update, even ...Aurelien Foret1-2/+2
2006-01-17code cleanupAurelien Foret1-3/+3