summaryrefslogtreecommitdiff
path: root/session-helper
Commit message (Expand)AuthorAgeFilesLines
* common: Make flatpak_debug2() use the same domain as g_debug()Simon McVittie2022-12-151-1/+1
* daemons, etc.: Use g_info() for messages that are enabled by -vSimon McVittie2022-12-151-14/+14
* daemons: Treat g_info() as equivalent to g_debug()Simon McVittie2022-12-141-2/+2
* Add a Meson build systemSimon McVittie2022-10-242-0/+31
* session-helper: Run default signal handler after handle_sigterm()Alberto Garcia2022-10-061-1/+4
* Stop flatpak-session-helper and flatpak-portal when the session endsAlberto Garcia2022-09-011-0/+1
* Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-221-1/+1
* session-helper: Add FLATPAK_HOST_COMMAND_FLAGS_NONESimon McVittie2021-11-011-0/+1
* session-helper: Move FlatpakHostCommandFlags to header fileSimon McVittie2021-11-012-5/+5
* session-helper: Monitor gai.confgasinvein2021-09-231-1/+6
* session-helper: Move D-Bus names and paths to a header fileSimon McVittie2021-04-153-5/+36
* session-helper: Return G_DBUS_METHOD_INVOCATION_HANDLED where appropriateSimon McVittie2020-12-091-7/+7
* Avoid shadowing local variablesPhaedrus Leeds2020-09-151-2/+2
* session-helper: Correctly annotate use of Unix FDs in D-Bus APIPhilip Withnall2019-10-101-3/+2
* Trim unused shared library linkages from the session helperDebarshi Ray2019-08-162-4/+5
* common, session-helper: Make the session helper more self-containedDebarshi Ray2019-08-161-0/+5
* session-helper: Relax directory permission for Toolbox containersDebarshi Ray2019-05-281-1/+1
* Fix misspellingsRafael Fontenelle2019-04-081-1/+1
* Remove extra newlines in variable definiton blocksMatthew Leeds2019-02-251-3/+0
* Run uncrustifyMatthew Leeds2019-02-251-4/+4
* session-helper: Drop the unused RequestMonitor apiMatthias Clasen2019-01-111-12/+0
* session-helper: Don't crash on NameOwnerChangedSimon McVittie2018-12-111-1/+4
* session-helper: Improve HostCommand life-cycle handlingMatthias Clasen2018-12-061-1/+56
* session-helper: Validate HostCommand argumentsMatthias Clasen2018-12-061-0/+10
* portal, session-helper: fix typo in TIOCSCTTY commentWill Thompson2018-12-041-1/+1
* session-helper: Properly report p11-kit exit statusMatthias Clasen2018-10-231-3/+3
* sandbox: Expose /etc/timezoneAlexander Larsson2018-10-101-6/+21
* Drop xdg-app migration supportMatthias Clasen2018-10-101-2/+0
* utils: Add flatpak_fail_error that takes an error codeAlexander Larsson2018-07-101-1/+1
* Run uncrustifyAlexander Larsson2018-07-081-59/+65
* session-helper: Disable p11-kit for older broken versionsAlexander Larsson2018-06-131-2/+13
* session-helper: break out the p11-kit code to a separate functionAlexander Larsson2018-06-131-53/+64
* run: Support accessing host trusted certificatesAlexander Larsson2018-06-071-0/+83
* session-helper: Add new more generic helper start methodAlexander Larsson2018-06-071-2/+30
* common: Rename all generated files to *-dbus-generated.[ch]Alexander Larsson2018-05-241-1/+1
* common: Rename all private headers to *-private.hAlexander Larsson2018-05-241-1/+1
* session-helper: refactor creation and updating of real path monitorsRobert McQueen2017-11-231-59/+75
* session-helper: avoid theoretical GFile leaks with g_autoptrRobert McQueen2017-11-231-3/+3
* session-helper: add comment documenting rationale for two monitorsRobert McQueen2017-11-231-0/+7
* session-helper: remove unused file_monitor_hashRobert McQueen2017-11-231-11/+11
* session-helper: monitor canonical files for changesRobert McQueen2017-11-231-5/+67
* session-helper: store file monitor & source in a hash tableRobert McQueen2017-11-231-4/+29
* session-helper: remove un-needed file monitor actions on CREATEDRobert McQueen2017-11-231-3/+4
* Change debug prefix from XA to FAlexander Larsson2017-11-161-1/+1
* Merge pull request #900 from pwithnall/lan-and-usb-preparationMatthias Clasen2017-07-081-2/+2
|\
| * general: Remove trailing \n from GLib log messagesPhilip Withnall2017-07-071-2/+2
* | build: Add AM_* variables to all per-target special variablesPhilip Withnall2017-07-061-2/+2
|/
* Add version property to all dbus interfacesAlexander Larsson2017-05-191-0/+4
* Expose host /etc/hosts and /etc/host.confAlexander Larsson2017-05-041-0/+2
* flatpak-session-helper.c: Make failure of TIOCSCTTY a g_debug()Owen W. Taylor2017-01-271-2/+2