summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Move tests/env-test.c into glib/tests/environment.cEmmanuel Fleury2021-12-161-0/+81
* Moving tests/dirname-test.c to glib/tests/fileutils.cEmmanuel Fleury2021-12-161-0/+62
* Merge branch 'move_tests/child-test_to_glib/tests/spawn-multithreaded' into '...Philip Withnall2021-12-161-1/+164
|\
| * Improving the tests moved in spawn-multithreadedEmmanuel Fleury2021-12-161-25/+30
| * Merging tests/child-test.c into glib/tests/spawn-multithreaded.cEmmanuel Fleury2021-12-151-1/+159
* | Silence MSVC C4312 in list testsCharles Barto2021-12-151-1/+3
* | fix /list/position testCharles Barto2021-12-151-11/+15
|/
* gspawn: add new error message for open() failuresMichael Catanzaro2021-12-141-4/+13
* gspawn: Check from errors from safe_dup2() and dupfd_cloexec()Michael Catanzaro2021-12-141-11/+29
* gspawn: Implement fd remapping for posix_spawn codepathMichael Catanzaro2021-12-141-7/+61
* gspawn: fix fd remapping conflation issueMichael Catanzaro2021-12-141-18/+31
* gspawn: fix hangs when duping child_err_report_fdMichael Catanzaro2021-12-141-15/+1
* gspawn: Improve error message when dup failsMichael Catanzaro2021-12-141-1/+1
* gspawn: use close_and_invalidate moreMichael Catanzaro2021-12-141-1/+1
* Move tests/completion-test.c to glib/tests/completion.cEmmanuel Fleury2021-12-132-0/+98
* gstrfuncs: don't require nonstandard functions for USE_XLOCALE.Érico Nogueira2021-12-091-10/+7
* gfileutils: Fix transfer annotation and whitespace issuesPhaedrus Leeds2021-12-021-26/+26
* gfileutils: Correctly reset start value when canonicalising pathsPhilip Withnall2021-12-021-9/+10
* gfileutils: Add a comment in g_canonicalize_filename()Philip Withnall2021-12-021-0/+2
* tests: Test the function forms of g_bit_*() APIs tooPhilip Withnall2021-12-021-0/+12
* tests: Factor out common calculations in test_basic_bits() testPhilip Withnall2021-12-021-7/+12
* Merge branch 'move_bit-test' into 'main'Philip Withnall2021-12-021-0/+126
|\
| * Merging tests/bit-test.c into glib/tests/utils.cEmmanuel Fleury2021-12-011-0/+126
* | Merge branch 'move_test_sources' into 'main'Philip Withnall2021-12-011-0/+188
|\ \ | |/ |/|
| * GSource: move test to glib/tests/Nishal Kulkarni2021-12-011-0/+188
* | Merge branch '2541-canonicalize-performance' into 'main'Philip Withnall2021-11-301-57/+58
|\ \
| * | gfileutils: Improve performance of g_canonicalize_filename()Sebastian Wilhelmi2021-11-261-57/+58
* | | Removing tests/asyncqueue-test.c from tests/Emmanuel Fleury2021-11-291-0/+43
| |/ |/|
* | gqsort: Move test to glib/tests/Nishal Kulkarni2021-11-271-0/+25
|/
* Merge branch 'new_alloca0_newa0' into 'main'Philip Withnall2021-11-263-5/+33
|\
| * goption: Use new g_newa0() functionNishal Kulkarni2021-11-261-2/+1
| * ghmac: Use new g_alloca0() functionNishal Kulkarni2021-11-261-3/+1
| * galloca: Add new API g_alloca0 and g_newa0Marc-André Lureau2021-11-261-0/+31
* | tests: Unset CHARSET when testing locales to avoid it breaking testsPhilip Withnall2021-11-261-0/+4
* | gcharset: Document the CHARSET environment variable a bitPhilip Withnall2021-11-261-0/+6
* | Add some overflow protection to g_string_chunk_insert_len()Sebastian Dröge2021-11-251-1/+6
* | Add overflow protection to g_string_maybe_expand()Sebastian Dröge2021-11-251-0/+8
* | Add stricter overflow protection from GArray to g_ptr_array_maybe_expand() tooSebastian Dröge2021-11-251-1/+9
* | De-duplicate g_nearest_pow() implementationSebastian Dröge2021-11-254-70/+32
|/
* Merge branch 'make_setprgname_thread_safe' into 'main'Philip Withnall2021-11-242-5/+55
|\
| * gutils: Make g_set_prgname() thread-safeNishal Kulkarni2021-11-242-5/+55
* | Merge branch 'main' into 'main'Philip Withnall2021-11-222-2/+21
|\ \
| * | gutf8: add string length check when ending character offset is -1Chen Guanqiao2021-11-192-2/+21
* | | Merge branch 'improve-win32-version' into 'main'Philip Withnall2021-11-223-35/+130
|\ \ \
| * | | gutils.c: Improve g_get_os_info() for Windows Server 2008+Chun-wei Fan2021-11-221-6/+21
| * | | gutils.c: Improve Windows Server 2016/10 20H2+ detectionChun-wei Fan2021-11-221-6/+65
| * | | gwin32.c: Split out call to RtlGetVersion()Chun-wei Fan2021-11-192-23/+44
* | | | Annotate `g_getenv()` and `g_environ_getenv()` return value as `nullable`Sebastian Dröge2021-11-201-2/+2
|/ / /
* | | gosxutils: Add missing prototypePhilip Withnall2021-11-181-0/+2
* | | gosxutils: Add newline at end of filePhilip Withnall2021-11-181-1/+1