summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gio: add g_file_enumerator_enumerate_children()wip/chergert/enumerate-childrenChristian Hergert2019-04-086-24/+705
* Fix the "/proc/self/cmdline" testРуслан Ижбулатов2019-04-071-0/+3
* Merge branch 'cygwin-visibility' into 'master'Philip Withnall2019-04-031-1/+1
|\
| * Use W32 visibility for CygwinРуслан Ижбулатов2019-03-201-1/+1
* | Merge branch 'cygwin-proc-self-cmdline' into 'master'LRN2019-04-033-8/+99
|\ \
| * | Check for /proc/self/cmdlineРуслан Ижбулатов2019-04-033-8/+99
|/ /
* | Merge branch '1737-gdbus-tool-wait' into 'master'Emmanuele Bassi2019-04-031-4/+4
|\ \
| * | gdbus-tool: Fix units for `gdbus-tool wait` timeoutPhilip Withnall2019-03-271-4/+4
* | | Merge branch 'g_get_prgname-annotations' into 'master'Philip Withnall2019-04-031-1/+2
|\ \ \
| * | | gutils: Add (nullable) annotation to g_get_prgname()Philip Withnall2019-04-031-1/+2
* | | | Merge branch 'wip/oholy/trash-autofs' into 'master'Philip Withnall2019-04-031-2/+13
|\ \ \ \
| * | | | gunixmounts: Return the last matching mount for same mount pathOndrej Holy2019-03-221-2/+13
* | | | | Merge branch 'use_after_free' into 'master'Philip Withnall2019-04-031-10/+20
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix use-after-free triggered by gnome-session-binaryStefan Sperling2019-03-251-10/+20
* | | | | Merge branch 'fix-cocoa-backend-loading' into 'master'Philip Withnall2019-04-011-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Properly ensure the cocoa notification backend typeIgnacio Casal Quinteiro2019-03-291-1/+1
|/ / / /
* | | | Merge branch 'cygwin-rtld_next' into 'master'Philip Withnall2019-03-272-17/+28
|\ \ \ \
| * | | | Check for RTLD_NEXTРуслан Ижбулатов2019-03-272-17/+28
| | |_|/ | |/| |
* | | | Merge branch 'cygwin-macro' into 'master'Philip Withnall2019-03-261-1/+9
|\ \ \ \
| * | | | Set G_WITH_CYGWIN againРуслан Ижбулатов2019-03-221-1/+9
| |/ / /
* | | | Merge branch '1258-input-stream-annotations' into 'master'Philip Withnall2019-03-261-8/+8
|\ \ \ \
| * | | | ginputstream: Add missing (out) annotations to read() functionsPhilip Withnall2019-03-221-8/+8
* | | | | Merge branch 'wip/jtojnar/gsettings-cleanup' into 'master'Philip Withnall2019-03-261-0/+2
|\ \ \ \ \
| * | | | | gio: Add missing autocleanup definition for GSettingsSchemaKeyJan Tojnar2019-03-261-0/+1
| * | | | | gio: Add missing autocleanup definition for GSettingsSchemaSourceJan Tojnar2019-03-261-0/+1
|/ / / / /
* | | | | Merge branch 'cocoa-notification-backend-default' into 'master'Patrick Griffis2019-03-261-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gcocoanotificationbackend: give more priority than the gtk oneIgnacio Casal Quinteiro2019-03-261-1/+1
|/ / / /
* | | | Merge branch '1732-gai_strerror-locale' into 'master'Sebastian Dröge2019-03-222-11/+9
|\ \ \ \ | |/ / / |/| | |
| * | | gresolver: Convert encoding of gai_strerror() return valuePhilip Withnall2019-03-222-11/+9
|/ / /
* | | Merge branch 'gai_strerror-thread-safety' into 'master'Michael Catanzaro2019-03-212-3/+32
|\ \ \ | |/ / |/| |
| * | gresolver: Don’t use gai_strerror() on Windows, as it isn’t threadsafePhilip Withnall2019-03-212-3/+32
|/ /
* | Merge branch 'wip/tintou/autoptr-right-function' into 'master'Emmanuele Bassi2019-03-202-2/+2
|\ \
| * | docs: Use the right g_autoptr function when using an auxiliary functionCorentin Noël2019-03-202-2/+2
|/ /
* | Merge branch 'fix-warnings-glib' into 'master'Philip Withnall2019-03-1925-150/+202
|\ \
| * | Fixing signedness warning in glib/gslice.cEmmanuel Fleury2019-03-171-1/+4
| * | Fix various signedness warnings in glib/ghash.cEmmanuel Fleury2019-03-172-18/+18
| * | Fixing various warnings in glib/gvariant-parser.cEmmanuel Fleury2019-03-171-9/+13
| * | Fixing various warning in glib/gvarianttypeinfo.cEmmanuel Fleury2019-03-171-6/+6
| * | Fixing signedness in glib/gvariant.cEmmanuel Fleury2019-03-171-12/+15
| * | Fixing signedness in glib/gvariant-core.cEmmanuel Fleury2019-03-171-1/+1
| * | Fixing missing initializer in glib/giounix.cEmmanuel Fleury2019-03-171-1/+2
| * | Fixing signedness in glib/gthread-posix.cEmmanuel Fleury2019-03-171-1/+1
| * | Fixing signedness in glib/gtester.cEmmanuel Fleury2019-03-171-1/+1
| * | Fixing missing initializer in glib-unix.cEmmanuel Fleury2019-03-171-1/+1
| * | Fixing various warnings in glib/gstring.cEmmanuel Fleury2019-03-171-31/+51
| * | Fixing various warnings in glib/gtimezone.cEmmanuel Fleury2019-03-171-26/+36
| * | Fixing signedness in glib/gtestutils.cEmmanuel Fleury2019-03-171-1/+1
| * | Fixing signedness in glib/gthreadpool.cEmmanuel Fleury2019-03-171-8/+8
| * | Fixing signedness problem in glib/gstrfuncs.cEmmanuel Fleury2019-03-151-1/+2
| * | Fixing various warnings in glib/gmain.cEmmanuel Fleury2019-03-151-8/+12