summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gio: Create executables more declarativelywip/smcv/gio-executablesSimon McVittie2022-07-252-80/+91
* Merge branch 'wip/smcv/gio-launch-desktop-sd-journal' into 'main'Philip Withnall2022-07-249-52/+413
|\
| * gio-launch-desktop: Don't alter stdout/stderr if not already the JournalSimon McVittie2022-07-252-1/+12
| * gmessages: Factor out _g_fd_is_journal into its own translation unitSimon McVittie2022-07-254-25/+114
| * 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-253-0/+8
| * 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-244-2/+51
|\ \
| * | NEWS: Add an entry for multiarch trigger executablesSimon McVittie2022-07-241-0/+9
| * | gio: Optionally install trigger executables to architecture-specific pathsSimon McVittie2022-07-243-2/+42
| |/
* | Merge branch 'wip/smcv/gdbus-cross-namespace' into 'main'Philip Withnall2022-07-2410-24/+70
|\ \
| * | 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 'wip/smcv/installed-tests' into 'main'Philip Withnall2022-07-242-3/+5
|\ \ | |/ |/|
| * gobject/tests/performance: Only run a quick version as installed-testsSimon McVittie2022-07-241-1/+1
| * gobject/tests/performance: Use the other installed-tests templateSimon McVittie2022-07-241-1/+1
| * assert-msg-test.py: Look for assert-msg-test relative to this scriptSimon McVittie2022-07-241-1/+3
|/
* Update Georgian translationZurab Kargareteli2022-07-241-1711/+1515
* Merge branch 'flag-reverse-docs' into 'main'Marco Trevisan2022-07-231-2/+3
|\
| * goption: Slightly improve the documentation for G_OPTION_FLAG_REVERSEPhilip Withnall2022-07-131-2/+3
* | Merge branch 'more-atomic-ops' into 'main'Philip Withnall2022-07-237-15/+419
|\ \
| * | gthread: Use atomic pointer exchange to check value set on g_init_leaveMarco Trevisan (Treviño)2022-06-231-2/+4
| * | gmain: Do atomic addition before checking the old value on refMarco Trevisan (Treviño)2022-06-231-2/+4
| * | 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
| * | gatomicarray: Use atomic exchange for data valueMarco Trevisan (Treviño)2022-06-231-2/+9
| * | 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 'rybalkin-gregex-message-instead-of-warning' into 'main'Philip Withnall2022-07-221-9/+9
|\ \ \
| * | | gregex: use g_debug instead of g_warning in case JIT is not availableAleksei Rybalkin2022-07-221-9/+9
|/ / /
* | | Update Turkish translationEmin Tufan Çetin2022-07-221-1385/+1390
* | | Update Russian translationAleksandr Melman2022-07-211-251/+231
* | | Update Ukrainian translationYuri Chornoivan2022-07-211-77/+82
* | | Merge branch 'rybalkin-gregex-jit-compilation' into 'main'Philip Withnall2022-07-203-82/+164
|\ \ \
| * | | gregex: use G_REGEX_OPTIMIZE flag to enable JIT compilationAleksei Rybalkin2022-07-203-82/+164
|/ / /
* | | Merge branch 'gregex-match-info-leak-fix' into 'main'Philip Withnall2022-07-201-1/+4
|\ \ \
| * | | gregex: Free match info if offset matching recalc failedMarco Trevisan (Treviño)2022-07-201-1/+4
* | | | 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