Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * 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 | ||
* | * Initial changes to gensync - makepkg changes were not checked in from another | Aaron Griffin | 2006-11-15 |
| | | | | | | machine - still pending * Addition of _alpm_pkg_makefilename to simplify the with/without -ARCH prefix scheme we're going with for the interim | ||
* | * has_archname additions | Aaron Griffin | 2006-11-14 |
| | | | | * additional newline for search output, as suggested on the forums | ||
* | * Fixed some alpm_get_option calls (long params were used for C99 compliance, | Aaron Griffin | 2006-11-02 |
| | | | | | | but were used in error) * Cleaned up some output newlines * Added "local database is up to date" when no packages are upgraded | ||
* | Numerous changes: | Aaron Griffin | 2006-10-31 |
| | | | | | | | * Added 'ILoveCandy' support to all progress bars * Changed download callback with regards to libfetch libalpm changes * libfetch error output on failed sync * Misc others I may have forgot to name (check the diff, heh) | ||
* | 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 |
| | |||
* | patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION | Judd Vinet | 2006-01-02 |
| | |||
* | Fixed an text formatting issue | Aurelien Foret | 2005-10-08 |
| | |||
* | changed license package field to a list | Aurelien Foret | 2005-08-20 |
| | |||
* | fixed some small memory leaks | Aurelien Foret | 2005-05-04 |
| | |||
* | slighlty improved efficiency for dump_pkg_full() | Aurelien Foret | 2005-04-24 |
| | |||
* | outputs cleanup | Aurelien Foret | 2005-04-24 |
| | |||
* | added display of backup info in dump_pkg_full() | Aurelien Foret | 2005-03-20 |
| | |||
* | Avoided extern references to pmo_root. | Aurelien Foret | 2005-03-18 |
| | | | | Better use PM_OPT_ROOT to know the root. | ||
* | - added PM_EXT_PKG and PM_EXT_DB defines to alpm.h (taken from pacman 2.9.3) | Aurelien Foret | 2005-03-16 |
| | | | | - renamed ALPM_VERSION to PM_VERSION | ||
* | Initial revision | Judd Vinet | 2005-03-15 |