summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-22/+18
* Make async connect_network_socket failures use QfailedLars Ingebrigtsen2022-02-071-1/+1
* Make use of NILP where possibleAndrea Corallo2022-01-261-1/+1
* Make kill-process into a commandLars Ingebrigtsen2022-01-231-1/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-121-3/+17
|\ \ | |/
| * Avoid undefined behavior in 'send-process-region' (Bug#52369).Philipp Stephani2021-12-111-0/+3
| * Fix the DJGPP portPo Lu2021-12-111-3/+14
* | Add a new variable 'process-error-pause-time'Lars Ingebrigtsen2021-12-021-2/+10
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-3/+7
* | Fix recent changes related to USABLE_SIGIOEli Zaretskii2021-11-171-1/+1
* | Avoid delays waiting for input on systems without SIGIOKen Brown2021-11-171-0/+9
* | Allow :filter t in make-process to work as with set-process-filterLars Ingebrigtsen2021-10-181-4/+8
|/
* Avoid aborts when a thread is signaled while "waiting for input".Eli Zaretskii2021-10-161-3/+19
* New function num-processorsPaul Eggert2021-10-101-0/+18
* Port unused decls to C2xPaul Eggert2021-10-031-1/+1
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-2/+2
* Clarify :stderr in the make-process doc stringLars Ingebrigtsen2021-08-231-1/+4
* Block TLS handshake until TCP connection establishedMattias Engdegård2021-07-131-1/+4
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-041-1/+1
* Fix documentation of a recent changeEli Zaretskii2021-05-251-4/+7
* Try to not prioritise reading from lower file descriptorsMiha Rihtaršič2021-05-251-1/+25
* Process sentinels need to work under X and commandlinedickmao2021-05-131-7/+8
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-1/+1
* Fix typosMattias Engdegård2021-02-181-1/+1
* ; * src/process.c (child_signal_read): Don't report EAGAIN as errorMattias Engdegård2021-01-291-1/+1
* ; * src/process.c (child_signal_read): Remove FIXME comment.Eli Zaretskii2021-01-231-1/+0
* Add a FIXME comment to improve the SIGCHLD race condition handling.Philipp Stephani2021-01-231-0/+5
* Mark both ends of self-pipe a nonblocking.Philipp Stephani2021-01-231-0/+2
* Clean up the recently added self-pipe mechanism for WINDOWSNTEli Zaretskii2021-01-231-2/+21
* Make child signal read pipe non-blocking.Philipp Stephani2021-01-191-0/+2
* Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani2021-01-171-0/+9
* Don't crash if no asynchronous process has been created yet.Philipp Stephani2021-01-161-2/+2
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-161-1/+93
* Remove a pointless check for WCOREDUMPED.Philipp Stephani2021-01-101-2/+1
* Don't unblock SIGCHLD too early.Philipp Stephani2021-01-091-1/+9
* Port to Solaris 10Paul Eggert2021-01-011-9/+0
* Merge from origin/emacs-27Paul Eggert2021-01-011-2/+3
|\
| * Improve documentation of 'network-lookup-address-info'Eli Zaretskii2020-12-311-2/+3
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani2020-12-311-1/+2
* | Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-311-0/+25
* | Consistently check for FD_SETSIZE overflow.Philipp Stephani2020-12-301-0/+42
* | Fix test/src/process-tests on MS-WindowsEli Zaretskii2020-12-261-0/+6
* | Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-241-1/+1
* | Centralize subprocess creation in a single function.Philipp Stephani2020-12-241-142/+7
* | Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-231-2/+4
* | Allocate environment block before forking.Philipp Stephani2020-12-231-2/+10
* | Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-231-2/+2