summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* lib: Fix compilation warningsBastien Nocera2016-05-181-2/+2
| | | | | | | | | | | lib/flatpak-installation.c: In function ‘flatpak_installation_modify_remote’: lib/flatpak-installation.c:738:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~ lib/flatpak-installation.c: In function ‘flatpak_installation_remove_remote’: lib/flatpak-installation.c:773:12: warning: return makes integer from pointer without a cast [-Wint-conversion] return NULL; ^~~~
* lib: Make flatpak_installation_drop_caches return TRUE on successAlexander Larsson2016-05-171-0/+1
|
* Document new FlatpakInstallation apiMatthias Clasen2016-05-161-0/+23
|
* Document FlatpakBundleRef apisMatthias Clasen2016-05-161-6/+22
|
* Fix a doc comment typoMatthias Clasen2016-05-161-1/+1
| | | | | Tis was causing the docs for flatpak_remote_get_disabled not to be picked up.
* lib: Add API to add/modify/remove remotesAlexander Larsson2016-05-165-19/+389
|
* Actually export flatpak_installation_drop_cachesAlexander Larsson2016-05-162-2/+5
|
* lib: Add flatpak_installation_drop_cachesAlexander Larsson2016-05-131-81/+119
|
* common: Add flags for flatpak_dir_uninstallAlexander Larsson2016-05-121-1/+1
| | | | This is better than a list of booleans.
* Use flatpak_dir_uninstall for app and libAlexander Larsson2016-05-121-66/+2
|
* Use the installed/not-installed errors more consequentlyAlexander Larsson2016-05-121-2/+2
|
* Move flatpack_error quark to common so that the common code can use itAlexander Larsson2016-05-121-1/+1
|
* lib: Don't crash if we get_ref() failsAlexander Larsson2016-05-111-13/+40
|
* lib: Remove deprecated callsAlexander Larsson2016-05-093-122/+14
| | | | Now that we broke ABI anyway
* Remove unused variablesAlexander Larsson2016-05-091-4/+0
| | | | This fixes warnings from clang
* Migrate ~/.local/share/xdg-app to ~/.local/share/flatpakAlexander Larsson2016-05-091-1/+5
|
* Rename everything but the on-disk location to flatpakAlexander Larsson2016-05-099-19/+19
|
* Rename library to libflatpakAlexander Larsson2016-05-091-16/+16
|
* Rename source files to flatpakAlexander Larsson2016-05-0925-100/+100
|
* Rename all non-autogenerated symbols to flatpakAlexander Larsson2016-05-0922-1141/+1141
|
* uncruftify: Initial run, all non-problematic changesAlexander Larsson2016-05-0618-503/+545
|
* Add xdg_app_installed_ref_get_subpathsAlexander Larsson2016-05-022-1/+17
| | | | This was in the header, but not the code
* Add support for disabled remotesAlexander Larsson2016-04-272-0/+17
| | | | | If this is set we don't list them by default, and we don't automatically update apps from them.
* lib: Add xdg_app_get_default_archAlexander Larsson2016-04-272-0/+15
|
* lib: Use deploydata file directlyAlexander Larsson2016-04-273-20/+14
| | | | | This means we seek a lot less. Also, we get the cached installed size rather than recalculating it all the time.
* installation_fetch_remote_size_sync: Always fail with deprecation errorAlexander Larsson2016-04-271-9/+1
| | | | | This is not supported anymore since it was replaced with the summary cache. Remove the code so nothing accidentally uses it.
* Add xdg_app_dir_install/update helpersAlexander Larsson2016-04-261-19/+8
| | | | These don't do much atm, but will let us clean up the child_repo handling
* update/install: Handle deploy using the system serviceAlexander Larsson2016-04-251-1/+1
|
* Fix confusion about GError typesAlexander Larsson2016-04-212-3/+3
| | | | This was pretty mixed up. Also XdgAppError was not exported.
* Add xdg_app_dir_deploy_install helperAlexander Larsson2016-04-211-80/+3
|
* common: Move duplicated code into xdg_app_dir_deploy_updateAlexander Larsson2016-04-211-26/+2
|
* common: Move xdg_app_dir_pull_from_bundle to xdg_app_pull_from_bundleAlexander Larsson2016-04-191-7/+10
| | | | | The only difference is it takes an OstreeRepo, not a XdgAppDir, so we can use it at a lower level too.
* xdg_app_installation_fetch_remote_metadata_sync2: Fix docs cut and paste issueAlexander Larsson2016-04-141-1/+1
|
* lib: Add new cache based getters for metadata and sizeAlexander Larsson2016-04-143-3/+119
|
* Add support for subpath limited installsAlexander Larsson2016-04-074-10/+45
| | | | | | This allows you to install e.g. org.freedesktop.Platform.Locale but only the /sv subdir, and replaces using separate branches for each locale.
* docs: Document XdgProgressCallbackMatthias Clasen2016-03-251-0/+13
|
* doc: Add xdg_app_installation_install_bundleMatthias Clasen2016-03-251-1/+2
|
* docs: Fix a typoMatthias Clasen2016-03-251-1/+1
|
* XdgAppRemote: Add documentationMatthias Clasen2016-03-251-6/+73
|
* XdgAppRemoteRef: Add documentationMatthias Clasen2016-03-251-2/+18
|
* XdgAppInstalledRef: Add documentationMatthias Clasen2016-03-251-10/+71
|
* XdgAppRef: Add documentationMatthias Clasen2016-03-252-14/+82
|
* XdgAppInstallation: Add documentationMatthias Clasen2016-03-251-17/+117
|
* XdgAppError: Add documentationMatthias Clasen2016-03-252-0/+8
|
* version information: Add documentaitonMatthias Clasen2016-03-251-0/+5
|
* XdgAppInstallation: Fix a doc typoMatthias Clasen2016-03-251-1/+1
|
* lib: Add xdg_app_bundle_ref_get_origin()Alexander Larsson2016-02-262-1/+23
|
* lib: Fix a tiny leakAlexander Larsson2016-02-261-0/+5
|
* Update test-lib.c with the appstream api changeAlexander Larsson2016-02-261-1/+1
|
* Change xdg_app_bundle_ref_get_appdata to xdg_app_bundle_ref_get_appstreamAlexander Larsson2016-02-262-12/+12
| | | | This is technically an ABI break, but nothing is using this yet.