xbps/bin
Juan RP 22ae7aa2e8 Introduce struct xbps_handle and use it for xbps_init().
This structure sets up function callbacks for fetching files and
unpacking binary packages, as well as setting the debug boolean.

This way the affected functions (xbps_fetch_file() and
xbps_unpack_binary_pkg()) do not need to accept the fn cb pointers
and data as arguments.

Bump XBPS_RELVER.
2011-02-21 13:38:44 +01:00
..
xbps-bin Introduce struct xbps_handle and use it for xbps_init(). 2011-02-21 13:38:44 +01:00
xbps-dgraph Fix all warnings found by clang analyzer as reported by ojab in issue 3. 2011-02-03 17:49:43 +01:00
xbps-repo Introduce struct xbps_handle and use it for xbps_init(). 2011-02-21 13:38:44 +01:00
xbps-uhelper Introduce struct xbps_handle and use it for xbps_init(). 2011-02-21 13:38:44 +01:00
Makefile Make xbps_fetch_file accept a callback to update its progress. 2011-01-22 12:40:19 +01:00