summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAge
* Block TLS handshake until TCP connection establishedMattias Engdegård2021-07-13
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-04
* Fix documentation of a recent changeEli Zaretskii2021-05-25
* Try to not prioritise reading from lower file descriptorsMiha Rihtaršič2021-05-25
* Process sentinels need to work under X and commandlinedickmao2021-05-13
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-19
* Fix typosMattias Engdegård2021-02-18
* ; * src/process.c (child_signal_read): Don't report EAGAIN as errorMattias Engdegård2021-01-29
* ; * src/process.c (child_signal_read): Remove FIXME comment.Eli Zaretskii2021-01-23
* Add a FIXME comment to improve the SIGCHLD race condition handling.Philipp Stephani2021-01-23
* Mark both ends of self-pipe a nonblocking.Philipp Stephani2021-01-23
* Clean up the recently added self-pipe mechanism for WINDOWSNTEli Zaretskii2021-01-23
* Make child signal read pipe non-blocking.Philipp Stephani2021-01-19
* Ensure that sentinels are called during 'accept-process-output'.Philipp Stephani2021-01-17
* Don't crash if no asynchronous process has been created yet.Philipp Stephani2021-01-16
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-16
* Remove a pointless check for WCOREDUMPED.Philipp Stephani2021-01-10
* Don't unblock SIGCHLD too early.Philipp Stephani2021-01-09
* Port to Solaris 10Paul Eggert2021-01-01
* Merge from origin/emacs-27Paul Eggert2021-01-01
|\
| * Improve documentation of 'network-lookup-address-info'Eli Zaretskii2020-12-31
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani2020-12-31
* | Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani2020-12-31
* | Consistently check for FD_SETSIZE overflow.Philipp Stephani2020-12-30
* | Fix test/src/process-tests on MS-WindowsEli Zaretskii2020-12-26
* | Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii2020-12-24
* | Centralize subprocess creation in a single function.Philipp Stephani2020-12-24
* | Pass C string pointer to current directory to 'child_setup'.Philipp Stephani2020-12-23
* | Allocate environment block before forking.Philipp Stephani2020-12-23
* | Remove an unused parameter from 'child_setup' function.Philipp Stephani2020-12-23
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-20
* | Remove some unused process.c variablesLars Ingebrigtsen2020-12-12
* | * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-12
* | Work around glib messing with signal handlers more than it shouldAkira Kyle2020-11-14
* | Tweak updating the process mark in set-process-bufferLars Ingebrigtsen2020-09-25
* | Make set-process-buffer also update the process markLars Ingebrigtsen2020-09-24
* | Refactor process mark settingLars Ingebrigtsen2020-09-24
* | Don't retry reading after receiving EINVALPip Cet2020-09-14
* | Mention `exec-path' in some process related doc stringsLars Ingebrigtsen2020-08-21
* | Fix problem where TLS connections would sometimes hangDerek Zhou2020-08-03
* | Improve integer range checkingPaul Eggert2020-04-05
* | Make make-{network,serial}-process handle :coding nil consistentlyRobert Pluim2020-04-03
* | Add a module function to open a file descriptor connected to a pipe.Philipp Stephani2020-03-26
* | Remove ancient OS X process-connection-type handlingGlenn Morris2020-03-05
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* ;* src/process.c (read_process_output): Fix last change.Eli Zaretskii2019-12-21
* Allow control of data amount read from subprocess in one chunkEli Zaretskii2019-12-21
* Extend network-interface-list to return IPv6 and network infoRobert Pluim2019-11-26
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-08