summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* notification: Don't send file icons to the portalportal-notification-iconMatthias Clasen2019-05-091-0/+26
* Merge branch 'wip/ernestask/dtd-fix' into 'master'Philip Withnall2019-05-071-1/+2
|\
| * gschema.dtd: Add target attribute to aliasErnestas Kulik2019-05-061-1/+2
* | Merge branch '1739-freebsd-too' into 'master'Philip Withnall2019-05-071-1/+5
|\ \
| * | tests: Don’t check for libdl on FreeBSD or NetBSD eitherPhilip Withnall2019-05-021-1/+5
* | | Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'Michael Catanzaro2019-05-061-6/+15
|\ \ \ | |_|/ |/| |
| * | gsocketclient: Fix potential critical when cancelling connectPatrick Griffis2019-04-161-6/+15
* | | Merge branch 'wip/carlosg/appinfo-environment-preconditions' into 'master'Emmanuele Bassi2019-05-061-0/+9
|\ \ \
| * | | gappinfo: Add precondition checks to GAppLaunchContext env methodsCarlos Garnacho2019-05-061-0/+9
|/ / /
* | | Merge branch '106-boxed-documentation' into 'master'Sebastian Dröge2019-05-021-5/+16
|\ \ \
| * | | docs: Expand introduction to boxed typesPhilip Withnall2019-05-021-5/+16
* | | | Merge branch '1768-strlcat-test-fix' into 'master'Sebastian Dröge2019-05-021-6/+6
|\ \ \ \
| * | | | tests: Remove redundant non-NULL checks in g_strlcat() testPhilip Withnall2019-05-021-5/+0
| * | | | tests: Add checks for buffer sizing in g_strlcat() testsPhilip Withnall2019-05-021-0/+5
| * | | | tests: Increase buffer size for g_strlcat() testsPhilip Withnall2019-05-021-1/+1
* | | | | Merge branch 'queue-tests' into 'master'Sebastian Dröge2019-05-022-2/+124
|\ \ \ \ \
| * | | | | gqueue: Remove a redundant branchPhilip Withnall2019-05-021-2/+4
| * | | | | tests: Add unit tests for g_queue_push_nth_link()Philip Withnall2019-05-021-0/+89
| * | | | | tests: Add a test for calling g_queue_clear_full() with a NULL free_funcPhilip Withnall2019-05-021-0/+33
| * | | | | tests: Rearrange assertions in the g_queue_clear_full() testPhilip Withnall2019-05-021-3/+1
| |/ / / /
* | | | | Merge branch 'socket-docs-trivial' into 'master'Sebastian Dröge2019-05-021-5/+12
|\ \ \ \ \
| * | | | | gsocket: Clarify in docs that `flags` arguments can be platform specificPhilip Withnall2019-04-291-5/+12
* | | | | | Merge branch '1713-ucd-12' into 'master'Sebastian Dröge2019-05-029-1539/+2942
|\ \ \ \ \ \
| * | | | | | glib: Update Unicode Character Database to version 12.0.0Philip Withnall2019-04-299-1539/+2942
* | | | | | | Merge branch '1755-revert-gstrfunc' into 'master'Sebastian Dröge2019-05-021-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Revert "macros: Try to use the standard __func__ first in G_STRFUNC"Philip Withnall2019-04-261-3/+3
* | | | | | | Merge branch 'emmanuel.fleury/glib-g_strcanon_documentation_fix' into 'master'Philip Withnall2019-05-011-11/+747
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Adding tests cases for a better coverage of glib/tests/strfuncs.cEmmanuel Fleury2019-05-021-11/+747
* | | | | | | Merge branch 'wip/chergert/insertbeforelink' into 'master'Philip Withnall2019-05-017-6/+248
|\ \ \ \ \ \ \
| * | | | | | | glist: code style cleanup for g_list_insert_before()Christian Hergert2019-05-011-6/+4
| * | | | | | | queue: add g_queue_insert_before_link() and g_queue_insert_after_link()Christian Hergert2019-05-014-0/+114
| * | | | | | | list: add g_list_insert_before_link()Christian Hergert2019-05-014-0/+130
|/ / / / / / /
* | | | | | | Merge branch 'ci-update' into 'master'Philip Withnall2019-05-018-20/+360
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ci: Add a debian-stable jobEmmanuele Bassi2019-04-301-0/+29
| * | | | | | ci: Move to per-job imagesEmmanuele Bassi2019-04-301-2/+7
| * | | | | | ci: Update the Android NDK image to Fedora 28Emmanuele Bassi2019-04-301-1/+1
| * | | | | | ci: Remove Android and MingW bits from the fedora DockerfileEmmanuele Bassi2019-04-301-20/+2
| * | | | | | ci: Add a MinGW Docker imageEmmanuele Bassi2019-04-301-0/+70
| * | | | | | ci: Add an Android NDK Docker imageEmmanuele Bassi2019-04-301-0/+75
| * | | | | | ci: Beef up run-docker.shEmmanuele Bassi2019-04-301-9/+111
| * | | | | | ci: Rename the Fedora DockerfileEmmanuele Bassi2019-04-301-0/+0
| * | | | | | ci: Add Debian stable Docker imageEmmanuele Bassi2019-04-301-0/+73
| * | | | | | Check GCC version before ignoring diagnostic messageEmmanuele Bassi2019-04-301-1/+1
| * | | | | | Add a version check for duplicated-branches warningEmmanuele Bassi2019-04-301-0/+2
| * | | | | | ci: Add clang and scan-buildEmmanuele Bassi2019-04-301-0/+2
| * | | | | | ci: Update the Docker image for FedoraEmmanuele Bassi2019-04-301-1/+1
|/ / / / / /
* | | | | | Merge branch 'strcanon-docs' into 'master'Philip Withnall2019-04-302-137/+188
|\ \ \ \ \ \
| * | | | | | Fixing glib/tests/strfuncs.c to conform to new test coding standardsEmmanuel Fleury2019-04-301-135/+172
| * | | | | | Fix some documentation issue in glib/gstrfuncs.cEmmanuel Fleury2019-04-301-2/+16
* | | | | | | Merge branch 'flaky-monitor' into 'master'Philip Withnall2019-04-302-221/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |