summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdatetime: Add math library supportwip/datetime-lmPrasanth R2021-02-041-1/+1
* Merge branch 'atomic-take2' into 'master'Sebastian Dröge2021-02-031-0/+20
|\
| * atomic: Fix type check of g_atomic_pointer_compare_and_exchange()Xavier Claessens2021-02-031-3/+11
| * Revert "atomic: Fix type error with clang++"Xavier Claessens2021-02-031-0/+12
|/
* Merge branch 'wip/gdbus-even-when-setcap' into 'master'Philip Withnall2021-02-031-3/+33
|\
| * gdbus: Use DBUS_SESSION_BUS_ADDRESS if AT_SECURE but not setuidwip/gdbus-even-when-setcapSimon McVittie2021-02-021-2/+24
| * gdbus: Rename a variable to be less misleadingSimon McVittie2021-02-021-3/+3
| * gdbus: Improve readability by avoiding ternary operatorSimon McVittie2021-02-021-2/+10
* | Merge branch 'carlosgc/uri-host-nullable' into 'master'Philip Withnall2021-02-031-1/+1
|\ \
| * | guri: Mark g_uri_get_host as nullableCarlos Garcia Campos2021-02-031-1/+1
* | | 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