xbps/bin/xbps-install
Juan RP 63c1883201 Major API/ABI cleanup bringing performance improvements and fixes.
These are the core interfaces in the new API:

rpool - Interface to interact with the repository pool.
rindex - Interface to interact with repository indexes.
pkgdb - Interface to interact with local packages.
transaction - Interface to interact with a transaction.

This also brings new repository index format, making the index file
per architecture and being incompatible with previous versions.

The transaction frequency flush option has been removed, and due to
the nature of package states it was causing more harm than good.

More changes coming soon, but the API shall remain stable from now on.
2012-11-30 07:11:51 +01:00
..
defs.h Major API/ABI cleanup bringing performance improvements and fixes. 2012-11-30 07:11:51 +01:00
fetch_cb.c Major API/ABI cleanup bringing performance improvements and fixes. 2012-11-30 07:11:51 +01:00
main.c xbps-install: remove -p --print-format arg for now (unimplemented). 2012-11-21 05:57:53 +01:00
Makefile xbps-install: added a manual page. 2012-11-06 10:23:07 +01:00
question.c New utilities: xbps-{install,pkgdb,query,reconfigure,rindex} (WIP). 2012-11-02 15:04:25 +01:00
state_cb.c Major API/ABI cleanup bringing performance improvements and fixes. 2012-11-30 07:11:51 +01:00
transaction.c New pkg metadata structure for 0.18. See the NEWS file for info. 2012-11-16 16:55:35 +01:00
unpack_cb.c Major API/ABI cleanup bringing performance improvements and fixes. 2012-11-30 07:11:51 +01:00
util.c New utilities: xbps-{install,pkgdb,query,reconfigure,rindex} (WIP). 2012-11-02 15:04:25 +01:00
xbps-install.8 xbps-{install,remove}.8: remove unimplemented option. 2012-11-21 06:57:13 +01:00