xbps/lib
Juan RP 8191a1511c Make it possible to overwrite the "automatic-install" pkg object via xbps_init().
Two new booleans were added to struct xbps_handle: install_reason_{auto,manual}.
The backend is able to force auto or manual installation for a package (and
dependencies that were installed/updated) by setting to true any of those
booleans. Bump XBPS_RELVER.
2011-02-26 11:11:45 +01:00
..
compat Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
fetch fetch/ftp.c: fix a cast that caught clang via -Wcast-qual. 2010-10-27 00:17:08 +02:00
portableproplib Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
cmpver.c Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +01:00
download.c Make the xbps_handle struct const internally. 2011-02-21 14:03:08 +01:00
fexec.c Fix chdir(2) path in previous. 2011-02-25 11:21:12 +01:00
humanize_number.c xbps_humanize_number: increase by one the output digits. 2011-02-24 10:46:10 +01:00
initend.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
Makefile configure: misc compiler flags fixes. 2011-02-24 15:33:53 +01:00
mkpath.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
package_config_files.c Sprinkle a couple of assert(3)ions. 2011-01-25 04:14:33 +01:00
package_configure.c xbps_set_pkg_state_installed: added two new optional arguments: version and pkgver. 2011-02-22 11:09:39 +01:00
package_orphans.c Treat pkgs with NULL or empty requiredby arrays as orphans. 2011-02-26 11:08:58 +01:00
package_properties.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
package_purge.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
package_register.c Make it possible to overwrite the "automatic-install" pkg object via xbps_init(). 2011-02-26 11:11:45 +01:00
package_remove_obsoletes.c Do not printf a warning if remove(3) returns EEXIST/ENOTEMPTY/EBUSY. 2011-02-25 10:51:43 +01:00
package_remove.c Do not printf a warning if remove(3) returns EEXIST/ENOTEMPTY/EBUSY. 2011-02-25 10:51:43 +01:00
package_replaces.c Fixed finally another real case when updating and replacing pkgs. 2011-02-18 16:39:42 +01:00
package_requiredby.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
package_state.c xbps_set_pkg_state_installed: added two new optional arguments: version and pkgver. 2011-02-22 11:09:39 +01:00
package_unpack.c While installing a pkg, remove files with wrong hash before unpacking. 2011-02-24 00:24:11 +01:00
pkgmatch.c xbps_pkgpattern_match: remove a wrong memset(3) call. 2011-01-22 17:25:37 +01:00
plist_archive_entry.c xbps_read_dict_from_archive_entry: handle all erros returned by zlib's inflate(). 2011-02-24 10:00:21 +01:00
plist_find.c Revert revision 581: "Inline some very common functions in the API." 2011-02-24 15:48:50 +01:00
plist_remove.c Revert revision 581: "Inline some very common functions in the API." 2011-02-24 15:48:50 +01:00
plist.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
regpkgdb_dictionary.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
repository_finddeps.c Simplify setting pkg state in transaction's dictionary. 2011-02-23 17:14:33 +01:00
repository_findpkg.c Revert revision 581: "Inline some very common functions in the API." 2011-02-24 15:48:50 +01:00
repository_plist.c Rename some symbols in repository_plist.c. 2011-01-27 13:53:33 +01:00
repository_pool.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
repository_register.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
repository_sync_index.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
transaction_dictionary.c Rename the transaction object key to "transaction" rater than "trans-action". 2011-02-05 12:21:04 +01:00
transaction_sortdeps.c Fixed finally another real case when updating and replacing pkgs. 2011-02-18 16:39:42 +01:00
util.c Added xbps_get_file_hash_from_dict(), returns the sha256 string obj in a dictionary. 2011-02-24 00:21:40 +01:00