summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: mark more slow tests as slowmcatanzaro/slowMichael Catanzaro2021-06-164-8/+25
* Merge branch 'mcatanzaro/misleading-indentation' into 'main'Philip Withnall2021-06-161-1/+3
|\
| * testgdate: fix -Wmisleading-indentation warningMichael Catanzaro2021-06-161-1/+3
* | Merge branch 'gbytes-test-coverage' into 'main'Philip Withnall2021-06-161-37/+70
|\ \ | |/ |/|
| * tests: Add a test for GBytes memory transfer with an odd free funcPhilip Withnall2021-06-161-0/+25
| * tests: Test that g_bytes_unref(NULL) is a no-opPhilip Withnall2021-06-161-0/+8
| * tests: Use g_assert_*() rather than g_assert() in bytes.cPhilip Withnall2021-06-161-37/+37
|/
* Merge branch 'app_name' into 'main'Philip Withnall2021-06-161-1/+3
|\
| * gfdonotificationbackend: set app_name if availableAndré Apitzsch2021-06-151-1/+3
* | Merge branch 'mcatanzaro/readable-private-key' into 'main'Philip Withnall2021-06-164-70/+74
|\ \
| * | gtlscertificate: add some doc links to PKCS #11 specificationMichael Catanzaro2021-06-151-5/+7
| * | gtlscertificate: make private key properties readableMichael Catanzaro2021-06-154-65/+67
| |/
* | Merge branch 'g_dbus' into 'main'Philip Withnall2021-06-165-3/+34
|\ \ | |/ |/|
| * Added test case for g_dbus_is_error_namenitinosiris2021-06-162-3/+9
| * gdbus: Add g_dbus_is_error_name() symbol for g_dbus_is_interface_name()nitinosiris2021-06-163-0/+25
* | Merge branch 'wip/wait-status' into 'main'Philip Withnall2021-06-1513-107/+161
|\ \
| * | spawn: Clarify the most common non-exit reason for process terminationSimon McVittie2021-06-151-2/+2
| * | Distinguish more clearly between wait status and exit statusSimon McVittie2021-06-1513-105/+159
| * | subprocess test: Check wait status correctlySimon McVittie2021-06-151-1/+1
* | | Merge branch 'unix-mount-for-docs' into 'main'Ondrej Holy2021-06-151-0/+5
|\ \ \ | |/ / |/| |
| * | gunixmounts: Document when g_unix_mount_at() returns NULLPhilip Withnall2021-06-091-0/+2
| * | gunixmounts: Document NULL return value for g_unix_mount_for()Philip Withnall2021-06-091-0/+3
* | | Merge branch 'wip/pwithnall/local-file-monitor-deadlock' into 'main'Philip Withnall2021-06-151-1/+1
|\ \ \
| * | | glocalfilemonitor: Avoid a deadlock on finalizationPhilip Withnall2021-06-141-1/+1
* | | | Merge branch 'range-checked' into 'main'Philip Withnall2021-06-154-0/+113
|\ \ \ \
| * | | | GBytes: add range-checked pointer getterNitin Wartkar2021-06-154-0/+113
| | |_|/ | |/| |
* | | | Merge branch 'g_obj_take_ref' into 'main'Philip Withnall2021-06-154-0/+73
|\ \ \ \ | |/ / / |/| | |
| * | | GObject: add g_object_take_ref()Allison Ryan Lortie2021-06-114-0/+73
* | | | Merge branch '2423-llvm-objcopy' into 'main'Simon McVittie2021-06-141-5/+3
|\ \ \ \
| * | | | tests: Allow GResource external data tests to use llvm-objcopyPhilip Withnall2021-06-141-5/+3
| | |/ / | |/| |
* | | | Merge branch 'bookmarkfile-test-tmp' into 'main'Simon McVittie2021-06-141-7/+15
|\ \ \ \
| * | | | tests: Use a temporary file in the bookmarkfile testsPhilip Withnall2021-05-131-7/+15
* | | | | Merge branch 'wip/fix-docs' into 'main'Philip Withnall2021-06-111-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | docs: Fix annotations for optional argumentsEvangelos Ribeiro Tzaras2021-06-111-1/+1
|/ / / /
* | | | Merge branch 'try-tls-binding-tests-again' into 'main'Philip Withnall2021-06-101-8/+1
|\ \ \ \
| * | | | Revert "tests: Deactivate tls-bindings test suite for windows"Philip Withnall2021-06-031-8/+1
* | | | | Merge branch '2409-application-must-be-registered' into 'main'Philip Withnall2021-06-101-0/+3
|\ \ \ \ \
| * | | | | gapplication: Guard g_application_mark_busy()Peter Bloomfield2021-05-171-0/+3
* | | | | | Merge branch 'dbus-guids-docs' into 'main'Philip Withnall2021-06-104-8/+25
|\ \ \ \ \ \
| * | | | | | gdbusconnection: Fix a typo in a code commentPhilip Withnall2021-06-101-1/+1
| * | | | | | docs: Fix capitalisation of ‘GUID’ in a few placesPhilip Withnall2021-06-102-2/+2
| * | | | | | docs: Expand documentation about D-Bus GUIDsPhilip Withnall2021-06-103-5/+22
* | | | | | | Merge branch 'gtypeof' into 'main'Philip Withnall2021-06-109-55/+60
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | glib_typeof: Move definition to its own headerXavier Claessens2021-05-179-55/+60
| |/ / / / /
* | | | | | Merge branch 'fix_more_warnings' into 'main'Philip Withnall2021-06-102-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix dropped 'const' qualifier warning in glib/tests/once.cEmmanuel Fleury2021-06-091-1/+1
| * | | | | Fix comparison of unsigned expression < 0 is always false warning in glib/gun...Emmanuel Fleury2021-06-091-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'feature/tls-cert-additional-fields' into 'main'Michael Catanzaro2021-06-105-0/+153
|\ \ \ \ \
| * | | | | tls: expose SAN details on GTlsCertificateRoss Wollman2021-06-105-0/+153
|/ / / / /
* | | | | Merge branch '229-regex-match' into 'main'Emmanuele Bassi2021-06-092-10/+25
|\ \ \ \ \