summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Fix an uninitialized variableHEADmainSimon McVittie2023-05-171-1/+1
* common: Move json-glib backports to their own fileSimon McVittie2023-05-174-12/+37
* glib-backports: Use g_ascii_string_to_unsigned if GLib is new enoughSimon McVittie2023-05-173-34/+39
* glib-backports: Move flatpak_utils_ascii_string_to_unsigned to hereSimon McVittie2023-05-174-92/+91
* glib-backports: Resync g_get_language_names_with_category with GLib 2.76.2Simon McVittie2023-05-171-2/+4
* glib-backports: Resync ISO8601 parsing with GLib 2.76.2Simon McVittie2023-05-171-19/+39
* glib-backports: Document which version we backportedSimon McVittie2023-05-171-1/+1
* glib-backports: Add a note that a couple of functions aren't backportsSimon McVittie2023-05-172-0/+5
* glib-backports: Make g_key_file_save_to_file match the GLib implementationSimon McVittie2023-05-171-0/+6
* common: Move direct backports from GLib to a new translation unitSimon McVittie2023-05-176-857/+916
* common: Split up socket setup from flatpak-run into multiple filesSimon McVittie2023-05-1514-1372/+1743
* transaction: Add new flatpak_transaction_add_rebase_and_uninstall() APIPhilip Withnall2023-03-303-7/+126
* transaction: Add an out_op argument to flatpak_transaction_add_ref()Philip Withnall2023-03-301-6/+14
* Use new --disable-userns bubblewrap feature when possibleAlexander Larsson2023-03-241-0/+32
* dir: Consistently initialize g_autofree variablesSimon McVittie2023-03-201-1/+1
* dir: Fix a minor leak of an OSTree checksumPhilip Withnall2023-03-201-0/+2
* Set size of file info for symlinks to 0Jan Alexander Steffens (heftig)2023-03-171-0/+1
* run: Prevent TIOCLINUX ioctl, the same as TIOCSTISimon McVittie2023-03-161-0/+4
* Reject paths given to --filesystem/--persist with special charactersRyan Gonzalez2023-03-163-7/+71
* Ensure special characters in permissions and metadata are escapedRyan Gonzalez2023-03-162-1/+92
* transaction: Remove unused error argument from flatpak_transaction_add_op()Philip Withnall2023-02-231-22/+8
* transaction: Fix a minor typo in a documentation commentPhilip Withnall2023-02-211-1/+1
* transaction: Ignore uninstall operations for no deployDan Nicholson2023-02-181-1/+23
* flatpak-run: Unset GDK_BACKENDDan Nicholson2023-02-131-0/+1
* dir: If metadata is syntactically invalid, say which file is the problemSimon McVittie2023-02-081-2/+2
* dir: If overrides are syntactically invalid, include path in error messageSimon McVittie2023-02-083-3/+9
* utils-http: Avoid deprecation warning with curl >= 7.85.0Simon McVittie2023-02-071-0/+4
* run: Avoid double-free of gpgconf stdout streamSimon McVittie2023-02-071-1/+1
* dir: Add more debug output for unused refsPhaedrus Leeds2023-02-061-12/+65
* Revert "Add support for files generated by appstreamcli compose (#5277)"Patrick Griffis2023-02-044-49/+12
* Add support for files generated by appstreamcli compose (#5277)Luna2023-02-044-12/+49
* utils: Unmap the old summary.idx file before trying to replace itForest2023-01-221-0/+4
* exports: Don't export parent or ancestor of reserved directoriesSimon McVittie2023-01-121-0/+13
* context: Show a warning if we cannot provide any $HOMESimon McVittie2023-01-121-4/+8
* context: Show a warning when --filesystem exists but can't be sharedSimon McVittie2023-01-121-4/+29
* exports: Move error handling up into callerSimon McVittie2023-01-123-61/+141
* exports: Make _exports_path_expose produce a GError on failureSimon McVittie2023-01-121-31/+64
* exports: Never try to export /.flatpak-infoSimon McVittie2023-01-121-0/+1
* exports: Never try to export paths below /run/flatpak or /run/hostSimon McVittie2023-01-121-0/+2
* exports, context: List unexported paths one per line in sorted orderSimon McVittie2023-01-122-3/+26
* 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