summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Modernize g_source_is_destroyed examplewip/jtojnar/gsrc-dstr-exampleJan Tojnar2021-01-041-4/+16
* Merge branch 'uri' into 'master'Philip Withnall2020-06-2510-441/+3653
|\
| * guri: new URI parsing and generating functionsDan Winship2020-06-2510-440/+3652
| * misc: code styleMarc-André Lureau2020-06-251-1/+1
* | Merge branch '1670-unix-signal-handling-safety' into 'master'Philip Withnall2020-06-251-7/+15
|\ \ | |/ |/|
| * gmain: Access Unix signal handler state atomicallyPhilip Withnall2020-06-191-7/+15
* | gspawn: Don’t use malloc() when running a binary under /bin/shPhilip Withnall2020-06-231-29/+57
* | gspawn: Don’t use malloc() when searching for a binaryPhilip Withnall2020-06-231-12/+42
* | gspawn: Don’t use getenv() in async-signal-safe contextPhilip Withnall2020-06-231-39/+37
* | gspawn: Don’t use getrlimit() or sysconf() in async-signal-safe contextPhilip Withnall2020-06-231-11/+28
* | gspawn: Don’t use g_assert() in async-signal-safe contextPhilip Withnall2020-06-231-4/+6
* | gspawn: Don’t use g_ascii_isdigit() in async-signal-safe contextPhilip Withnall2020-06-231-2/+1
* | gspawn: Don’t use g_close() in async-signal-safe contextPhilip Withnall2020-06-231-2/+2
* | gspawn: Audit for async-signal-safetyPhilip Withnall2020-06-231-1/+41
* | tree: Fix various ableist languagePhilip Withnall2020-06-2311-42/+41
|/
* Merge branch 'more-memcheck' into 'master'Emmanuele Bassi2020-06-171-2/+2
|\
| * gthreadpool: Fix some typos in the docs for g_thread_pool_free()Philip Withnall2020-06-171-2/+2
* | Merge branch 'fix-gnulib-msvc-isnan' into 'master'Philip Withnall2020-06-171-7/+24
|\ \ | |/ |/|
| * meson: Fix gnulib build where isnan*() is neededChun-wei Fan2020-06-141-7/+24
* | Merge branch 'variant-get-string-docs' into 'master'Sebastian Dröge2020-06-171-2/+6
|\ \
| * | gvariant: Fix documentation for g_variant_get_string() to match realityPhilip Withnall2020-06-121-2/+6
* | | Merge branch '1398-getdateformatw-error-handling' into 'master'Sebastian Dröge2020-06-171-9/+28
|\ \ \
| * | | gdate: Add some missing error handling to GetDateFormatW() callsPhilip Withnall2020-06-121-9/+28
| |/ /
* | | win32: spelling fixMarc-André Lureau2020-06-151-3/+3
| |/ |/|
* | tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-1237-68/+68
|/
* Merge branch '2106-dead-code' into 'master'Sebastian Dröge2020-06-101-5/+0
|\
| * gtranslit: Drop duplicate if casePhilip Withnall2020-05-121-5/+0
* | Normalize C source files to end with exactly one newlineSimon McVittie2020-06-1021-29/+1
* | meson: Fix gnulib printf checksNirbheek Chauhan2020-06-082-12/+10
* | strfuncs: Use a GPtrArray in strsplit()Timm Bäder2020-06-051-18/+8
* | Add a GBookmarkFile serialization test caseEmmanuele Bassi2020-05-301-1/+27
* | Initialize the visited time of a new GBookmarkFileEmmanuele Bassi2020-05-301-0/+3
* | Merge branch '1931-bookmark-file-y2038' into 'master'Emmanuele Bassi2020-05-283-179/+607
|\ \
| * | tests: Add tests for deprecated GBookmarkFile APIPhilip Withnall2020-05-281-0/+95
| * | gbookmarkfile: Deprecate GBookmarkFile APIs which use time_tPhilip Withnall2020-05-282-8/+24
| * | tests: Update GBookmarkFile tests to use new APIsPhilip Withnall2020-05-281-67/+81
| * | gbookmarkfile: Add Y2038-proof APIs to GBookmarkFilePhilip Withnall2020-05-282-104/+407
* | | Merge branch 'static-libintl' into 'master'Philip Withnall2020-05-281-5/+3
|\ \ \
| * | | meson: Fix underlinking of static libintl by trying iconv and pthreadJames Le Cuirot2020-05-281-3/+3
| * | | meson: Remove transitive dep workaround now we require newer MesonJames Le Cuirot2020-05-281-3/+1
| |/ /
* | | Don't fall back to raise(SIGTRAP) on WindowsMartin Storsjö2020-05-281-1/+1
|/ /
* | win32 gpoll: Fix wait for at least one thread to returnmajordaw2020-05-201-1/+1
* | Merge branch '1323-aarch64-mem-barrier' into 'master'Sebastian Dröge2020-05-194-16/+112
|\ \
| * | build: Drop unused `G_ATOMIC_OP_MEMORY_BARRIER_NEEDED`Philip Withnall2020-05-191-1/+0
| * | gthread: Use C11-style memory consistency to speed up g_once()Philip Withnall2020-05-192-6/+27
| * | tests: Add multi-threaded test for g_once()Philip Withnall2020-05-191-0/+68
| * | tests: Tidy up test naming in glib/tests/once.cPhilip Withnall2020-05-191-9/+17
* | | Merge branch '602-introspect-thread' into 'master'Sebastian Dröge2020-05-191-11/+11
|\ \ \ | |/ / |/| |
| * | gthread: Add introspection annotationsPhilip Withnall2020-05-191-11/+11
* | | gmem: Improve documentation to clarify abort-on-alloc-failurePhilip Withnall2020-05-191-1/+5
|/ /