index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
process.c
Age
Commit message (
Expand
)
Author
2024-04-18
Fix BufferSize in g_read for Windows (#1722)
Andrei Vinca
2024-02-05
process: fix unitialized variables (#1719)
Takase
2024-01-22
process: style changes (#1709)
Takase
2024-01-22
Memory fixes (#1705)
ChloƩ Vulquin
2023-12-01
feat(process): allow commands and envs on proces_start (#1477)
Takase
2023-04-18
fix(process): check for HANDLE_INVALID (#1475)
Takase
2023-04-17
Process API improvements (again) (#1370)
Takase
2023-03-22
Asynchronous process reaping (#1412)
Takase
2023-01-31
fix: exec() error not returned to parent (#1363)
Takase
2023-01-06
defer lua error until after cleanup (#1310)
Jan
2022-11-02
Getting ready for 2.1. (#1181)
Adam
2022-10-09
Fixed process layer argument quoting; allows for strings with spaces. And add...
Adam
2022-10-04
Fix process api detach bug (#1137)
Adam
2022-09-02
Changed setpgrp to a more portable form.
Adam
2022-04-15
Cleanup (#826)
Jan
2022-02-11
Merge pull request #828 from adamharrison/signal-processes
Adam
2022-02-08
Update process status when calling `process:running`
Guldoman
2022-01-30
Changed signalling so it'll target the whole process group.
Adam Harrison
2022-01-28
Merge branch 'fix-process-api' of github.com:adamharrison/lite-xl into fix-pr...
Adam Harrison
2022-01-28
Incorporate realtakase's suggestions.
Adam Harrison
2022-01-22
Fixed windows not converting utf8 environment block to utf16.
Adam Harrison
2022-01-22
Added in support for env on linux.
Adam Harrison
2022-01-22
Implemented @guldoman's suggestion for how to close file handles.
Adam Harrison
2022-01-22
fix invalid memory access
takase1121
2021-12-31
Migrate to Lua 5.4
Jan200101
2021-12-11
Replace Reproc (#535)
Adam
2021-07-20
Merged dev to master.
Adam Harrison
2021-07-15
remove duplicated constants
takase1121
2021-07-15
do not terminate process when read fails
takase1121
2021-07-15
fix wrongly spaced variable name
takase1121
2021-07-15
add generic read function
takase1121
2021-07-15
refactor process.c
takase1121
2021-06-22
[api/process] added missing fields and minor fix to pid()
jgmdev
2021-06-18
Merge reproc changes from dev.
jgmdev