| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
| |
* Attempted fix for FS#6100 - "-Spd foo" failure
* Beginning of refactoring from Dan McGee <dpmcgee@gmail.com>
|
|
|
|
| |
clear
|
| |
|
|
|
|
|
| |
* IgnorePkg and --ignore work again
* Partial changes to support removal of conflicts for -U and -A (INCOMPLETE)
|
| |
|
|
|
|
| |
databases while another instance of pacman /could/ be reading them.
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
| |
* Better error reporting when unpacking an archive fails
* Fixed -Sc and -Scc cache dir opening/reading
|
|
|
|
| |
* additional newline for search output, as suggested on the forums
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
* 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 :)
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
- removed unuseful extern declarations
- set pacman.c internal functions as static
|
| |
|
| |
|
|
|
|
| |
- used ERR macro for error messages
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
if mtimes are ok)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
structure (patch from VMiklos <vmiklos@frugalware.org>)
|
| |
|
|
|
|
| |
<vmiklos@frugalware.org>)
|
|
|
|
|
|
|
|
| |
<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
|
| |
|
| |
|
| |
|
|
|
|
| |
known limitation: do not work when connected to some web servers (lighttpd)
|
| |
|