summaryrefslogtreecommitdiff
path: root/glib/gspawn-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Work around an UCRT issue with _wspawn() functions taking an environment bloc...Luca Bacci2023-04-141-9/+81
* Fix safe_wspawnve #defineHernan Martinez2023-01-261-1/+1
* glib/spawn: check user source_fds doesn't contain private fdsMarc-André Lureau2022-12-121-0/+15
* gspawn-win32: Provide thread-safe wrappers for _wspawn*e functionsLuca Bacci2022-08-021-3/+54
* GWin32AppInfo: Actually report the GPid in the GAppLaunchContext::launched si...Luca Bacci2022-08-021-0/+3
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glib/win32: replace reopen_noninherited()Marc-André Lureau2022-05-121-15/+8
* glib/win32: fix potential leak on spawn errorMarc-André Lureau2022-05-121-1/+2
* glib/spawn-win32: workaround SEGV on spawnvpeMarc-André Lureau2022-02-221-0/+7
* Merge branch 'empty-argv' into 'main'Philip Withnall2022-02-201-5/+10
|\
| * gspawn: Clarify that empty argv arrays are not allowed when spawningPhilip Withnall2022-02-111-5/+10
* | Fix non-initialized variable in glib/gspawn-win32.cLoic Le Page2022-02-181-1/+1
|/
* glib/win32: implement fd passing with g_spawn_async_with_pipes_and_fdsMarc-André Lureau2022-02-071-9/+30
* glib/win32: check if dup() failed in helper processMarc-André Lureau2022-02-071-0/+6
* Fix process spawning with static build on WindowsLoic Le Page2022-01-271-12/+4
* Fix signedness warning in glib/gspawn-win32.cEmmanuel Fleury2021-10-131-1/+1
* Distinguish more clearly between wait status and exit statusSimon McVittie2021-06-151-17/+26
* improve console check in gspawn-win32Princeton Ferro2021-04-191-1/+23
* gspawn-win32: Various minor internal const-correctness fixesPhilip Withnall2021-02-161-16/+16
* gspawn-win32: Implement g_spawn_async_with_pipes_and_fds()Philip Withnall2021-02-161-0/+59
* gspawn-win32: Refactor internal spawn functionsPhilip Withnall2021-02-161-119/+114
* gspawn-win32: Rename a variable for consistency with the public headersPhilip Withnall2021-02-161-24/+24
* glib: Use g_getenv everywhere instead of getenvNirbheek Chauhan2020-07-231-1/+1
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-5/+5
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* gspawn, win32: quoted args - escape end backslashVasily Galkin2018-12-271-19/+30
* gspawn, win32: fix child stderr when coverage enabledVasily Galkin2018-12-271-4/+4
* gspawn, win32: fix redirecting only stderrVasily Galkin2018-12-261-1/+1
* gspawn: Add g_spawn_async_with_fds variantDaniel Drake2018-06-211-41/+122
* gspawn: Make error codes on Windows more specificPhilip Withnall2018-06-121-1/+8
* gspawn: Fix errno saving in Windows implementationPhilip Withnall2018-06-121-11/+11
* ci: fix warnings and enable --werror for the mingw buildChristoph Reiter2018-04-251-1/+0
* gspawn-win32: Fix multiple definition error with a static buildChristoph Reiter2017-07-121-3/+3
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* gspawn: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-309/+174
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-9/+7
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-1/+1
* Change W32 console detection to look at the window, not stdoutРуслан Ижбулатов2014-08-051-1/+1
* win32: misc warning fixesDan Winship2012-11-151-0/+2
* win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()Dan Winship2012-11-151-1/+1
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-2/+2
* Add missing includesMatthias Clasen2012-08-281-0/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-11/+2
* win32: fix build g_spawn_check_exit_status() with mingwMarc-André Lureau2012-07-121-0/+25
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Preserve errnoChristian Persch2009-08-221-3/+6
* Just ignore the child_setup function, never call it. The is no situationTor Lillqvist2008-09-251-14/+2
* glib/gutils.c (_glib_get_dll_directory) Be a bit less restrictive, lookTor Lillqvist2008-09-191-6/+6
* glib/giowin32.c glib/gmain.c glib/gspawn-win32.c Change gssize castsTor Lillqvist2008-08-041-11/+11
* Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist2008-07-281-15/+19