summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gmain: g_main_context_check() can skip updating polled FD sourcesg_main_context_check_skipping_pollrec_updatesClaudio Saavedra2020-10-262-2/+87
* 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
|\ \ \ \ \
| * | | | | gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()Philip Withnall2020-10-141-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'strv-builder' into 'master'Philip Withnall2020-10-148-0/+283
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gstrvbuilder: Add a new object to make NULL-terminated string arrays.Robert Ancell2020-10-148-0/+283
|/ / / /
* | | | Merge branch 'mcatanzaro/#2211' into 'master'Philip Withnall2020-10-141-88/+161
|\ \ \ \
| * | | | gsocketclient: return best errors possiblemcatanzaro/#2211Michael Catanzaro2020-10-091-79/+130
| * | | | gsocketclient: Crash on error if error is missingMichael Catanzaro2020-10-091-5/+5
| * | | | gsocketclient: emit RESOLVING/RESOLVED events only onceMichael Catanzaro2020-10-091-8/+21
| * | | | gsocketclient: document Happy EyeballsMichael Catanzaro2020-10-091-0/+9
| * | | | gsocketclient: fix whitespace errorMichael Catanzaro2020-10-091-1/+1
| * | | | gsocketclient: fix docs typoMichael Catanzaro2020-10-091-1/+1
* | | | | Merge branch 'wip/fix-handler-leak' into 'master'Sebastian Dröge2020-10-131-0/+1
|\ \ \ \ \
| * | | | | gsignal: Plug g_signal_connect_object leakRay Strode2020-10-131-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'benzea/fix-possible-source-locking-issue' into 'master'Sebastian Dröge2020-10-131-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gmain: Fix possible locking issue in source unrefBenjamin Berg2020-10-131-1/+1
|/ / / /
* | | | Update Slovak translationDušan Kazik2020-10-131-202/+130
* | | | Merge branch 'add_close_in_parent_flag' into 'master'Philip Withnall2020-10-135-26/+102
|\ \ \ \
| * | | | GSubprocessLauncher: allow to close passed FDsSergio Costas2020-10-125-26/+102
* | | | | Merge branch 'uri-nullable' into 'master'Sebastian Dröge2020-10-131-27/+28
|\ \ \ \ \