summaryrefslogtreecommitdiff
path: root/src/pacman/sync.c
Commit message (Collapse)AuthorAge
...
* fixed a typoAurelien Foret2006-02-15
|
* - added a WARN macro to display warningsAurelien Foret2006-02-14
| | | | - used ERR macro for error messages
* added the possibility to force synctree update by using -SyyAurelien Foret2006-02-14
|
* added support for alpm_pkg_checkmd5sum()Aurelien Foret2006-02-05
|
* added support for the PM_CONFLICT structure to handle file conflictsAurelien Foret2006-02-05
|
* added missing retval values in trans_release error casesAurelien Foret2006-01-27
|
* - fixed a compilation warningAurelien Foret2006-01-26
| | | | | - added missing alpm_trans_release() calls upon transation completion - put back error messages from pacman 2.x in case of PM_ERR_HANDLE_LOCK error
* fixed a typoAurelien Foret2006-01-21
|
* added the possibility to "-Syy" (can be used to force synctrees update, even ↵Aurelien Foret2006-01-17
| | | | if mtimes are ok)
* code cleanupAurelien Foret2006-01-17
|
* code cleanupAurelien Foret2006-01-17
|
* code cleanupAurelien Foret2006-01-13
|
* maked verbose group listing enabled by -Sgg instead of -SgvAurelien Foret2006-01-13
|
* code cleanupAurelien Foret2006-01-13
|
* sync_commit can now return conflicting files with a trans_prepare like data ↵Aurelien Foret2006-01-07
| | | | structure (patch from VMiklos <vmiklos@frugalware.org>)
* code cleanupAurelien Foret2006-01-07
|
* pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵Aurelien Foret2006-01-06
| | | | <vmiklos@frugalware.org>)
* - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵Aurelien Foret2006-01-06
| | | | | | | | <vmiklos@frugalware.org>): if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request. - removed uneeded sanity checks in alpm interface calls - replaced printf by MSG in pacman
* various code cleanupAurelien Foret2006-01-05
|
* added a missing cachedir registrationAurelien Foret2006-01-05
|
* terminated .lastupdate implementation for HTTP protocolAurelien Foret2006-01-05
|
* added .lastudate support for HTTP protocolAurelien Foret2006-01-04
| | | | known limitation: do not work when connected to some web servers (lighttpd)
* fixed a corrupted argumentAurelien Foret2006-01-02
|
* patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet2006-01-02
|
* - reworked verbose levelsAurelien Foret2006-01-01
| | | | - fixed the handling of command line errors when no operation is specified
* fixed a segfault and added more verbose outputs in group handling (patch ↵Aurelien Foret2005-12-31
| | | | from VMiklos <vmiklos@frugalware.org>)
* don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos ↵Aurelien Foret2005-12-31
| | | | <vmiklos@frugalware.org>)
* do not consider duplicated targets as an error (patch from VMiklos ↵Aurelien Foret2005-12-31
| | | | <vmiklos@frugalware.org>)
* renamed pmconfig_t to config_tAurelien Foret2005-10-29
|
* added pmconfig_t structure to hold all the configurationAurelien Foret2005-10-28
| | | | (patch from VMiklos <vmiklos@frugalware.org>)
* added a missing line feed in a MSG callAurelien Foret2005-10-22
|
* removed debug commentJudd Vinet2005-10-20
|
* remove dupes from group lists in syncJudd Vinet2005-10-20
|
* removed an uneeded variable declarationAurelien Foret2005-10-20
|
* pacman update to cope with the CACHEDIR option from the libraryAurelien Foret2005-10-10
|
* added conversation callback support for transactionsJudd Vinet2005-10-09
|
* correct a trans_commit protocolJudd Vinet2005-10-08
|
* Merging in recent fixes/additions from 2.9.7Judd Vinet2005-10-07
|
* Added a CYGWIN define to include header files required to build in a Cygwin ↵Aurelien Foret2005-10-06
| | | | environment
* - indented properly sync_cleancache()Aurelien Foret2005-05-09
| | | | | - reworked sync_list() - added a log
* get ride of ORE tagsAurelien Foret2005-05-02
|
* removed an uneeded checkAurelien Foret2005-05-01
|
* outputs cleanupAurelien Foret2005-04-24
|
* code cleanupAurelien Foret2005-04-23
|
* display the list of targets to be removed before trans_commit() callAurelien Foret2005-04-20
|
* fixed a segfaultAurelien Foret2005-04-19
|
* cleanup to keep in sync with alpm changesAurelien Foret2005-04-16
|
* added packages integrity checkingAurelien Foret2005-04-13
|
* - updated sync featureAurelien Foret2005-04-13
| | | | - added 2 new transaction events
* - small bugfixesAurelien Foret2005-04-08
| | | | - removed 2 debug messages