summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Chinese (China) translationglib-2-60Dz Chen2022-09-111-2053/+2597
* Update Chinese (Taiwan) translationTing-Wei Lan2019-10-081-570/+665
* 2.60.72.60.7Philip Withnall2019-09-022-1/+14
* Merge branch 'backport-1009-application-crash-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-09-021-0/+3
|\
| * gapplication: remove inactivity_timeout source on finalizeTing-Wei Lan2019-07-291-0/+3
* | Merge branch 'backport-1017-iso8601-parsing-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-09-022-2/+11
|\ \
| * | gdatetime: Avoid an assertion failure when parsing some ISO 8601 datesPhilip Withnall2019-09-022-2/+11
|/ /
* | Merge branch 'backport-1040-settings-backend-race-glib-2-60' into 'glib-2-60'Sebastian Dröge2019-08-271-17/+24
|\ \
| * | GSettingsBackend - Fix thread-safety during destruction of GSettings instance...Sebastian Dröge2019-08-271-17/+24
|/ /
* | Merge branch 'backport-966-win32-uri-crash-fix' into 'glib-2-60'Nirbheek Chauhan2019-08-273-9/+21
|\ \
| * | gwinhttpvfs: Fall back to wrapped VFS if creating a HTTP file failsPhilip Withnall2019-08-271-4/+14
| * | gwinhttpfile: Document constructor as potentially returning NULLPhilip Withnall2019-08-271-1/+1
| * | gvfs: Add an assertion to check that get_file_for_uri() is never NULLPhilip Withnall2019-08-271-4/+6
|/ /
* | Merge branch 'backport-1008-structured-logging-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-08-051-2/+2
|\ \ | |/ |/|
| * gmessages: Only use structured logs if GLIB_VERSION_MAX_ALLOWED is ≥2.56Philip Withnall2019-07-291-2/+2
|/
* 2.60.62.60.6Philip Withnall2019-07-242-1/+10
* Merge branch 'backport-984-985-keyfile-portal-fixes-glib-2-60' into 'glib-2-60'Matthias Clasen2019-07-153-2/+22
|\
| * key file: Handle filename being NULLMatthias Clasen2019-07-151-1/+2
| * settings: Tweak priorities for keyfile backendMatthias Clasen2019-07-151-1/+1
| * portal: Add a getter for dconf accessMatthias Clasen2019-07-152-0/+19
|/
* 2.60.52.60.5Philip Withnall2019-07-092-1/+17
* Merge branch 'backport-958-gcond-errno-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-07-091-1/+3
|\
| * gthread: fix minor errno problem in GCondAllison Karlitskaya2019-07-021-1/+3
* | Merge branch 'backport-945-markup-stack-overrun-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-07-091-3/+5
|\ \
| * | Avoid overrunning stack at the end of the varargs.John Ralls2019-06-241-3/+5
| |/
* | Merge branch 'backport-954-unicode-mani-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-07-093-3/+3
|\ \
| * | Fix the ISO 15924 code for ManichaeanDavid Corbett2019-06-273-3/+3
| |/
* | Merge branch 'backport-974-keyfile-settings-type-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-07-091-0/+1
|\ \
| * | Ensure that the keyfile settings backend existsMatthias Clasen2019-07-091-0/+1
|/ /
* | Merge branch 'backport-968-openuriportal-typo-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-07-041-1/+1
|\ \ | |/ |/|
| * Fix typo in request handleDavid Strauss2019-07-041-1/+1
|/
* Merge branch 'dbus-security-glib-2-60' into 'glib-2-60'Philip Withnall2019-06-116-6/+147
|\
| * gdbusdaemon: Only authorize anonymous users on Windows, not UnixSimon McVittie2019-06-111-1/+9
| * gdbus-example-peer: Provide an example GDBusAuthObserverSimon McVittie2019-06-111-1/+76
| * GDBusAuthObserver: Document how to restrict authentication to EXTERNALSimon McVittie2019-06-111-0/+24
| * GDBusAuthObserver: Fix mixup between authentication and authorizationSimon McVittie2019-06-111-1/+1
| * GDBusServer: Document that a GDBusAuthObserver is usually desirableSimon McVittie2019-06-112-3/+14
| * Document where we expect credentials-passing to be supportedSimon McVittie2019-06-112-0/+23
|/
* 2.60.42.60.4Philip Withnall2019-06-102-1/+23
* Merge branch 'backport-904-genmarshal-fixes-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-06-101-1/+2
|\
| * glib-genmarshal: Avoid a string copy for static string valist argumentsPhilip Withnall2019-06-081-0/+1
| * glib-genmarshal: Fix ref-sinking of GVariants in valist marshallersPhilip Withnall2019-06-081-1/+1
* | Merge branch 'backport-799-func-macro-glib-2-60' into 'glib-2-60'Sebastian Dröge2019-06-101-3/+3
|\ \ | |/ |/|
| * Revert "macros: Try to use the standard __func__ first in G_STRFUNC"Philip Withnall2019-06-071-3/+3
|/
* Merge branch 'backport-865-happier-eyeballs-glib-2-60' into 'glib-2-60'Philip Withnall2019-06-052-6/+28
|\
| * network-address test: add ipv6-fail ipv4-slow caseAllison Karlitskaya2019-06-051-0/+27
| * gnetworkaddress: fix "happy eyeballs" logicAllison Karlitskaya2019-06-041-6/+1
|/
* Merge branch 'backport-876-gfile-permissions-glib-2-60' into 'glib-2-60'Philip Withnall2019-06-041-5/+6
|\
| * gfile: Limit access to files when copyingOndrej Holy2019-06-041-5/+6
|/
* Merge branch 'backport-875-ci-win32-glib-2-60' into 'glib-2-60'Christoph Reiter2019-06-041-13/+16
|\