summaryrefslogtreecommitdiff
path: root/system-helper
Commit message (Collapse)AuthorAgeFilesLines
* Fix distcheck: clean up some more generated filesAlexander Larsson2016-05-181-1/+1
|
* Merge pull request #161 from smcv/spellingAlexander Larsson2016-05-171-2/+2
|\ | | | | Fix various spelling mistakes
| * Fix various spelling mistakesSimon McVittie2016-05-171-2/+2
| | | | | | | | | | | | Mostly detected by Debian's Lintian tool. Signed-off-by: Simon McVittie <smcv@debian.org>
* | tests: Add test-run-system.shAlexander Larsson2016-05-171-1/+1
| |
* | system-helper: Support running unprivileged on session busAlexander Larsson2016-05-171-2/+13
| | | | | | | | This is only useful for testing.
* | system-helper: Add --no-idle-exit commandline argumentAlexander Larsson2016-05-171-3/+9
| | | | | | | | | | This is useful for tests and debugging, where we don't want it to accidentally idle.
* | system-helper: Never use a system helper recursivelyAlexander Larsson2016-05-171-4/+11
|/
* system-helper: Support add/modify/delete of remotesAlexander Larsson2016-05-132-1/+115
|
* system-helper: Support uninstallAlexander Larsson2016-05-122-1/+88
|
* system-helper: Exit on idle, name lost or if binary is replacedAlexander Larsson2016-05-121-19/+194
|
* system-helper: Add support for updating appstream branchAlexander Larsson2016-05-112-0/+110
|
* Remove unused variablesAlexander Larsson2016-05-091-2/+0
| | | | This fixes warnings from clang
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-099-42/+42
|
* Rename library to libflatpakAlexander Larsson2016-05-091-1/+1
|
* Rename source files to flatpakAlexander Larsson2016-05-092-5/+5
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-091-21/+21
|
* system-helper: Work around upstream polkit adding autoptr supportAlexander Larsson2016-05-091-10/+14
| | | | | This fixes issues reported in https://bugs.freedesktop.org/show_bug.cgi?id=95065
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-061-12/+14
|
* Fix various distcheck issuesAlexander Larsson2016-05-031-1/+1
|
* common: Write and use the new deploydata fileAlexander Larsson2016-04-271-1/+1
| | | | | | | | | | Instead of separate "origin", "subpaths" and eventually "installed-size" files we store a single (extensible) gvariant with all this info, which means we need to seek less to get it. Also, we move this file into the deploy dir as some of the data differs for each deploy, and that way we can rely on the the active symlink to make the update atomic.
* system-helper: Use g_strcmp0 to simplify some codeAlexander Larsson2016-04-261-1/+1
| | | | Pointed out by cosimo
* system-helper: Actually return on unsupported flagsAlexander Larsson2016-04-261-0/+1
| | | | | Otherwise we continue even though there was an error. Pointed out by cosimo
* system-helper: Minor cleanupAlexander Larsson2016-04-261-2/+1
|
* We don't actually need the introspection data in the resourceAlexander Larsson2016-04-263-29/+0
| | | | All the required stuff are in the generated code anyway.
* system-helper: Add PolicyKit authentication for system helperAlexander Larsson2016-04-254-8/+234
|
* update/install: Handle deploy using the system serviceAlexander Larsson2016-04-252-5/+107
|
* Initial (empty) version of system helperAlexander Larsson2016-04-256-0/+187