xbps/bin/xbps-repo
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
..
defs.h Make xbps_fetch_file accept a callback to update its progress. 2011-01-22 12:40:19 +01:00
find-files.c Use xbps_{error,warn}_printf() everywhere. 2011-01-30 18:23:33 +01:00
index.c Use xbps_{error,warn}_printf() everywhere. 2011-01-30 18:23:33 +01:00
main.c 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
repository.c Introduce struct xbps_handle and use it for xbps_init(). 2011-02-21 13:38:44 +01:00
xbps-repo.8 Minor nits to the xbps-{bin,repo}.8 manpages. 2011-02-05 17:32:14 +01:00