summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | threadpool test: Don't leak the thread poolwip/test-leaksSimon McVittie2021-01-291-0/+1
| * | | | socket-service test: Don't leak writev vectorsSimon McVittie2021-01-291-0/+1
|/ / / /
* | | | Merge branch '1054-check-bash-comp-dir' into 'master'Philip Withnall2021-01-292-1/+13
|\ \ \ \
| * | | | Check the completiondir from bash-completion package config file.Frederic Martinsons2021-01-292-1/+13
* | | | | Merge branch 'wip/smcv/gdbus-test-leak' into 'master'Philip Withnall2021-01-291-1/+10
|\ \ \ \ \
| * | | | | gdbus-serialization: Don't leak string containing first serializationwip/smcv/gdbus-test-leakSimon McVittie2021-01-281-1/+10
| | |_|/ / | |/| | |
* | | | | Merge branch 'wip/autoconf-serial' into 'master'Philip Withnall2021-01-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | m4macros: Increment serial number of glib-2.0.m4wip/autoconf-serialSimon McVittie2021-01-271-1/+1
| |/ / /
* | | | Merge branch 'ci-check-remote-exist' into 'master'Philip Withnall2021-01-281-1/+3
|\ \ \ \
| * | | | Check if the remote already exists before adding it.Frederic Martinsons2021-01-271-1/+3
| |/ / /
* | | | Merge branch '344-gdbus-completion' into 'master'Philip Withnall2021-01-281-5/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Correct memory leaks of error in completion case.Frederic Martinsons2021-01-261-5/+5
| * | | Check object path validity during completion inside print_paths.Frederic Martinsons2021-01-261-0/+5
* | | | Merge branch 'fix/darwin-nosigpipe-regression' into 'master'Sebastian Dröge2021-01-272-1/+28
|\ \ \ \ | |/ / / |/| | |
| * | | gsocket: Fix SO_NOSIGPIPE regression on DarwinFrancesco Tamagni2021-01-212-1/+28
| |/ /
* | | Merge branch 'fix/gwin32appinfo-printf-length-sub-specifier' into 'master'Philip Withnall2021-01-261-1/+1
|\ \ \ | |_|/ |/| |