summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into appstreamcli-composeappstreamcli-composePatrick2023-01-0738-1175/+4492
|\
| * dir: Use consistent FlatpakRunFlags everywhereSimon McVittie2022-12-191-9/+12
| * portal: Factor out flatpak_bwrap_is_unprivileged()Simon McVittie2022-12-192-0/+14
| * common: Replace all flatpak_debug2() with g_debug()Simon McVittie2022-12-156-50/+48
| * common: Make flatpak_debug2() use the same domain as g_debug()Simon McVittie2022-12-152-14/+1
| * common: Use g_info() for messages that will be shown by flatpak -vSimon McVittie2022-12-1514-259/+259
| * Replace calls to g_memdup() with g_memdup2()Simon McVittie2022-12-122-2/+2
| * flatpak-run: unset GIO_EXTRA_MODULESLeorize2022-12-071-0/+1
| * flatpak-run: unset XKB_CONFIG_ROOTLeorize2022-12-011-0/+1
| * flatpak-dir: Clean up old leaked deploy dirs at start of deployPhilip Withnall2022-11-161-0/+66
| * flatpak-dir: Add a debug message to remove_old_appstream_tmpdirs()Philip Withnall2022-11-161-0/+1
| * Clear more temporary file paths from envErick5552022-11-101-1/+5
| * flatpak-dir: Use FD-relative operations in a few more placesPhilip Withnall2022-11-011-4/+7
| * flatpak-dir: Clean up temp deploy dir on failure of flatpak_dir_deploy()Philip Withnall2022-11-011-6/+9
| * Add /efi in the hidding list when (fs=host)Gaƫl Donval2022-11-011-2/+2
| * Add a Meson build systemSimon McVittie2022-10-242-0/+264
| * Block KRB5CCNAME from inheriting into sandboxMichael Catanzaro2022-09-191-1/+3
| * Bind gssproxy socket into sandbox environmentMichael Catanzaro2022-09-191-1/+17
| * enum-types: Make generated files more reproducibleSimon McVittie2022-09-072-2/+2
| * uri: Don't rely on g_time_zone_new_offset()Simon McVittie2022-09-071-1/+36
| * uri: Don't do scheme-based normalization with GLib 2.66.xSimon McVittie2022-09-061-0/+5
| * flatpak-utils-http: check for HTTP2 support before trying to use itgit-bruh2022-09-061-2/+4
| * Allow the modify_ldt syscall when using multiarchJoaquim Monteiro2022-09-061-3/+17
| * Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-2227-27/+28
| * common: Add thread safety on libcurl usageMilan Crha2022-08-221-0/+10
| * Add --socket=gpg-agentNick Reiley2022-08-163-0/+47
| * exports: Add logging at a finer granularitySimon McVittie2022-08-161-16/+148
| * Allow sub-sandboxes to own MPRIS namesPatrick Griffis2022-08-161-1/+4
| * run: Preserve X11 display number instead of redirecting it to :99Simon McVittie2022-08-161-15/+7
| * Add DeploySideloadCollectionID flatpakref/flatpakrepo keyPhaedrus Leeds2022-08-164-16/+53
| * common: Add missing error codes to GDBusErrorEntry arrayPhaedrus Leeds2022-07-251-0/+2
| * app: List apps that use a runtime extension when it's EOLPhaedrus Leeds2022-07-214-15/+202
| * transaction: Fix typos and wrap linesPhaedrus Leeds2022-07-201-7/+9
| * transaction: Tweak docs on get_related_to_ops() APIPhaedrus Leeds2022-07-201-6/+7
| * common: Remove erroneous Since: annotationsPhaedrus Leeds2022-07-181-4/+0
| * flatpak-remote: Fix some minor leaks of some property valuesPhilip Withnall2022-06-201-0/+5
| * http: Support curlAlexander Larsson2022-06-162-2/+352
| * flatpak-http: Restructure the soup http implementationAlexander Larsson2022-06-161-608/+623
| * uri utils: Add some helpers for HTTP timestampsAlexander Larsson2022-06-162-5/+230
| * Move all use of soup APIs into flatpak-utils-httpAlexander Larsson2022-06-163-12/+11
| * oci-registry: Use the new http methods to replace last soup useAlexander Larsson2022-06-161-39/+26
| * flatpak-uri: Add some uri query and http header utilsAlexander Larsson2022-06-162-0/+173
| * oci-registry: Use the new utils to encode url queriesAlexander Larsson2022-06-161-16/+18
| * oci-registry: Use the new http header parserAlexander Larsson2022-06-161-1/+1
| * http: Add flatpak_load_uri_full with some more complete featuresAlexander Larsson2022-06-162-19/+85
| * http utils: Make a generic FlatpakHttpSession instead of SoupSessionAlexander Larsson2022-06-166-90/+114
| * Use GUri (possibly with backport) instead of SoupURIAlexander Larsson2022-06-165-86/+1574
| * oci-registry: Be better at finding error message in registry reponsesAlexander Larsson2022-06-161-5/+27
| * transaction: Add new API for getting an op by refPhaedrus Leeds2022-06-152-0/+70
| * dir: Don't waste time reading metadata for the wrong refPhaedrus Leeds2022-06-151-4/+7