GitHub / haskell/process / commits
Library for dealing with system processes
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 11fd247a | Release 1.6.30.0 |
Tom Ellis <t****t@j****k>
Committed by: Tom Ellis <t****b@j****k> |
3 months ago | |
| 081926a6 | darwin: Allow posix_spawn_file_actions_addchdir to be missing when linking ag... |
Zubin Duggal <z****l@g****m>
Committed by: Tom Ellis <t****b@j****k> |
3 months ago | |
| 38a910e2 | Clarify release procedure |
Tom Ellis <t****t@j****k>
Committed by: Tom Ellis <t****b@j****k> |
3 months ago | |
| 92deb52c | chore: add changelog and bump version for v1.6.29.0 |
mangoiv <c****t@m****m>
Committed by: Tom Ellis <t****b@j****k> |
3 months ago | |
| b3592b25 | chore: add an editorconfig that adheres with style in this project |
mangoiv <c****t@m****m>
Committed by: Tom Ellis <t****b@j****k> |
4 months ago | |
| e27e2e2f |
feat: add a release workflow
Co-authored-by: Tom Ellis <t****b@j****k> |
mangoiv <c****t@m****m>
Committed by: Tom Ellis <t****b@j****k> |
4 months ago | |
| 374c5049 | Stub out runProcess.c on wasm32 |
Zubin Duggal <z****l@g****m>
Committed by: Tom Ellis <t****b@j****k> |
4 months ago | |
| 0175b4d1 | merge Merge pull request #363 from MangoIV/mangoiv/experiments |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| e1be5b65 | Explain autoreconf -i in README |
Tom Ellis <t****t@j****k>
Committed by: Tom Ellis <t****b@j****k> |
4 months ago | |
| 786f8293 | fix: Setup.hs incorrect pragma | mangoiv <c****t@m****m> | 4 months ago | |
| d39ab63f | fix: don't build against old ghc versions on macos | mangoiv <c****t@m****m> | 4 months ago | |
| 0699e410 | fix: certain macos sdks set symbols to NULL, resulting in segfaults | mangoiv <c****t@m****m> | 4 months ago | |
| cc49e013 | chore: test 9.12 and 9.14, too | mangoiv <c****t@m****m> | 4 months ago | |
| ec8c8a88 | chore: test on macos 15, test ghc test, too | mangoiv <c****t@m****m> | 4 months ago | |
| 37912636 | Fix Haddock | Tom Ellis <t****t@j****k> | 5 months ago | |
| be032d9e | Release 1.6.28.0 |
Tom Ellis <t****t@j****k>
Committed by: tomjaguarpaw <t****b@j****k> |
5 months ago | |
| 025b0aab | Add Haddocks with clearer delineation of sections |
Tom Ellis <t****t@j****k>
Committed by: tomjaguarpaw <t****b@j****k> |
5 months ago | |
| 7ca603d8 | merge Merge pull request #358 from sol/dry |
tomjaguarpaw <t****t@j****k>
Committed by: GitHub <n****y@g****m> |
5 months ago | |
| d02e214e | Explain in docs that callProcess and callCommand are shorthands | Tom Ellis <t****t@j****k> | 5 months ago | |
| fd4cb2bc | Add `callCreateProcess` | Tom Ellis <t****t@j****k> | 5 months ago | |
| d7f3ca95 | eta reduce | Tom Ellis <t****t@j****k> | 5 months ago | |
| 6e0d40dc | eta reduce | Tom Ellis <t****t@j****k> | 5 months ago | |
| 49d685c7 | Don't use do | Tom Ellis <t****t@j****k> | 5 months ago | |
| 8a70a646 | Don't use do | Tom Ellis <t****t@j****k> | 5 months ago | |
| 748523ea | Inline command | Tom Ellis <t****t@j****k> | 5 months ago | |
| 1aba3839 | Inline command | Tom Ellis <t****t@j****k> | 5 months ago | |
| 55c719bc | Add and use callCreateProcess_ | Tom Ellis <t****t@j****k> | 5 months ago | |
| 4d9b04b3 | Use processFailed | Tom Ellis <t****t@j****k> | 5 months ago | |
| e75e347f | Use processFailed | Tom Ellis <t****t@j****k> | 5 months ago | |
| 45f80645 | Pull out command | Tom Ellis <t****t@j****k> | 5 months ago | |
| 4eadd70a | Pull out command | Tom Ellis <t****t@j****k> | 5 months ago | |
| c16ead9d | Inline fun | Tom Ellis <t****t@j****k> | 5 months ago | |
| ad8c8213 | Pull processFailed to top level | Tom Ellis <t****t@j****k> | 5 months ago | |
| 1c54a6fb | Pull out processFailed | Tom Ellis <t****t@j****k> | 5 months ago | |
| 83d7b954 | Pull out fun | Tom Ellis <t****t@j****k> | 5 months ago | |
| d16f5ff7 | Merge cases | Tom Ellis <t****t@j****k> | 5 months ago | |
| c8523ed3 | Bump macos runner version | Tom Ellis <t****t@j****k> | 5 months ago | |
| 87190447 | Bump base upper bound to < 4.24 for GHC 10.0 |
Zubin Duggal <z****l@g****m>
Committed by: Tom Ellis <t****b@j****k> |
5 months ago | |
| b31ddb04 | Fix changelog; release 1.6.27.0 |
Tom Ellis <t****t@j****k>
Committed by: tomjaguarpaw <t****b@j****k> |
6 months ago | |
| 4273e973 | Also support Cabal 3.16 |
Tom Ellis <t****t@j****k>
Committed by: tomjaguarpaw <t****b@j****k> |
6 months ago | |
| 081c77f2 | Release 1.6.26.2 |
Tom Ellis <t****t@j****k>
Committed by: tomjaguarpaw <t****b@j****k> |
6 months ago | |
| 98101f82 | merge Merge pull request #345 from bgamari/wip/ghc-9.14 |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| a241443a | Fix 'since' tags in System.Process.Environment.OsString |
0rphee <0****e@p****e>
Committed by: tomjaguarpaw <t****b@j****k> |
about 1 year ago | |
| ae50731b | Bump base upper bound to <4.23 | Ben Gamari <b****n@s****g> | about 1 year ago | |
| 1c2899b4 | merge Merge pull request #344 from adamgundry/wip/342-support-absent-fork |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 5c98f594 | Support being configured without fork (fixes #342) | Adam Gundry <a****m@w****m> | over 1 year ago | |
| f7d51387 | Release 1.6.26.1 | Ben Gamari <b****n@s****g> | over 1 year ago | |
| 6e21ec9d | Bump version to 1.6.26.0 | Tom Ellis <t****t@j****k> | over 1 year ago | |
| 3609a806 | Add System.Process.OsString module |
Tommy Bidne <t****e@p****m>
Committed by: tomjaguarpaw <t****b@j****k> |
over 1 year ago | |
| 1d5e8918 | Remove extraneous comment |
thomasjm <t****m@c****o>
Committed by: tomjaguarpaw <t****b@j****k> |
over 1 year ago | |
| fbbe6071 | merge Merge pull request #333 from GulinSS/wip/T24603 |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 72f94b0a | merge Merge pull request #335 from haskell/wip/bounds-bump |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| cf5e5fbf | process-tests: Bump base upper bound | Ben Gamari <b****n@s****g> | over 1 year ago | |
| 653d2c9c | process-tests: Bump base upper bound |
Ben Gamari <b****n@s****g>
Committed by: Serge S. Gulin <g****e@g****m> |
over 1 year ago | |
| e2f428cd | merge Merge commit '9c3bfc214c72bbd0c8a30a1c41465deed0feaf47' into wip/bounds-bump | Ben Gamari <b****n@s****g> | over 1 year ago | |
| 23c54d7c |
Add Support for Windows Aarch64
Co-authored-by: Cheng Shao <t****k@t****e> |
Serge S. Gulin <g****e@g****m> | over 1 year ago | |
| 166971ff | Fix haddocks of `createPipe` |
Simon Hengel <s****l@t****t>
Committed by: tomjaguarpaw <t****b@j****k> |
almost 2 years ago | |
| 9c3bfc21 | Bump base bound to 4.21 for GHC 9.12 | Zubin Duggal <z****l@g****m> | almost 2 years ago | |
| 8b13af0d | Bump base bound to 4.21 for GHC 9.12 |
Zubin Duggal <z****l@g****m>
Committed by: Serge S. Gulin <g****e@g****m> |
almost 2 years ago | |
| a5a3865d | merge Merge pull request #329 from bgamari/wip/T327 |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| b8c88fb5 | Bump version to 1.6.25.0 | Ben Gamari <b****n@s****g> | almost 2 years ago | |
| b042c5cd | Depend upon `unix` when building for Javascript | Ben Gamari <b****n@s****g> | almost 2 years ago | |
| 7a55e3fa | Bump version to 1.6.24.0 | Ben Gamari <b****n@s****g> | almost 2 years ago | |
| 91e73810 | merge Merge pull request #326 from adamgundry/wip/303-fix-posix_spawn_file_actions_... |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| f742e7f1 | Correctly detect posix_spawn_file_actions_addchdir[_np] (fixes #303) | Adam Gundry <a****m@w****m> | almost 2 years ago | |
| 85dabea3 | changelog: Add entry for % expansion mitigation | Ben Gamari <b****n@s****g> | almost 2 years ago | |
| 142a7eb3 | merge Merge pull request #313 from bgamari/wip/windows-2 |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 33812467 | merge Merge pull request #324 from TristanCacqueray/win-ext |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| db38c725 | Use correct version of process in process-tests |
Tom Ellis <t****t@j****k>
Committed by: tomjaguarpaw <t****b@j****k> |
about 2 years ago | |
| a23a1c13 | version -> 1.6.22.0 | Tom Ellis <t****t@j****k> | about 2 years ago | |
| 302b43a2 | merge Merge pull request #322 from sheaf/retain-handle |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
about 2 years ago | |
| 951b02dd | Prevent command-line injection for batch files with trailing char | Tristan Cacqueray <t****u@r****m> | about 2 years ago | |
| 511b901a | Don't attach finalizers to CommunicationHandles | sheaf <s****e@g****m> | about 2 years ago | |
| ead14c27 | Remove `includes` from `.cabal`-file |
Simon Hengel <s****l@t****t>
Committed by: tomjaguarpaw <t****b@j****k> |
about 2 years ago | |
| 8d73906c | Posix: Do not treat arguments as FilePath |
Mann mit Hut <g****t@w****t>
Committed by: tomjaguarpaw <t****b@j****k> |
about 2 years ago | |
| d74bba24 | Bump to base < 4.21 (to support GHC 9.10) |
Tom Ellis <t****t@j****k>
Committed by: tomjaguarpaw <t****b@j****k> |
over 2 years ago | |
| 9296a924 | merge Merge pull request #315 from sheaf/arm-ci |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| bd48da0d | Fix CI on MacOS AArch64 runners | sheaf <s****e@g****m> | over 2 years ago | |
| cc69f1a0 | merge Merge pull request #308 from sheaf/communication-handle |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| dbf4add4 | merge Merge pull request #310 from sheaf/ci |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| a6af24e9 | An API for inter-process communication via Handles | sheaf <s****e@g****m> | over 2 years ago | |
| f6648bb6 | Add documentation regarding Windows argument passing | Ben Gamari <b****n@s****g> | over 2 years ago | |
| 5fc91f5f | Windows: Implement mitigation for % expansion | Ben Gamari <b****n@s****g> | over 2 years ago | |
| 3aecb177 | Add another missing changelog entry | Ben Gamari <b****n@s****g> | over 2 years ago | |
| 26aaa671 | Add missing changelog entry for #306 | Ben Gamari <b****n@s****g> | over 2 years ago | |
| eee87f28 | merge Merge pull request #312 from bgamari/wip/windows-batch-inj |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| eee27527 | Bump version to 1.6.19.0 | Ben Gamari <b****n@s****g> | over 2 years ago | |
| 7e616c5c | Add changelog entry for Windows escaping changes | Ben Gamari <b****n@s****g> | over 2 years ago | |
| 3c419f9e |
Address command-line injection vulnerability
Co-authored-by: Fraser Tweedale <f****c@f****u> |
Ben Gamari <b****n@s****g> | over 2 years ago | |
| 13ede6d4 | Update CI to use GitHub Actions | sheaf <s****e@g****m> | over 2 years ago | |
| 59eb3e4e | Move tests to separate process-tests package | sheaf <s****e@g****m> | over 2 years ago | |
| a6b7cc63 | merge Merge pull request #307 from bgamari/wip/T306 |
Michael Snoyman <m****l@s****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 8a9bf8b4 | fork-exec: Don't double-close parent fds | Ben Gamari <b****n@s****g> | over 2 years ago | |
| a590acd5 | merge Merge pull request #305 from josephcsible/patch-1 |
Michael Snoyman <m****l@s****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 701a70cf | Make the error include exactly which exec function was used |
Joseph C. Sible <j****e@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 53c69051 | merge Merge pull request #304 from bgamari/wip/posix_spawn_addchrdir |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| e4b4638b | posix_spawn: Add support for posix_spawn_file_actions_addchdir_np | Ben Gamari <b****n@s****g> | over 2 years ago | |
| 024f59b1 | posix_spawn: Fix inconsistency in macro name | Ben Gamari <b****n@s****g> | over 2 years ago | |
| dfdae0a7 | merge Merge pull request #300 from tomjaguarpaw/Win32 |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 18cdf4cb | merge Merge pull request #302 from bgamari/wip/bump-filepath |
Ben Gamari <b****n@s****g>
Committed by: GitHub <n****y@g****m> |
over 2 years ago |