summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* atomic: Fix type check of g_atomic_pointer_compare_and_exchange()wip/atomic-take2Xavier Claessens2021-02-021-3/+11
* Revert "atomic: Fix type error with clang++"Xavier Claessens2021-02-021-0/+12
* Merge branch 'fix_more_warnings' into 'master'Sebastian Dröge2021-02-025-9/+14
|\
| * Fix signedness warnings in gio/ghttpproxy.c:g_http_proxy_connect()Emmanuel Fleury2021-02-021-3/+6
| * Fix several missing initializer warnings in gio/gapplication.c:g_application_...Emmanuel Fleury2021-02-011-3/+3
| * Fix missing initializer warning in gio/gdbusobjectmanagerserver.cEmmanuel Fleury2021-02-011-1/+2
| * Fix missing initializer warning in gio/gdbusconnection.c:g_dbus_connection_re...Emmanuel Fleury2021-02-011-1/+2
| * Fix missing initializer warning in gio/gdelayedsettingsbackend.c:delayed_back...Emmanuel Fleury2021-02-011-1/+1
* | Merge branch 'atomic-typeof' into 'master'Sebastian Dröge2021-02-028-16/+77
|\ \
| * | glib_typeof: It is an API break that should be opt-inXavier Claessens2021-01-275-4/+6
| * | atomic: Fix type error with clang++Xavier Claessens2021-01-271-12/+0
| * | Use C++11 decltype where possibleXavier Claessens2021-01-273-0/+71
* | | Merge branch 'fix/unix-stream-pollable-detection' into 'master'Sebastian Dröge2021-02-028-32/+282
|\ \ \
| * | | gunix: Fix {Input,Output}Stream pollable detectionOle André Vadla Ravnås2021-02-028-32/+282
* | | | Merge branch 'key-file-get-comment-nullable' into 'master'Philip Withnall2021-02-021-1/+1
|\ \ \ \
| * | | | Mark g_key_file_get_comment() key parameter as nullableSebastian Dröge2021-02-021-1/+1
|/ / / /
* | | | Merge branch 'wip/avoid-searching-path' into 'master'Philip Withnall2021-02-017-10/+707
|\ \ \ \
| * | | | Expand test coverage for G_SPAWN_SEARCH_PATHwip/avoid-searching-pathSimon McVittie2021-01-312-0/+215
| * | | | spawn: prefer allocating buffers on stack for small sizes to avoid valgrind l...Thomas Haller2021-01-311-8/+30
| * | | | Add test coverage for G_SPAWN_SEARCH_PATHSimon McVittie2021-01-286-0/+447
| * | | | spawn: Don't set a search path if we don't want to search PATHSimon McVittie2021-01-281-3/+16
| | |/ / | |/| |
* | | | Merge branch 'wip/smcv/address-sanitizer' into 'master'Simon McVittie2021-02-0112-6/+182
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests: Mark tests with AddressSanitizer-detected leaksSimon McVittie2021-02-017-3/+104
| * | | gutils: Tell AddressSanitizer not to track previous XDG directoriesSimon McVittie2021-02-011-0/+2
| * | | glib-private: Add wrappers for telling AddressSanitizer to ignore leaksSimon McVittie2021-02-011-0/+43
| * | | gtestutils: Default to -m no-undefined under AddressSanitizerSimon McVittie2021-02-011-2/+10
| * | | glib-private: Add infrastructure to detect AddressSanitizerSimon McVittie2021-02-011-0/+13
| * | | gio: Don't run gsocketclient-slow test under sanitizersSimon McVittie2021-02-011-1/+2
| * | | error test: Don't test programmer error if asked not toSimon McVittie2021-02-011-0/+8
|/ / /
* | | Merge branch 'th/gsignal-cleanup' into 'master'Sebastian Dröge2021-02-012-22/+31
|\ \ \
| * | | gsignal: use g_clear_signal_handler() macro to implement g_clear_signal_handl...Thomas Haller2021-02-011-10/+10
| * | | gsignal: let g_clear_signal_handler() evaluate argument only onceThomas Haller2021-02-011-4/+5
| * | | gsignal: use stack allocate temporary buffer in g_signal_new_valist()Thomas Haller2021-02-011-8/+16
|/ / /
* | | Merge branch 'ricotz/for-master' into 'master'Sebastian Dröge2021-01-312-5/+5
|\ \ \
| * | | gio: Add explicit virtual g-i annotations for undiscovered invoker relationshipricotz/for-masterRico Tzschichholz2021-01-302-5/+5
* | | | Merge branch 'fix_more_warnings' into 'master'Philip Withnall2021-01-308-13/+16
|\ \ \ \
| * | | | Fix signedness warning in gio/gdatainputstream.c:read_data()Emmanuel Fleury2021-01-211-1/+1
| * | | | Fix several warnings in gio/gapplicationimpl-dbus.c:g_application_impl_comman...Emmanuel Fleury2021-01-212-3/+3
| * | | | Fix several warnings in gio/gapplicationimpl-dbus.c:g_application_impl_attemp...Emmanuel Fleury2021-01-211-2/+3
| * | | | Fix missing initializer warning in gio/gmenuexporter.c:g_dbus_connection_expo...Emmanuel Fleury2021-01-211-1/+1
| * | | | Fix signedness warning in gio/gsocketlistener.c:g_socket_listener_close()Emmanuel Fleury2021-01-211-1/+1
| * | | | Fix signedness warning in gio/gsocketlistener.c:g_socket_listener_set_backlog()Emmanuel Fleury2021-01-211-1/+1
| * | | | Fix signedness warning in gio/gsocketlistener.c:add_sources()Emmanuel Fleury2021-01-211-1/+1
| * | | | Fix missing initializer in gio/gactiongroupexporter.c:g_dbus_connection_expor...Emmanuel Fleury2021-01-211-1/+1
| * | | | Fix signedness warning in gio/gnetworkmonitornetlink.c:remove_network()Emmanuel Fleury2021-01-211-1/+1
| * | | | Fix missing initializer warning in gio/gtask.cEmmanuel Fleury2021-01-211-1/+3
* | | | | Update Brazilian Portuguese translationRafael Fontenelle2021-01-301-497/+606
* | | | | Merge branch 'override-gio-querymodules' into 'master'Sebastian Dröge2021-01-301-0/+1
|\ \ \ \ \
| * | | | | Meson: override gio-querymodules programXavier Claessens2021-01-291-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'wip/test-leaks' into 'master'Sebastian Dröge2021-01-302-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |