.. |
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
|
xbps_fetch_file: memset the stat(2) struct before using it.
|
2011-01-25 17:49:24 +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
|
Sprinkle a couple of assert(3)ions.
|
2011-01-25 04:14:33 +01:00 |
initend.c
|
xbps_warn_printf: fix previous and remove unused var.
|
2011-01-30 18:32:15 +01:00 |
Makefile
|
Move plist find/remove functions into its own files.
|
2011-02-05 12:06:03 +01:00 |
mkpath.c
|
lib/mkpath.c: don't document this file, it's included in the util group.
|
2011-01-22 16:38:52 +01:00 |
package_config_files.c
|
Sprinkle a couple of assert(3)ions.
|
2011-01-25 04:14:33 +01:00 |
package_configure.c
|
Make xbps_fetch_file accept a callback to update its progress.
|
2011-01-22 12:40:19 +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
|
Added the concept of package properties in the API.
|
2011-02-05 11:25:04 +01:00 |
package_purge.c
|
xbps_purge_pkg: chdir to rootdir, check that REMOVE file exists and is executable.
|
2011-01-30 12:49:55 +01:00 |
package_register.c
|
Make xbps_remove_pkg_from_* use shared code, and add another variant.
|
2011-01-27 18:22:57 +01:00 |
package_remove_obsoletes.c
|
xbps_remove_obsoletes: make xbps_printf conditionalized with XBPS_FLAG_VERBOSE.
|
2011-01-29 16:26:17 +01:00 |
package_remove.c
|
Make some xbps_warn_printf dependent of XBPS_FLAG_VERBOSE.
|
2011-01-30 18:38:16 +01:00 |
package_replaces.c
|
Added xbps_repository_pkg_replaces() to handle pkg "replaces" in the transaction.
|
2011-02-01 01:21:54 +01:00 |
package_requiredby.c
|
xbps_requiredby_pkg_{add,remove}: simplify and make them aware of virtual pkgs.
|
2011-01-29 12:29:30 +01:00 |
package_state.c
|
Added the concept of package properties in the API.
|
2011-02-05 11:25:04 +01:00 |
package_unpack.c
|
Fix all warnings found by clang analyzer as reported by ojab in issue 3.
|
2011-02-03 17:49:43 +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
|
Move xbps_read_dict_from_archive_entry() and friends into its own file.
|
2011-02-05 11:57:13 +01:00 |
plist_find.c
|
Move plist find/remove functions into its own files.
|
2011-02-05 12:06:03 +01:00 |
plist_remove.c
|
Move plist find/remove functions into its own files.
|
2011-02-05 12:06:03 +01:00 |
plist.c
|
Move plist find/remove functions into its own files.
|
2011-02-05 12:06:03 +01:00 |
regpkgdb_dictionary.c
|
regpkgdb_dictionary.c: bump copyright year for previous changes.
|
2011-01-18 20:21:35 +01:00 |
repository_finddeps.c
|
Fix all warnings found by clang analyzer as reported by ojab in issue 3.
|
2011-02-03 17:49:43 +01:00 |
repository_findpkg.c
|
Fix all warnings found by clang analyzer as reported by ojab in issue 3.
|
2011-02-03 17:49:43 +01:00 |
repository_plist.c
|
Rename some symbols in repository_plist.c.
|
2011-01-27 13:53:33 +01:00 |
repository_pool.c
|
Added the concept of package properties in the API.
|
2011-02-05 11:25:04 +01:00 |
repository_register.c
|
repository_register.c: fix doxygen @file mark.
|
2011-01-27 12:44:32 +01:00 |
repository_sync_index.c
|
Sprinkle a couple of assert(3)ions.
|
2011-01-25 04:14:33 +01:00 |
transaction_dictionary.c
|
Start moving code from repository_find* to transaction_*.
|
2011-01-24 16:55:58 +01:00 |
transaction_sortdeps.c
|
xbps_sort_pkg_deps: change an assertion into a real check.
|
2011-02-04 16:17:47 +01:00 |
util.c
|
Fix two asserts.
|
2011-01-27 20:47:34 +01:00 |