summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-6/+6
* Remove some unused process.c variablesLars Ingebrigtsen2020-12-121-5/+0
* * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-38/+0
* Work around glib messing with signal handlers more than it shouldAkira Kyle2020-11-141-5/+21
* Tweak updating the process mark in set-process-bufferLars Ingebrigtsen2020-09-251-2/+5
* Make set-process-buffer also update the process markLars Ingebrigtsen2020-09-241-9/+11
* Refactor process mark settingLars Ingebrigtsen2020-09-241-18/+14
* Don't retry reading after receiving EINVALPip Cet2020-09-141-1/+3
* Mention `exec-path' in some process related doc stringsLars Ingebrigtsen2020-08-211-1/+4
* Fix problem where TLS connections would sometimes hangDerek Zhou2020-08-031-51/+46
* Improve integer range checkingPaul Eggert2020-04-051-9/+4
* Make make-{network,serial}-process handle :coding nil consistentlyRobert Pluim2020-04-031-10/+6
* Add a module function to open a file descriptor connected to a pipe.Philipp Stephani2020-03-261-0/+12
* Remove ancient OS X process-connection-type handlingGlenn Morris2020-03-051-13/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ;* src/process.c (read_process_output): Fix last change.Eli Zaretskii2019-12-211-1/+4
* Allow control of data amount read from subprocess in one chunkEli Zaretskii2019-12-211-5/+14
* Extend network-interface-list to return IPv6 and network infoRobert Pluim2019-11-261-58/+100
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-1/+1
* Ensure building and running on non-IPv6 capable hosts worksRobert Pluim2019-11-081-8/+16
* Describe IPv6 format in docstring for 'make-network-process'Robert Pluim2019-11-071-0/+2
* ; Fix typo in recently fixed doc stringEli Zaretskii2019-09-241-2/+2
* ; Fix previous make-network-process doc changeRobert Pluim2019-09-241-1/+1
* make-network-process doc clarificationLars Ingebrigtsen2019-09-231-1/+2
* Update some URLsPaul Eggert2019-09-231-2/+1
* Mention how to listen to all interfaces in make-network-processLars Ingebrigtsen2019-09-211-2/+3
* Allow `process-contact' not to blockLars Ingebrigtsen2019-09-201-5/+15
* ; Fix last change.Eli Zaretskii2019-08-231-1/+1
* Fix compilation of process.cRobert Pluim2019-08-231-1/+1
* Get the Gnutls code compiling on Fedora 30Paul Eggert2019-08-231-15/+11
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-231-15/+93
|\
| * fixup! Implement hostname->ip lookup functionRobert Pluim2019-08-071-24/+16
| * Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-171-1/+1
| * Refactor getaddrinfo usageRobert Pluim2018-07-171-34/+50
| * Implement hostname->ip lookup functionRobert Pluim2018-07-161-15/+85
* | Merge from origin/emacs-26Glenn Morris2019-07-301-3/+12
|\ \
| * | Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-251-3/+12
* | | Don't delete GnuTLS boot parameters too earlyRobert Pluim2019-07-151-3/+5
* | | Remove printmax_t etc.Paul Eggert2019-07-071-3/+3
* | | Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-1/+1