summaryrefslogtreecommitdiffstats
path: root/src/pacman/sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-01- reworked verbose levelsAurelien Foret1-1/+1
2005-12-31fixed a segfault and added more verbose outputs in group handling (patch from...Aurelien Foret1-2/+4
2005-12-31don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos <vmiklos@frug...Aurelien Foret1-2/+6
2005-12-31do not consider duplicated targets as an error (patch from VMiklos <vmiklos@f...Aurelien Foret1-0/+4
2005-10-29renamed pmconfig_t to config_tAurelien Foret1-1/+1
2005-10-28added pmconfig_t structure to hold all the configurationAurelien Foret1-30/+20
2005-10-22added a missing line feed in a MSG callAurelien Foret1-1/+1
2005-10-20removed debug commentJudd Vinet1-1/+0
2005-10-20remove dupes from group lists in syncJudd Vinet1-7/+13
2005-10-20removed an uneeded variable declarationAurelien Foret1-3/+1
2005-10-10pacman update to cope with the CACHEDIR option from the libraryAurelien Foret1-13/+12
2005-10-09added conversation callback support for transactionsJudd Vinet1-1/+1
2005-10-09correct a trans_commit protocolJudd Vinet1-2/+2
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet1-4/+2
2005-10-06Added a CYGWIN define to include header files required to build in a Cygwin e...Aurelien Foret1-0/+3
2005-05-09- indented properly sync_cleancache()Aurelien Foret1-86/+93
2005-05-02get ride of ORE tagsAurelien Foret1-3/+1
2005-05-01removed an uneeded checkAurelien Foret1-3/+0
2005-04-24outputs cleanupAurelien Foret1-2/+0
2005-04-23code cleanupAurelien Foret1-1/+4
2005-04-20display the list of targets to be removed before trans_commit() callAurelien Foret1-15/+15
2005-04-19fixed a segfaultAurelien Foret1-1/+1
2005-04-17cleanup to keep in sync with alpm changesAurelien Foret1-50/+21
2005-04-13added packages integrity checkingAurelien Foret1-30/+25
2005-04-13- updated sync featureAurelien Foret1-101/+75
2005-04-08- small bugfixesAurelien Foret1-6/+1