Go to file
Matthias Clasen dac709ef1d Handle exec error correctly
exec(1) states that exec will only return in case of an error,
and the return value is -1. Therefore, if (!execv(...)) doesn't
make sense.
2015-01-14 22:37:54 -05:00
doc Add man pages 2015-01-14 01:38:49 -05:00
.gitignore Initial version 2014-12-17 15:28:07 +01:00
Makefile.am Merge pull request #4 from matthiasclasen/delete-repo 2015-01-14 10:28:59 +01:00
autogen.sh Initial version 2014-12-17 15:28:07 +01:00
configure.ac Add man pages 2015-01-14 01:38:49 -05:00
xdg-app-builtins-add-repo.c Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-builtins-build-init.c Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-builtins-build.c Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-builtins-delete-repo.c Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-builtins-install.c Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-builtins-run.c Handle exec error correctly 2015-01-14 22:37:54 -05:00
xdg-app-builtins-update.c Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-builtins.h Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-dir.c Use new ostree_repo_pull_default_console_progress_changed, 2015-01-12 16:49:06 +01:00
xdg-app-dir.h Explode exports on deploy 2015-01-12 08:50:09 +01:00
xdg-app-helper.c Handle exec error correctly 2015-01-14 22:37:54 -05:00
xdg-app-main.c Avoid many copies of usage_error function 2015-01-14 18:49:34 -05:00
xdg-app-utils.c Use gs_dirfd_iterator for xdg_app_remove_dangling_symlinks 2015-01-12 16:44:47 +01:00
xdg-app-utils.h Add xdg_app_remove_dangling_symlinks helper 2015-01-12 08:50:09 +01:00