summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-17code cleanupAurelien Foret1-4/+9
2006-01-13code cleanupAurelien Foret1-4/+4
2006-01-13maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret1-2/+2
2006-01-13code cleanupAurelien Foret1-13/+10
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret1-1/+12
2006-01-07code cleanupAurelien Foret1-3/+2
2006-01-07pacman_sync: handle trans_prepare error cases (patch from VMiklos <vmiklos@fr...Aurelien Foret1-0/+28
2006-01-06- fixed a regression with pacman 2.x (reworked patch from VMiklos <vmiklos@fr...Aurelien Foret1-10/+24
2006-01-05various code cleanupAurelien Foret1-26/+20
2006-01-05added a missing cachedir registrationAurelien Foret1-0/+4
2006-01-05terminated .lastupdate implementation for HTTP protocolAurelien Foret1-1/+1
2006-01-05added .lastudate support for HTTP protocolAurelien Foret1-2/+4
2006-01-02fixed a corrupted argumentAurelien Foret1-2/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1