Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | * Dan McGee's makepkg updates ↵ | Aaron Griffin | 2006-12-14 |
| | | | | | | | | http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html * configure fixes (CFLAGS) * no-strict-aliasing hacks until full C99 compliance * --with-config-file configure option | ||
* | A few minor updates so --root works again. | Aaron Griffin | 2006-12-08 |
| | |||
* | Removed an extra call to alpm_option_set_root() - it is set by alpm_init() | Aaron Griffin | 2006-12-08 |
| | |||
* | Added dbpath validation | 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) | ||
* | libalpm appends the trailing / to the config root, no need to do it here | Aaron Griffin | 2006-11-20 |
| | |||
* | * 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 | ||
* | * 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) | ||
* | Skip root check on -Sp | Aaron Griffin | 2006-11-10 |
| | |||
* | Last mtrace/setenv change, I swear | Aaron Griffin | 2006-11-09 |
| | |||
* | Whoops - I fail at setenv | Aaron Griffin | 2006-11-09 |
| | |||
* | mcheck() seems to cause segfaults. Annoying. Switched back to useing ↵ | Aaron Griffin | 2006-11-09 |
| | | | | mtrace() - if anything valgrind is superior to mcheck anyway | ||
* | * Improved mcheck output | Aaron Griffin | 2006-11-08 |
| | | | | | * Added minor libalpm const correctness * Mini-memory fixes | ||
* | Added mcheck support for memory debugging | Aaron Griffin | 2006-11-07 |
| | |||
* | * 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) | ||
* | A handful of minor changes: | Aaron Griffin | 2006-10-20 |
| | | | | | | | | * 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 | ||
* | 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) | ||
* | 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) | ||
* | Patch from FW: Better control over CTRL-C interruptions -- do not leave the ↵ | Judd Vinet | 2006-07-14 |
| | | | | DB in an inconsistent state | ||
* | i18n stuff | Judd Vinet | 2006-06-28 |
| | |||
* | first stage of i18n stuff from VMiklos | Judd Vinet | 2006-05-15 |
| | |||
* | fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-03-21 |
| | |||
* | - removed pacman.h | Aurelien Foret | 2006-03-13 |
| | | | | | - removed unuseful extern declarations - set pacman.c internal functions as static | ||
* | added a NOSCRIPLET flag to transactions (patch from VMiklos ↵ | Aurelien Foret | 2006-03-07 |
| | | | | <vmiklos@frugalware.org>) | ||
* | - changed flags type from char to int | Aurelien Foret | 2006-03-04 |
| | | | | - downloadonly implies FLAG_NOCONFLICTS | ||
* | disable progress bar if the output is redirected (patch from VMiklos ↵ | Aurelien Foret | 2006-03-01 |
| | | | | <vmiklos@frugalware.org>) | ||
* | the library must provide default values for main options | Aurelien Foret | 2006-02-20 |
| | |||
* | sync with pacman 2.9.8 | Aurelien Foret | 2006-02-16 |
| | |||
* | used MALLOC macro when possible | Aurelien Foret | 2006-02-14 |
| | |||
* | fixed a possible memory leak | Aurelien Foret | 2006-02-04 |
| | |||
* | added line feeds when needed (patch from VMiklos <vmiklos@frugalware.org>) | Aurelien Foret | 2006-02-01 |
| | |||
* | added a --noprogressbar switch for scripts to use | Judd Vinet | 2006-01-28 |
| | |||
* | added a FAKEROOT define allowing to use pacman in a fakeroot enivronment ↵ | Aurelien Foret | 2006-01-21 |
| | | | | (for tests purpose) | ||
* | added the possibility to "-Syy" (can be used to force synctrees update, even ↵ | Aurelien Foret | 2006-01-17 |
| | | | | if mtimes are ok) | ||
* | maked verbose group listing enabled by -Sgg instead of -Sgv | Aurelien Foret | 2006-01-13 |
| | |||
* | made use of the new ALLDEPS transaction flag to handle "makepkg -s" | 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>) | ||
* | - removed uid checks (CYGWIN) | Aurelien Foret | 2006-01-07 |
| | | | | - fixed indentation in parseargs | ||
* | code cleanup (mainly removed line spaces at the beginning of lines by ↵ | Aurelien Foret | 2006-01-07 |
| | | | | tabulations) | ||
* | moved pacman_deptest function in its own file | Aurelien Foret | 2006-01-06 |
| | |||
* | 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 | ||
* | *** empty log message *** | Aurelien Foret | 2006-01-01 |
| | |||
* | added a missing code chunk of the ignore command line option (patch from ↵ | Aurelien Foret | 2005-12-31 |
| | | | | VMiklos <vmiklos@frugalware.org>) | ||
* | used defines from alpm.h instead of local ones (patch from VMiklos ↵ | Aurelien Foret | 2005-12-31 |
| | | | | <vmiklos@frugalware.org>) | ||
* | verbosity fix from VMiklos | Judd Vinet | 2005-12-20 |
| | |||
* | added Frugalware patch: -Q --foreign to display packages not found in sync repos | Judd Vinet | 2005-12-14 |
| | |||
* | added PACCONF, PACDB and PACROOT defines | Aurelien Foret | 2005-10-29 |
| |