summaryrefslogtreecommitdiff
path: root/gio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mcatanzaro/tls-exporter' into 'main'Marco Trevisan2022-08-051-2/+6
|\
| * Expose tls-exporter channel bindingMichael Catanzaro2022-08-051-2/+6
* | Merge branch 'iss2588' into 'main'Marco Trevisan2022-08-051-1/+10
|\ \ | |/ |/|
| * gio-tool: -d option to delete attributecodeboybebop2022-07-311-1/+10
* | Fix warnings in GCancellable testLuca Bacci2022-08-031-8/+8
* | Fix GCancellable tests for Windows 64bitLuca Bacci2022-08-031-2/+2
* | Merge branch 'g-win32-app-info-launched-signal-actually-report-pid' into 'main'Luca Bacci2022-08-022-1/+8
|\ \
| * | GWin32AppInfo: Actually report the GPid in the GAppLaunchContext::launched si...Luca Bacci2022-08-022-1/+8
| |/
* | Implement GFileIface.set_display_name() for resource filesEmmanuele Bassi2022-07-301-0/+14
|/
* gfileinfo: Implement xattr attribute removalmadmurphy2022-07-262-7/+32
* Rename G_MARKUP_PARSE_FLAGS_NONEEmmanuele Bassi2022-07-251-2/+1
* Rename G_TLS_CERTIFICATE_FLAGS_NONEEmmanuele Bassi2022-07-253-4/+4
* Introduce G_APPLICATION_DEFAULT_FLAGSEmmanuele Bassi2022-07-255-13/+18
* gio-launch-desktop: Only replace fds that point to the JournalSimon McVittie2022-07-251-3/+8
* Merge branch 'wip/smcv/gio-launch-desktop-sd-journal' into 'main'Philip Withnall2022-07-244-27/+297
|\
| * gio-launch-desktop: Don't alter stdout/stderr if not already the JournalSimon McVittie2022-07-252-1/+12
| * gio-launch-desktop: Redirect stdout, stderr to systemd JournalSimon McVittie2022-07-251-0/+195
| * Install gio-launch-desktop in a non-PATH locationSimon McVittie2022-07-252-0/+6
| * gdesktopappinfo: Don't trust $GIO_LAUNCH_DESKTOP if setuidSimon McVittie2022-07-251-2/+5
| * gio-launch-desktop: Fix a compiler warningSimon McVittie2022-07-251-1/+1
| * gio-launch-desktop: Add SPDX-License-IdentifierSimon McVittie2022-07-251-0/+1
| * tests: Avoid using deprecated meson.build_rootSimon McVittie2022-07-252-2/+5
| * Revert "gdesktopappinfo: Use `sh` rather than `gio-launch-desktop`"Simon McVittie2022-07-254-27/+78
* | Merge branch 'iss2542' into 'main'Philip Withnall2022-07-241-8/+45
|\ \ | |/ |/|
| * gio-tool: Flatten the outputed stringcodeboybebop2022-07-241-8/+45
* | Merge branch 'wip/smcv/multiarch-triggers' into 'main'Philip Withnall2022-07-241-2/+23
|\ \
| * | gio: Optionally install trigger executables to architecture-specific pathsSimon McVittie2022-07-241-2/+23
| |/
* | gdbus: Allow cross-namespace connections to Linux session and system busesSimon McVittie2022-07-245-4/+14
* | gdbusauthmechanismexternal: Optionally send empty authorization identitySimon McVittie2022-07-247-22/+58
|/
* Merge branch 'more-atomic-ops' into 'main'Philip Withnall2022-07-234-9/+402
|\
| * gresource: Use atomic pointer exchange operations to nullify and checkMarco Trevisan (Treviño)2022-06-231-2/+1
| * gfileattribute: Do atomic addition before checking the old value on refMarco Trevisan (Treviño)2022-06-231-2/+3
| * cancellable: Use more atomic exchanges operationsMarco Trevisan (Treviño)2022-06-231-5/+2
| * gio/tests: Ensure that a cancellable hangs if reset from cancellable callbackMarco Trevisan (Treviño)2022-06-231-0/+87
| * gio/tests: Ensure that cancellable is cancelled when emitting the signalMarco Trevisan (Treviño)2022-06-231-0/+65
| * gio/tests: Add tests for cancellable pollfd and cancellation callbacksMarco Trevisan (Treviño)2022-06-231-0/+244
* | Merge branch 'wip/smcv/gdbus-sasl' into 'main'Philip Withnall2022-07-204-20/+396
|\ \
| * | tests: Add a test for GDBusServer with various simulated clientsSimon McVittie2022-07-182-0/+335
| * | gdbusauth: Represent empty data block as DATA\r\n, with no spaceSimon McVittie2022-07-181-8/+26
| * | GDBusServer: Accept empty authorization identity for EXTERNAL mechanismGiuseppe Scrivano2022-07-181-3/+13
| * | GDBusServer: If no initial response for EXTERNAL, send a challengeGiuseppe Scrivano2022-07-181-5/+18
| * | gdbusauth: empty DATA does not need a trailing spaceGiuseppe Scrivano2022-07-181-4/+4
* | | gioenums: G_IO_ERROR_NO_SUCH_DEVICE is new in 2.74Simon McVittie2022-07-181-1/+1
|/ /
* | Merge branch 'non-registered-extension-point' into 'main'Philip Withnall2022-07-157-4/+121
|\ \
| * | Add tests for GMemorySettingsBackend and GNullSettingsBackendRyan Hope2022-07-153-0/+113
| * | gio: Ensure extension points are registered when creating Settings backendsRyan Hope2022-07-153-3/+6
| * | Add missing extension point register for for GMemorySettingsBackendRyan Hope2022-07-151-1/+2
* | | meson: fix build without cpp toolchainJames Hilliard2022-07-151-3/+8
|/ /
* | giomodule: Use g_once_init_enter/leave to register extensions and load dirsMarco Trevisan (Treviño)2022-07-131-18/+8
* | Merge branch 'wait-for-async-uri-handler-called' into 'main'Marco Trevisan2022-07-121-1/+1
|\ \