issues
search
haskell
/
process
Library for dealing with system processes
http://hackage.haskell.org/package/process
Other
87
stars
82
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix haddocks of `createPipe`
#330
sol
closed
1 week ago
1
Fix build with Javascript backend
#329
bgamari
closed
2 months ago
2
Fix build with Javascript backend
#328
bgamari
closed
2 months ago
0
Fix javascript build
#327
bgamari
closed
2 months ago
2
Correctly detect posix_spawn_file_actions_addchdir[_np]
#326
adamgundry
closed
2 months ago
1
Please do not remove `runInteractiveCommand` and friends in a future release
#325
langfield
opened
2 months ago
0
Prevent command-line injection for batch files with trailing char
#324
TristanCacqueray
closed
2 months ago
3
Use correct version of process in process-tests
#323
tomjaguarpaw
closed
3 months ago
0
Don't attach finalizers to Handles in CommunicationHandle API
#322
sheaf
closed
3 months ago
2
Remove `includes` from `.cabal`-file
#321
sol
closed
5 months ago
1
Posix: Do not treat arguments as `FilePath`
#320
mmhat
closed
3 months ago
4
NUL byte disallowed in arguments
#319
mmhat
closed
3 months ago
1
Bump base to < 4.21
#318
tomjaguarpaw
closed
5 months ago
3
`process-1.6.19.0`: relax upper bound of dependency on `base`
#317
mpilgrem
opened
5 months ago
5
Bump to base < 4.21 (to support GHC 9.10)
#316
tomjaguarpaw
closed
6 months ago
4
Fix CI on MacOS AArch64 runners
#315
sheaf
closed
7 months ago
0
github-ci: Install autoconf on Darwin
#314
bgamari
closed
7 months ago
2
More Windows subprocess mitigations
#313
bgamari
closed
2 months ago
0
Address Windows command-line injection vulnerability
#312
bgamari
closed
7 months ago
0
Address command-line injection vulnerability
#311
bgamari
closed
7 months ago
1
Move tests to separate process-tests package & update CI to use GitHub actions
#310
sheaf
closed
7 months ago
1
Draft: CommunicationHandle (WinIO): re-open handle in child process with overlap flag
#309
sheaf
closed
7 months ago
15
Add CommunicationHandle, an API for inter-process communication via Handles
#308
sheaf
closed
7 months ago
9
fork-exec: Don't double-close parent fds
#307
bgamari
closed
8 months ago
0
do_spawn_fork double-closes the parent STDIO pipe FDs
#306
josephcsible
closed
8 months ago
0
Make the error include exactly which exec function was used
#305
josephcsible
closed
8 months ago
0
posix_spawn: Add support for posix_spawn_file_actions_addchdir_np
#304
bgamari
closed
9 months ago
1
Dropping vfork support regressed performance when posix_spawn not available
#303
adamgundry
closed
2 months ago
4
Bump filepath upper bound to allow 1.5
#302
bgamari
closed
10 months ago
0
Bump checkout
#301
tomjaguarpaw
closed
10 months ago
0
Bump Win32
#300
tomjaguarpaw
closed
10 months ago
3
Also test GHCs in range 9.2-9.8
#299
tomjaguarpaw
closed
11 months ago
0
Relax filepath upper bound
#298
hasufell
closed
11 months ago
4
Remove tests/ subdirectory
#297
BinderDavid
closed
12 months ago
2
Prevent a segfault in createProcess on Mac
#296
neilmayhew
closed
1 year ago
5
createProcess segfaults on Mac
#295
neilmayhew
closed
1 year ago
7
process mangles \\shared\drive\paths
#294
Bodigrim
closed
1 year ago
2
Bump base bound to <4.20
#293
bgamari
closed
1 year ago
0
Add support for the GHC JavaScript backend (node.js)
#292
luite
closed
1 year ago
11
Update tests for the new test way `ghci-opt`
#291
tek
closed
1 year ago
0
testsuite: Remove calls to extra_clean
#290
monoidal
closed
1 year ago
0
Revert "Use POSIX_SPAWN_CLOEXEC_DEFAULT in posix_spawn.c when available"
#289
bgamari
closed
1 year ago
0
cbits/fork_exec: Eliminate potential leakage of comm. pipes
#288
bgamari
closed
1 year ago
2
fork/exec implementation may leak fds in concurrent program
#287
bgamari
closed
1 year ago
0
testsuite: mark tests as req_process
#286
TerrorJack
closed
1 year ago
0
Address #284 and #283
#285
bgamari
closed
1 year ago
2
Use `O_DUPFD` instead of `dup`
#284
bgamari
closed
1 year ago
2
Failing `find_executable` results in timer remaining stopped
#283
bgamari
closed
1 year ago
0
cbits: Ensure that fork pipe doesn't shadow std fds
#282
blackgnezdo
closed
1 year ago
1
Decreasing process priority...
#281
mgajda
opened
1 year ago
4
Next