Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pacman_sync: handle trans_prepare error cases (patch from VMiklos ↵ | Aurelien Foret | 2006-01-06 |
| | | | | <vmiklos@frugalware.org>) | ||
* | - fixed a regression with pacman 2.x (reworked patch from VMiklos ↵ | Aurelien Foret | 2006-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 cleanup | Aurelien Foret | 2006-01-05 |
| | |||
* | added a missing cachedir registration | Aurelien Foret | 2006-01-05 |
| | |||
* | terminated .lastupdate implementation for HTTP protocol | Aurelien Foret | 2006-01-05 |
| | |||
* | added .lastudate support for HTTP protocol | Aurelien Foret | 2006-01-04 |
| | | | | known limitation: do not work when connected to some web servers (lighttpd) | ||
* | fixed a corrupted argument | Aurelien Foret | 2006-01-02 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | - reworked verbose levels | Aurelien Foret | 2006-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 Foret | 2005-12-31 |
| | | | | from VMiklos <vmiklos@frugalware.org>) | ||
* | don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos ↵ | Aurelien Foret | 2005-12-31 |
| | | | | <vmiklos@frugalware.org>) | ||
* | do not consider duplicated targets as an error (patch from VMiklos ↵ | Aurelien Foret | 2005-12-31 |
| | | | | <vmiklos@frugalware.org>) | ||
* | renamed pmconfig_t to config_t | Aurelien Foret | 2005-10-29 |
| | |||
* | added pmconfig_t structure to hold all the configuration | Aurelien Foret | 2005-10-28 |
| | | | | (patch from VMiklos <vmiklos@frugalware.org>) | ||
* | added a missing line feed in a MSG call | Aurelien Foret | 2005-10-22 |
| | |||
* | removed debug comment | Judd Vinet | 2005-10-20 |
| | |||
* | remove dupes from group lists in sync | Judd Vinet | 2005-10-20 |
| | |||
* | removed an uneeded variable declaration | Aurelien Foret | 2005-10-20 |
| | |||
* | pacman update to cope with the CACHEDIR option from the library | Aurelien Foret | 2005-10-10 |
| | |||
* | added conversation callback support for transactions | Judd Vinet | 2005-10-09 |
| | |||
* | correct a trans_commit protocol | Judd Vinet | 2005-10-08 |
| | |||
* | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 2005-10-07 |
| | |||
* | Added a CYGWIN define to include header files required to build in a Cygwin ↵ | Aurelien Foret | 2005-10-06 |
| | | | | environment | ||
* | - indented properly sync_cleancache() | Aurelien Foret | 2005-05-09 |
| | | | | | - reworked sync_list() - added a log | ||
* | get ride of ORE tags | Aurelien Foret | 2005-05-02 |
| | |||
* | removed an uneeded check | Aurelien Foret | 2005-05-01 |
| | |||
* | outputs cleanup | Aurelien Foret | 2005-04-24 |
| | |||
* | code cleanup | Aurelien Foret | 2005-04-23 |
| | |||
* | display the list of targets to be removed before trans_commit() call | Aurelien Foret | 2005-04-20 |
| | |||
* | fixed a segfault | Aurelien Foret | 2005-04-19 |
| | |||
* | cleanup to keep in sync with alpm changes | Aurelien Foret | 2005-04-16 |
| | |||
* | added packages integrity checking | Aurelien Foret | 2005-04-13 |
| | |||
* | - updated sync feature | Aurelien Foret | 2005-04-13 |
| | | | | - added 2 new transaction events | ||
* | - small bugfixes | Aurelien Foret | 2005-04-08 |
| | | | | - removed 2 debug messages | ||
* | synchronization with libalpm for latest sync feature work | Aurelien Foret | 2005-04-06 |
| | |||
* | fixed a typo | Aurelien Foret | 2005-04-03 |
| | |||
* | more work to backport pacman_sync from pacman 2.9.5 | Aurelien Foret | 2005-04-02 |
| | |||
* | reworked sync_cleanup | Aurelien Foret | 2005-04-02 |
| | |||
* | started the work on "pacman_sync" | Aurelien Foret | 2005-03-30 |
| | |||
* | changed alpm_db_register() prototype | Aurelien Foret | 2005-03-29 |
| | |||
* | turned pmdepmissing_t into an opaque structure | Aurelien Foret | 2005-03-29 |
| | |||
* | Backport from pacman 2.9.5 (code cleanup) | Aurelien Foret | 2005-03-25 |
| | |||
* | replaced hardcoded references to the cache by CACHEDIR | Aurelien Foret | 2005-03-25 |
| | |||
* | uncommented a call to alpm_logaction | Aurelien Foret | 2005-03-23 |
| | |||
* | - added db_setlastupdate to db.c | Aurelien Foret | 2005-03-22 |
| | | | | - moved db_update from db.c to alpm.c | ||
* | Let the C preprocessor concatenates CACHEDIR string | Aurelien Foret | 2005-03-20 |
| | |||
* | Added support for .lastupdate files (from pacman 2.9.1) | Aurelien Foret | 2005-03-20 |
| | |||
* | Relocated log and transaction stuffs from pacman.c to log.c and trans.c | Aurelien Foret | 2005-03-19 |
| | |||
* | Avoided usage of global variables pmo_root and pmo_dbpath. | Aurelien Foret | 2005-03-16 |
| | | | | Better make use of alpm_get_option to ge their values. | ||
* | - reworked sync_synctree() to make use of alpm_db_update() | Aurelien Foret | 2005-03-16 |
| | | | | - dropped unpack() |