Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * Shuffled some of the alpm_list free funtions - still not perfect, but better | Aaron Griffin | 2007-01-24 |
| | | | | | | | | | | * Added alpm_list_remove_node for single list node removal * Proper error checking/output for failed db_read/db_write (missing files) * Invalid packages (missing files) are now removed from the package cache * -Qs and -Ss output now look the same * config.rpath causes errors on one machine I had, so I added it to CVS * Fixed a "clobbered memory" issue when installing groups - only the outer list should be free'd, not the contained data | ||
* | Preliminary checkin for alpm_list conversion | Aaron Griffin | 2007-01-19 |
| | | | | | | | | | * renamed pmlist_t -> alpm_list_t * made alpm_list_t a public type (alpm_list.h header) * removed additional storage for registered DBs in pacman source * some code cleanup * removed duplicate (pm)list_display functions from pacman source * misc code cleanup | ||
* | * Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgB | Aaron Griffin | 2006-12-01 |
| | |||
* | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | 2006-11-22 |
| | | | | | | | | * Modified some dependancy checking * Changed "performing local database upgrade" message to be more clear * Change 'usize' to 'isize' in database files * Scriptlet output is now sent to pacman's log file * Limited some debugging output to be more clear | ||
* | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 2006-11-20 |
| | | | | | | | | | | (no PKGBUILD) * libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a typesafe _get_what_we_want(p) scheme [not 100% complete yet] * some const correctness changes * removal of PM_* types in alpm.h in favor of the pm*_t types used throughout libalpm | ||
* | Merged frugalware changes. Added a few other minor things too, but there's alot | Aaron Griffin | 2006-10-15 |
| | | | | to list. The diff should show you 8) | ||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | fixed HoldPkg implementation | Aurelien Foret | 2006-03-02 |
| | |||
* | added missing retval values in trans_release error cases | Aurelien Foret | 2006-01-27 |
| | |||
* | - fixed a compilation warning | Aurelien Foret | 2006-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 | ||
* | code cleanup | Aurelien Foret | 2006-01-17 |
| | |||
* | fixed a possible memory corruption | Aurelien Foret | 2006-01-13 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-10 |
| | |||
* | sync_commit can now return conflicting files with a trans_prepare like data ↵ | Aurelien Foret | 2006-01-07 |
| | | | | structure (patch from VMiklos <vmiklos@frugalware.org>) | ||
* | various code cleanup | Aurelien Foret | 2006-01-05 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | fixed some compilation warnings | Aurelien Foret | 2005-10-29 |
| | |||
* | 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 conversation callback support for transactions | Judd Vinet | 2005-10-09 |
| | |||
* | fixed targets display for cascade or recurse commands | Aurelien Foret | 2005-05-02 |
| | |||
* | added a new ORE tag | Aurelien Foret | 2005-04-24 |
| | |||
* | turned pmdepmissing_t into an opaque structure | Aurelien Foret | 2005-03-29 |
| | |||
* | Relocated log and transaction stuffs from pacman.c to log.c and trans.c | Aurelien Foret | 2005-03-19 |
| | |||
* | Initial revision | Judd Vinet | 2005-03-15 |