summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* glib/tests/gdatetime.c: Fix TZ envvar test on Windowswin32-enhance-gtimezone-2-60Chun-wei Fan2019-06-141-0/+9
* gtimezone.c: Fix identifier assignment on WindowsChun-wei Fan2019-06-141-7/+18
* Update the gdatetime Test Program for WindowsChun-wei Fan2019-06-131-1/+30
* Fix and enhance GTimeZone for WindowsChun-wei Fan2019-06-131-23/+63
* 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
|\
| * CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yetChristoph Reiter2019-06-031-13/+16
|/
* gnetworkmonitornm: Consider NM_STATE_CONNECTED_SITE to be availablePhilip Withnall2019-05-311-1/+1
* Version 2.60.32.60.3Philip Withnall2019-05-212-1/+30
* Merge branch 'backport-852-gdb-hash-tables-glib-2-60' into 'glib-2-60'Philip Withnall2019-05-211-2/+18
|\
| * Update gdb pretty-printer for GHashTablezb32019-05-211-2/+18
|/
* Merge branch 'backport-848-hash-table-again-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-05-211-53/+84
|\
| * ghash: fix small array handling in g_hash_table_remove_all_nodes()Allison Karlitskaya2019-05-201-35/+47
| * ghash: Be more explicit about memory in g_hash_table_destroy_all_nodes()Allison Karlitskaya2019-05-201-9/+4
| * ghash: do less work when destroying the tableAllison Karlitskaya2019-05-201-1/+2
| * ghash: Improve internal documentationAllison Karlitskaya2019-05-201-9/+33
| * ghash: fix bug introduced by valgrind fixAllison Karlitskaya2019-05-201-18/+17
|/
* Merge branch 'backport-840-hash-table-valgrind-glib-2-60' into 'glib-2-60'Philip Withnall2019-05-201-5/+17
|\
| * ghash: Disable small-arrays under valgrindAllison Karlitskaya2019-05-141-5/+17
* | Merge branch 'backport-828-meson-abaltmon-fix-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-05-201-13/+13
|\ \
| * | build: Fix a typo in the test whether _NL_ABALTMON_n is supportedRafal Luzynski2019-05-101-13/+13
* | | Merge branch 'backport-845-format-size-buffer-size-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-05-201-1/+1
|\ \ \
| * | | Fixing g_format_size_full() on Windows-x64Emmanuel Fleury2019-05-151-1/+1
| | |/ | |/|
* | | Merge branch 'backport-839-greek-genitive-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-05-201-1/+1
|\ \ \
| * | | tests: Update month name check for Greek localeRafal Luzynski2019-05-141-1/+1
| |/ /
* | | Merge branch 'backport-814-gschema-fix-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-05-201-1/+2
|\ \ \
| * | | gschema.dtd: Add target attribute to aliasErnestas Kulik2019-05-071-1/+2
* | | | Merge branch 'wip/tingping/network-address-backport' into 'glib-2-60'Philip Withnall2019-05-162-99/+198
|\ \ \ \ | |_|/ / |/| | |
| * | | gnetworkaddress: Fix parallel enumerations interfering with eachotherPatrick Griffis2019-05-102-99/+198
| | |/ | |/|
* | | Merge branch 'backport-835-german-typo-glib-2-60' into 'glib-2-60'Emmanuele Bassi2019-05-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in German translationMartin Kröning2019-05-131-1/+1
|/ /
* | Merge branch 'backport-824-socketclient-leak-glib-2-60' into 'glib-2-60'Michael Catanzaro2019-05-091-0/+1
|\ \ | |/ |/|
| * gsocketclient: Fix a leak in the connection codeAllison Karlitskaya2019-05-091-0/+1
|/