summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gthread: Destroy value after replacing it in g_private_replace()wip/chergert/merge-private-fixPhilip Withnall2020-12-172-3/+4
* 2.66.42.66.4Philip Withnall2020-12-172-1/+17
* Merge branch 'backport-1797-freebsd-date-parsing-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-12-132-8/+46
|\
| * tests: Add more tests for GDateTime ISO 8601 seconds parsingbackport-1797-freebsd-date-parsing-glib-2-66Philip Withnall2020-12-121-0/+40
| * gdatetime: Use isnan() instead of !isfinite()Philip Withnall2020-12-121-1/+1
| * gdatetime: Remove floating point from seconds parsing codePhilip Withnall2020-12-121-7/+5
|/
* Merge branch 'backport-1794-gio-tool-critical-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-12-111-4/+11
|\
| * gio-tool-info: Prevent criticals if mount options are not availableOndrej Holy2020-12-111-4/+11
|/
* Merge branch 'backport-1791-datetime-nan-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-12-092-1/+16
|\
| * gdatetime: Disallow NAN as a number of seconds in a GDateTimePhilip Withnall2020-12-092-1/+16
* | Merge branch 'backport-1789-array-sort-empty-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-12-092-20/+40
|\ \ | |/ |/|
| * array: Avoid sorting 0-sized arraysTimm Bäder2020-12-092-20/+40
|/
* Merge branch 'backport-1788-ossfuzz-28458-date-overflow' into 'glib-2-66'Sebastian Dröge2020-12-092-1/+29
|\
| * gdate: Validate input as UTF-8 before parsingPhilip Withnall2020-12-092-1/+29
|/
* Merge branch 'backport-1771-macos-frexpl-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-11-291-1/+0
|\
| * macos: fix frexpl checks in cross-compilationAndoni Morales Alastruey2020-11-251-1/+0
|/
* 2.66.32.66.3Philip Withnall2020-11-162-1/+19
* Merge branch 'backport-1734-hidden-cache-glib-2-66' into 'glib-2-66'Emmanuele Bassi2020-11-031-18/+61
|\
| * glocalfileinfo: Use a single timeout source at a time for hidden file cacheCarlos Garnacho2020-11-031-18/+61
|/
* Merge branch 'backport-1725-gdbus-fds-glib-2-66' into 'glib-2-66'Simon McVittie2020-10-282-65/+139
|\
| * gio/tests/gdbus-peer: Exercise fds attached to a large messageSimon McVittie2020-10-281-64/+135
| * gdbus: Cope with sending fds in a message that takes multiple writesSimon McVittie2020-10-281-1/+4
|/
* Merge branch 'backport-1711-socket-fix-glib-2-66' into 'glib-2-66'Emmanuele Bassi2020-10-271-19/+20
|\
| * Fix race in socketclient-slow testMichael Catanzaro2020-10-271-19/+20
|/
* Merge branch 'backport-1713-main-context-check-glib-2-66' into 'glib-2-66'Philip Withnall2020-10-262-2/+87
|\
| * gmain: g_main_context_check() can skip updating polled FD sourcesClaudio Saavedra2020-10-262-2/+87
|/
* Merge branch 'backport-1718-clang-fix-glib-2-66' into 'glib-2-66'Emmanuele Bassi2020-10-231-1/+1
|\
| * gtrace: Add G_GNUC_PRINTF annotationPhilip Withnall2020-10-231-1/+1
|/
* 2.66.22.66.2Philip Withnall2020-10-192-1/+36
* Merge branch 'backport-1706-nullable-annotations-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-10-193-6/+16
|\
| * Add various missing nullable annotationsSebastian Dröge2020-10-193-6/+16
* | Merge branch 'backport-1683-six-days-to-eom-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-10-192-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 'backport-1661-timezone-fix-glib-2-66' into 'glib-2-66'Emmanuele Bassi2020-10-162-120/+191
|\
| * tests: Add a basic test for GTimeZone cachingPhilip 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-151-51/+25
| * gtimezone: Split out fallback timezone identification for unixAntónio Fernandes2020-10-151-54/+73
* | Merge branch 'backport-1698-slice-getenv-win32-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-10-161-0/+44
|\ \ | |/ |/|
| * gslice: Inline win32 implementation of g_getenv() to avoid deadlockPhilip Withnall2020-10-161-0/+44
|/
* Merge branch 'backport-1691-source-locking-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-10-141-1/+1
|\
| * gmain: Fix possible locking issue in source unrefBenjamin Berg2020-10-141-1/+1
* | Merge branch 'backport-1692-signal-unref-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-10-141-0/+1
|\ \ | |/ |/|
| * gsignal: Plug g_signal_connect_object leakRay Strode2020-10-141-0/+1
|/
* Update Slovak translationDušan Kazik2020-10-131-202/+130
* Merge branch 'backport-1687-uri-annotations-glib-2-66' into 'glib-2-66'Sebastian Dröge2020-10-131-27/+28
|\
| * uri: add missing (not)nullable annotationsMarc-André Lureau2020-10-131-27/+28
|/
* Update Chinese (Taiwan) translationCheng-Chia Tseng2020-10-121-284/+339