summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gio/tests/gdbus-peer: Exercise fds attached to a large messagewip/smcv/big-dbus-write-with-fdsSimon McVittie2020-10-281-64/+135
* gdbus: Cope with sending fds in a message that takes multiple writesSimon McVittie2020-10-281-1/+4
* Merge branch 'mcatanzaro/#2221' into 'master'Philip Withnall2020-10-261-19/+20
|\
| * Fix race in socketclient-slow testMichael Catanzaro2020-10-261-19/+20
* | Merge branch 'app-info-docs' into 'master'Sebastian Dröge2020-10-261-1/+1
|\ \
| * | gio: Fix some remaining DocBook syntax in a documentation commentPhilip Withnall2020-10-151-1/+1
* | | Merge branch 'dbus-typos' into 'master'Sebastian Dröge2020-10-268-10/+10
|\ \ \ | |_|/ |/| |
| * | gio: Fix various typos of the name ‘D-Bus’Philip Withnall2020-10-268-10/+10
|/ /
* | Merge branch 'g_main_context_check_skipping_pollrec_updates' into 'master'Philip Withnall2020-10-262-2/+87
|\ \
| * | gmain: g_main_context_check() can skip updating polled FD sourcesClaudio Saavedra2020-10-262-2/+87
|/ /
* | Merge branch 'improve-g_strrstr_len-docstring' into 'master'Sebastian Dröge2020-10-261-5/+5
|\ \
| * | Improve docstrings of 'g_strstr_len' and 'g_strrstr_len' (fixes: #2223)Reuben Thomas2020-10-261-5/+5
* | | 2.67.02.67.0Philip Withnall2020-10-231-0/+108
* | | Merge branch 'clang-fixes' into 'master'Emmanuele Bassi2020-10-231-1/+1
|\ \ \
| * | | gtrace: Add G_GNUC_PRINTF annotationPhilip Withnall2020-10-231-1/+1
* | | | Merge branch 'wip/pwithnall/credentials-fix' into 'master'Emmanuele Bassi2020-10-231-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | gmacros: Use __typeof__ when compiling with ClangPhilip Withnall2020-10-231-1/+3
|/ / /
* | | Merge branch 'revert-decltype-changes' into 'master'Philip Withnall2020-10-213-71/+0
|\ \ \
| * | | Revert "Use C++11 decltype where possible"Philip Withnall2020-10-213-71/+0
|/ / /
* | | Merge branch 'missing-nullable' into 'master'Philip Withnall2020-10-193-6/+16
|\ \ \
| * | | Add various missing nullable annotationsSebastian Dröge2020-10-193-6/+16
* | | | Merge branch 'scan-build-warnings' into 'master'Sebastian Dröge2020-10-195-10/+19
|\ \ \ \ | |/ / / |/| | |
| * | | tests: Add additional keyfile assertionsPhilip Withnall2020-10-141-0/+3
| * | | tests: Improve signed int handling to silence scan-build warningsPhilip Withnall2020-10-141-8/+10
| * | | tests: Add an assertion to avoid a scan-build warningPhilip Withnall2020-10-141-0/+1
| * | | tests: Add some additional assertions to avoid scan-build warningsPhilip Withnall2020-10-141-0/+4
| * | | ghash: Move initialisation to declarationPhilip Withnall2020-10-141-2/+1
* | | | Merge branch 'six-days-to-eom' into 'master'Emmanuele Bassi2020-10-162-1/+43
|\ \ \ \
| * | | | Fix the 6-days-until-the-end-of-the-month bugРуслан Ижбулатов2020-10-161-1/+5
| * | | | Add a test for the 6-days-until-EOM bugРуслан Ижбулатов2020-10-161-0/+38
* | | | | Merge branch '2225-slice-getenv-win32' into 'master'Philip Withnall2020-10-161-0/+44
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | gslice: Inline win32 implementation of g_getenv() to avoid deadlockPhilip Withnall2020-10-151-0/+44
* | | | | Merge branch 'wip/antoniof/fallback-timezone-cache-lookup' into 'master'Philip Withnall2020-10-152-120/+191
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests: Add a basic test for GTimeZone cachingwip/antoniof/fallback-timezone-cache-lookupPhilip Withnall2020-10-151-0/+52
| * | | | Revert "gtimezone: Cache timezones based on the identifier they were created by"António Fernandes2020-10-151-10/+3
| * | | | gtimezone: Cache default timezone indefinitelyAntónio Fernandes2020-10-151-6/+39
| * | | | gtimezone: Set resolved_identifier earlierAntónio Fernandes2020-10-021-51/+25
| * | | | gtimezone: Split out fallback timezone identification for unixAntónio Fernandes2020-10-011-54/+73
* | | | | Merge branch 'typeof' into 'master'Philip Withnall2020-10-159-50/+145
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Use C++11 decltype where possibleXavier Claessens2020-10-143-0/+71
| * | | | gmem.h: Simplify condition where typeof is availableXavier Claessens2020-10-141-1/+1
| * | | | gatomic: Check if glib_typeof() is defined before using itXavier Claessens2020-10-141-1/+23
| * | | | Replace __typeof__ with glib_typeof macroXavier Claessens2020-10-147-48/+50
* | | | | Merge branch 'fix_warnings' into 'master'Philip Withnall2020-10-145-16/+15
|\ \ \ \ \
| * | | | | Fix signedness warning in glib/tests/fileutils.cEmmanuel Fleury2020-10-141-1/+1
| * | | | | Fix several signedness warnings in glib/tests/array-test.cEmmanuel Fleury2020-10-141-7/+7
| * | | | | Fix signedness warnings in glib/tests/convert.cEmmanuel Fleury2020-10-141-2/+2
| * | | | | Fix several signedness problems in glib/tests/checksum.cEmmanuel Fleury2020-10-141-5/+4
| * | | | | Fix signedness warning in glib/tests/base64.cEmmanuel Fleury2020-10-141-1/+1
|/ / / / /
* | | | | Merge branch 'file-replace-contents-refcounting' into 'master'Sebastian Dröge2020-10-141-1/+1
|\ \ \ \ \