Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-22 | * Completed getinfo api changes (pmmissing_t, pmtrans_t, etc) | Aaron Griffin | 1 | -0/+1 | |
* 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 | |||||
2006-11-20 | * repo-add script - to add entries to a db file directly from package data ↵ | Aaron Griffin | 1 | -4/+7 | |
(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 | |||||
2006-10-20 | A handful of minor changes: | Aaron Griffin | 1 | -6/+6 | |
* Removed the PMList typedef, in favor of the same naming scheme other structs use 'pmlist_t' * Added a time stamp on debug output, to make it more informational * Moved alpm_db_register to _alpm_db_register, making the public function not take a callback parameter | |||||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 1 | -1/+3 | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||||
2006-02-17 | prepend library function names with _alpm (helped with the patch from ↵ | Aurelien Foret | 1 | -7/+7 | |
VMiklos <vmiklos@frugalware.org>) added log and event callbacks to sync_commit internal transactions | |||||
2006-01-21 | resolvedeps: return the depmiss info to the frontend in case of failure | Aurelien Foret | 1 | -1/+2 | |
2006-01-18 | more code cleanup yet | Aurelien Foret | 1 | -1/+3 | |
2006-01-17 | fixed detection for duplicate entries in list of deps/conflicts | Aurelien Foret | 1 | -0/+1 | |
2006-01-02 | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 1 | -1/+1 | |
2005-10-09 | added conversation callback support for transactions | Judd Vinet | 1 | -1/+1 | |
2005-03-31 | started the work on "pacman_sync" | Aurelien Foret | 1 | -1/+1 | |
2005-03-29 | Turned pmdepmissing_t into an opaque structure | Aurelien Foret | 1 | -1/+13 | |
2005-03-26 | backport from pacman 2.9.5 (splitdep returns an int) | Aurelien Foret | 1 | -1/+1 | |
2005-03-25 | Backport from pacman 2.9.5 | Aurelien Foret | 1 | -1/+1 | |
- list_remove, list_check and list_reverse - sortbydeps(mode) | |||||
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+35 | |