summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/p3732/timeout-seconds-once' into 'main'Philip Withnall2023-05-093-15/+45
|\
| * gtimeout: use helper for seconds_full variantPeter Eisenmann2023-05-021-15/+1
| * add g_timeout_add_seconds_oncePeter Eisenmann2023-05-023-0/+44
* | tests: Zero the rlimit in standalone tests which are expected to abortPhilip Withnall2023-05-022-0/+18
* | tests: Add copyright/licensing header to assert-msg-testPhilip Withnall2023-05-021-0/+20
* | tests: Reformat assert-msg-test.c to follow coding stylePhilip Withnall2023-05-021-3/+6
|/
* gtestutils: Fix section marker in documentationArnaud Rebillout2023-05-021-1/+1
* gthreadpool: Document that g_thread_pool_new() will spawn a threadPhilip Withnall2023-04-281-3/+7
* gthreadpool: Clarify that item_free_func is not normally calledPhilip Withnall2023-04-271-0/+3
* Merge branch '98-current-path' into 'main'Marco Trevisan2023-04-271-10/+14
|\
| * gfileutils: Fix potential integer overflow in g_get_current_dir()Philip Withnall2023-04-141-10/+14
* | Merge branch 'unix-fd-source-docs' into 'main'Philip Withnall2023-04-261-3/+6
|\ \
| * | glib-unix: Improve documentation for g_unix_fd_source_new()Philip Withnall2023-04-251-3/+6
* | | Avoid having g_futex_simple() inadvertently modify errnoPeter Kjellerstedt2023-04-261-1/+5
* | | Merge branch 'doc-indentation' into 'main'Philip Withnall2023-04-242-2/+2
|\ \ \
| * | | Fix small issues in docsArjan Molenaar2023-04-242-2/+2
| |/ /
* | | Merge branch 'context-checks' into 'main'Philip Withnall2023-04-241-2/+19
|\ \ \
| * | | gmain: Add precondition assertions to g_main_context_release()Philip Withnall2023-04-241-1/+15
| * | | gmain: More explicitly document g_main_context_release() prereqsPhilip Withnall2023-04-241-1/+4
| |/ /
* | | Add init macros for refcounting typesEmmanuele Bassi2023-04-241-0/+54
|/ /
* | Merge branch 'gmain-less-locks' into 'main'Philip Withnall2023-04-242-83/+206
|\ \
| * | gmain: Do not dead-look if calling g_main_loop_run from a GSourceMarco Trevisan (Treviño)2023-04-192-1/+73
| * | gmain: Avoid locking dance in g_main_loop_run()Marco Trevisan (Treviño)2023-04-191-9/+8
| * | gmain: Avoid some lock/unlock dance during g_main_context_iterateMarco Trevisan (Treviño)2023-04-191-73/+125
* | | Merge branch 'mutex-tests-more' into 'main'Philip Withnall2023-04-242-2/+2
|\ \ \
| * | | glib/tests/[rec-]mutex: Allow each thread to workMarco Trevisan (Treviño)2023-04-202-2/+2
* | | | gvariant: Fix doc for g_variant_new_object_pathArnaud Rebillout2023-04-211-2/+2
* | | | gmacros: Do not redefine NULL on C++Marco Trevisan (Treviño)2023-04-191-3/+0
|/ / /
* | | Merge branch 'valgrind-variable' into 'main'Marco Trevisan2023-04-172-4/+41
|\ \ \
| * | | meson: cleanup pkg-config variables definitionsMarco Trevisan (Treviño)2023-04-171-8/+9
| * | | meson: Add tests for generated pkg-config filesMarco Trevisan (Treviño)2023-04-171-0/+31
| * | | meson: Add glib_valgrind_suppressions variable to glib pkg-config fileMarco Trevisan (Treviño)2023-04-141-1/+6
* | | | Merge branch 'no-usleep-on-0' into 'main'Philip Withnall2023-04-172-0/+27
|\ \ \ \
| * | | | gtimer: Avoid doing anything on g_usleep (0)Marco Trevisan (Treviño)2023-04-142-0/+27
| |/ / /
* | | | Merge branch 'work-around-ucrt-spawn-env-issue' into 'main'Philip Withnall2023-04-142-10/+231
|\ \ \ \
| * | | | Add test for UCRT issue workaroundLuca Bacci2023-04-141-1/+150
| * | | | Work around an UCRT issue with _wspawn() functions taking an environment bloc...Luca Bacci2023-04-141-9/+81
* | | | | Merge branch 'ghash-gvariant-cheri-layout' into 'main'Philip Withnall2023-04-143-9/+12
|\ \ \ \ \
| * | | | | GVariant: ensure GVariantIter alignment for CHERI systemsAlex Richardson2023-02-102-1/+3
| * | | | | GHash: Don't use SMALL_ENTRY_SIZE for CHERIAlex Richardson2023-02-101-1/+2
| * | | | | Make GVariantBuilder and GVariantDict layout compatible with CHERIAlex Richardson2023-02-102-6/+6
| * | | | | Fix GHashTableIter layout for CHERI targetsAlex Richardson2023-02-101-1/+1
* | | | | | Merge branch 'normalize-utf8-bounds-checking' into 'main'Philip Withnall2023-04-142-6/+71
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Test g_utf8_normalize() handling of invalid UTF-8 inputsTodd Carson2023-04-141-0/+38
| * | | | | g_utf8_normalize: don't read past the end of the bufferTodd Carson2023-04-141-6/+33
* | | | | | Merge branch '2307-mainloop-test-asan' into 'main'Philip Withnall2023-04-141-5/+0
|\ \ \ \ \ \
| * | | | | | tests: Re-enable mainloop test under AddressSanitizerPhilip Withnall2023-03-171-5/+0
| |/ / / / /
* | | | | | Merge branch 'socket-nonblock' into 'main'Philip Withnall2023-04-144-23/+59
|\ \ \ \ \ \
| * | | | | | 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-233-22/+58