xbps/lib
Juan RP 0a6299318e Revert revision 581: "Inline some very common functions in the API."
Some compilers yet don't support fully the inline C99 keyword and
there's little benefit anyway.
2011-02-24 15:48:50 +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 Don't build code with _GNU_SOURCE, use _XOPEN_SOURCE=500 instead. 2011-01-25 13:00:23 +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 xbps-bin(8): added -R option to recursively remove pkgs that were instaled automatically. 2011-01-30 08:08:34 +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 xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
package_remove_obsoletes.c xbps_init() now sets rootdir, cachedir and flags. 2011-02-21 17:42:47 +01:00
package_remove.c xbps_set_pkg_state_installed: added two new optional arguments: version and pkgver. 2011-02-22 11:09:39 +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