Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Changed upgrade message to use the term "installation" to make the meaning more | Aaron Griffin | 2006-12-05 |
| | | | | clear | ||
* | Changed "Total Uncompressed Size" to "Total Installed Size" | Aaron Griffin | 2006-12-05 |
| | |||
* | * Cosmetic changes and typo fixes | Aaron Griffin | 2006-12-01 |
| | | | | | * IgnorePkg and --ignore work again * Partial changes to support removal of conflicts for -U and -A (INCOMPLETE) | ||
* | * cosmetic: double space in "full system upgrade" | Aaron Griffin | 2006-11-27 |
| | |||
* | * Move sync *after* transaction init (lock file). We don't want to stomp on the | Aaron Griffin | 2006-11-23 |
| | | | | databases while another instance of pacman /could/ be reading them. | ||
* | * 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 | ||
* | * Fixed a double free which happened in 2 cases in --sync | Aaron Griffin | 2006-11-22 |
| | |||
* | * 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 | ||
* | * makepkg.conf.in variable changes (missed the checkin) | Aaron Griffin | 2006-11-16 |
| | | | | | * Better error reporting when unpacking an archive fails * Fixed -Sc and -Scc cache dir opening/reading | ||
* | * has_archname additions | Aaron Griffin | 2006-11-14 |
| | | | | * additional newline for search output, as suggested on the forums | ||
* | * Numerous mini valgrind fixes. | Aaron Griffin | 2006-11-14 |
| | | | | | | | | | | * Addition of hacky architecture check in the _splitname function * Removal of libfetch from the archlinux proper - it has been renamed to libdownload and can be found at http://phraktured.net/libdownload * Merge of _some_ of the Frugalware makepkg change - this may still be incomplete * Removal of libftp from cvs proper * PKGBUILD manpage now says 'PKGBUILD' instead of FrugalBuild (he he) | ||
* | * Modified some error output and logging | Aaron Griffin | 2006-11-03 |
| | | | | | | * Changed the initial log mask (added PM_LOG_ERROR) * Fixed -Syu so it now works if any databases were downloaded (it was working like a -Su) | ||
* | * 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) | ||
* | From VMiklos <vmiklos@frugalware.org> | Aaron Griffin | 2006-10-19 |
| | | | | | * alpm_db_update() fix up the level parameter till now when it was "1", it meant false, which was not in sync with the C logic :) | ||
* | Added alpm function docs along | Aaron Griffin | 2006-10-15 |
| | | | | | pacman.c : Removed link to frugalware wiki sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE) | ||
* | Corrected documentation compilation - succeeds now | Aaron Griffin | 2006-10-15 |
| | |||
* | 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 |
| | |||
* | - removed pacman.h | Aurelien Foret | 2006-03-13 |
| | | | | | - removed unuseful extern declarations - set pacman.c internal functions as static | ||
* | moved the .lastupdate support from libalpm to pacman | Aurelien Foret | 2006-02-15 |
| | |||
* | fixed a typo | Aurelien Foret | 2006-02-15 |
| | |||
* | - added a WARN macro to display warnings | Aurelien Foret | 2006-02-14 |
| | | | | - used ERR macro for error messages | ||
* | added the possibility to force synctree update by using -Syy | Aurelien Foret | 2006-02-14 |
| | |||
* | added support for alpm_pkg_checkmd5sum() | Aurelien Foret | 2006-02-05 |
| | |||
* | added support for the PM_CONFLICT structure to handle file conflicts | Aurelien Foret | 2006-02-05 |
| | |||
* | 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 | ||
* | fixed a typo | Aurelien Foret | 2006-01-21 |
| | |||
* | added the possibility to "-Syy" (can be used to force synctrees update, even ↵ | Aurelien Foret | 2006-01-17 |
| | | | | if mtimes are ok) | ||
* | code cleanup | Aurelien Foret | 2006-01-17 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-17 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | maked verbose group listing enabled by -Sgg instead of -Sgv | Aurelien Foret | 2006-01-13 |
| | |||
* | code cleanup | Aurelien Foret | 2006-01-13 |
| | |||
* | 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>) | ||
* | code cleanup | Aurelien Foret | 2006-01-07 |
| | |||
* | 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 |
| |