| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* Lots of code cleanup, and type fixes
* Make 'makeworld' a bit more in-line with the other stuff
* Make -Si and -Qi operations appear the same
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
* remove getcols call in main()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Removed some unnecessary headers and library links
* Made things static if possible
* Cleaned up makefiles a bit
* Fixed some old comments in the code
* Fixed some errors the static code checker splint pointed out
* Backwards arguments in a memset call in _alpm_db_read (could have been worse)
* Other various small fixes
Other:
* Default to 80 columns when getcols cannot determine display width
* Removal of ._install as a valid install file in packages
|
|
|
|
|
|
|
|
| |
* fix for -Qii regression
* package.c cleanup
* some refactoring changes
Moved split_pkgname as per Dan's suggestion
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* IgnorePkg and --ignore work again
* Partial changes to support removal of conflicts for -U and -A (INCOMPLETE)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
| |
|
| |
|
|
|
|
| |
mtrace() - if anything valgrind is superior to mcheck anyway
|
|
|
|
|
| |
* Added minor libalpm const correctness
* Mini-memory fixes
|
| |
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
| |
but were used in error)
* Cleaned up some output newlines
* Added "local database is up to date" when no packages are upgraded
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
pacman.c : Removed link to frugalware wiki
sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
|
|
|
|
| |
to list. The diff should show you 8)
|
|
|
|
| |
DB in an inconsistent state
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- removed unuseful extern declarations
- set pacman.c internal functions as static
|
|
|
|
| |
<vmiklos@frugalware.org>)
|
|
|
|
| |
- downloadonly implies FLAG_NOCONFLICTS
|
|
|
|
| |
<vmiklos@frugalware.org>)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(for tests purpose)
|
|
|
|
| |
if mtimes are ok)
|
| |
|
| |
|
|
|
|
| |
structure (patch from VMiklos <vmiklos@frugalware.org>)
|
|
|
|
| |
- fixed indentation in parseargs
|
|
|
|
| |
tabulations)
|
| |
|
| |
|
|
|
|
| |
- fixed the handling of command line errors when no operation is specified
|