summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | build/gmodule-2.0.pc: Move compiler flags from Libs to CflagsJan Tojnar2023-03-313-8/+10
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'fuzz-normalize-utf8' into 'main'Philip Withnall2023-04-142-0/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Add fuzzing harness for g_utf8_normalize()Todd Carson2023-04-142-0/+49
* | | | | | | | | Merge branch 'meson-system-libintl-detection' into 'main'Philip Withnall2023-04-141-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | meson: Fix detection of a system-provided proxy-libintlNirbheek Chauhan2023-03-261-3/+4
| |/ / / / / / / /
* | | | | | | | | Merge branch 'socket-nonblock' into 'main'Philip Withnall2023-04-147-66/+122
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gsocket: Improve wording in a warning message slightlyPhilip Withnall2023-03-231-1/+1
| * | | | | | | | | gwakeup: Use O_NONBLOCK to avoid a fcntl() syscall where possiblePhilip Withnall2023-03-231-1/+1
| * | | | | | | | | glib-unix: Add O_NONBLOCK support to g_unix_open_pipe()Philip Withnall2023-03-234-23/+59
| * | | | | | | | | inotify: Use IN_NONBLOCK to avoid a fcntl() syscall where possiblePhilip Withnall2023-03-231-4/+11
| * | | | | | | | | gsocket: Use SOCK_NONBLOCK to avoid a fcntl() syscall where possiblePhilip Withnall2023-03-231-38/+51
* | | | | | | | | | Merge branch 'move-msvc-recommended-pragmas' into 'main'Philip Withnall2023-04-143-5/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | meson: Move msvc_recommended_pragmas.h to a subdirectoryPhilip Withnall2023-03-213-5/+5
* | | | | | | | | | | Merge branch 'gio-tool-info-strings' into 'main'Philip Withnall2023-04-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gio-tool-info: Fix a duplicate attribute name in the UIPhilip Withnall2023-03-211-1/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bsd-libelf-enabled' into 'main'Philip Withnall2023-04-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | meson: allow -Dlibelf=enabled without pkg-configJan Beich2023-03-201-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'post-release-version-stuff' into 'main'Philip Withnall2023-04-144-1/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | docs: Add 2.78 release series documentation pages to the buildPhilip Withnall2023-04-143-0/+12
| * | | | | | | | | | | build: Post-release version bumpPhilip Withnall2023-04-141-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch '1264-gdbus-double-unref' into 'main'Philip Withnall2023-04-142-56/+72
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | gdbusconnection: Improve refcount handling of timeout sourcePhilip Withnall2023-04-141-4/+4
| * | | | | | | | | | gdbusconnection: Rearrange refcount handling of map_method_serial_to_taskPhilip Withnall2023-04-141-12/+12
| * | | | | | | | | | gdbusprivate: Use G_SOURCE_REMOVE in a source callbackPhilip Withnall2023-04-141-1/+1
| * | | | | | | | | | gdbusprivate: Improve ownership docs for write_message_async()Philip Withnall2023-04-141-9/+12
| * | | | | | | | | | gdbusprivate: Ensure data->task is cleared when it returnsPhilip Withnall2023-04-141-21/+33
| * | | | | | | | | | gdbusprivate: Improve docs on message ownership in MessageToWriteDataPhilip Withnall2023-02-231-3/+2
| * | | | | | | | | | gdbusconnection: Improve docs of message ownership in closuresPhilip Withnall2023-02-231-7/+7
| * | | | | | | | | | gdbusconnection: Fix the type of a free functionPhilip Withnall2023-02-231-1/+1
| * | | | | | | | | | gdbusconnection: Fix double unref on timeout/cancel sending a messagePhilip Withnall2023-02-231-5/+7
* | | | | | | | | | | Merge branch 'signal-handler-matching-docs' into 'main'Marco Trevisan2023-04-142-8/+23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gsignal: Clarify documentation for GSignalMatchType matchingPhilip Withnall2023-04-142-8/+23
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch '95-markup-docs' into 'main'Emmanuele Bassi2023-04-133-0/+174
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | docs: Add simple GMarkup parser exampleDavid King2023-04-113-0/+174
* | | | | | | | | | | | Merge branch '799-app-info-monitor-docs' into 'main'Emmanuele Bassi2023-04-132-33/+102
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | tests: Add some explanatory comments to appmonitor testPhilip Withnall2023-03-221-0/+3
| * | | | | | | | | | | | tests: Port appmonitor test from GMainLoop to using GMainContext directlyPhilip Withnall2023-03-221-17/+21
| * | | | | | | | | | | | tests: Fix non-removal of a timeout in appmonitor testPhilip Withnall2023-03-221-3/+14
| * | | | | | | | | | | | tests: Fix a FIXME in the appmonitor testPhilip Withnall2023-03-221-7/+16
| * | | | | | | | | | | | tests: Use g_assert_*() rather than g_assert() in appmonitor testsPhilip Withnall2023-03-221-2/+2
| * | | | | | | | | | | | tests: Add copyright/licensing header to appmonitor testsPhilip Withnall2023-03-221-0/+21
| * | | | | | | | | | | | gappinfo: Clarify one-shot behaviour of GAppInfoMonitor::changed in docsPhilip Withnall2023-03-221-7/+28
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'libicu-tests' into 'main'Emmanuele Bassi2023-04-132-1/+53
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | glib: unicode: add some empty string testsGuillaume Desmottes2023-03-151-0/+12
| * | | | | | | | | | | | glib: unicode: add tests for g_utf8_normalize()Guillaume Desmottes2023-03-151-0/+40
| * | | | | | | | | | | | glib: unicode: fix unicode standard linkGuillaume Desmottes2023-03-151-1/+1
* | | | | | | | | | | | | Merge branch '322-proxy-subclass-example' into 'main'Emmanuele Bassi2023-04-131-0/+102
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tests: Finish update of gdbus-example-proxy-subclass to new GDBus APIColin Walters2023-03-201-0/+102
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'update-unicode-normalisation-tests' into 'main'Emmanuele Bassi2023-04-131-5/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | tests: Update Unicode normalisation tests from Unicode 15Philip Withnall2023-03-241-5/+87
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |