summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2020-12-31Improve documentation of 'network-lookup-address-info'Eli Zaretskii
2020-12-31Minor improvements to FD_SETSIZE overflow checks.Philipp Stephani
2020-12-31Manually limit file descriptors that we select on to FD_SETSIZE.Philipp Stephani
2020-12-30Consistently check for FD_SETSIZE overflow.Philipp Stephani
2020-12-26Fix test/src/process-tests on MS-WindowsEli Zaretskii
2020-12-24Unbreak the MinGW build broken by recent changes in callproc.cEli Zaretskii
2020-12-24Centralize subprocess creation in a single function.Philipp Stephani
2020-12-23Pass C string pointer to current directory to 'child_setup'.Philipp Stephani
2020-12-23Allocate environment block before forking.Philipp Stephani
2020-12-23Remove an unused parameter from 'child_setup' function.Philipp Stephani
2020-12-20Inhibit buffer hooks in temporary buffersBasil L. Contovounesios
2020-12-12Remove some unused process.c variablesLars Ingebrigtsen
2020-12-12* src/keyboard.c: Fix bug#5803.Stefan Monnier
2020-11-14Work around glib messing with signal handlers more than it shouldAkira Kyle
2020-09-25Tweak updating the process mark in set-process-bufferLars Ingebrigtsen
2020-09-24Make set-process-buffer also update the process markLars Ingebrigtsen
2020-09-24Refactor process mark settingLars Ingebrigtsen
2020-09-14Don't retry reading after receiving EINVALPip Cet
2020-08-21Mention `exec-path' in some process related doc stringsLars Ingebrigtsen
2020-08-03Fix problem where TLS connections would sometimes hangDerek Zhou
2020-04-05Improve integer range checkingPaul Eggert
2020-04-03Make make-{network,serial}-process handle :coding nil consistentlyRobert Pluim
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani
2020-03-05Remove ancient OS X process-connection-type handlingGlenn Morris
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-21;* src/process.c (read_process_output): Fix last change.Eli Zaretskii
2019-12-21Allow control of data amount read from subprocess in one chunkEli Zaretskii
2019-11-26Extend network-interface-list to return IPv6 and network infoRobert Pluim
2019-11-08Fix some quoting glitches in doc stringsPaul Eggert
2019-11-08Ensure building and running on non-IPv6 capable hosts worksRobert Pluim
2019-11-07Describe IPv6 format in docstring for 'make-network-process'Robert Pluim
2019-09-24; Fix typo in recently fixed doc stringEli Zaretskii
2019-09-24; Fix previous make-network-process doc changeRobert Pluim
2019-09-23make-network-process doc clarificationLars Ingebrigtsen
2019-09-23Update some URLsPaul Eggert
2019-09-21Mention how to listen to all interfaces in make-network-processLars Ingebrigtsen
2019-09-20Allow `process-contact' not to blockLars Ingebrigtsen
2019-08-23; Fix last change.Eli Zaretskii
2019-08-23Fix compilation of process.cRobert Pluim
2019-08-23Get the Gnutls code compiling on Fedora 30Paul Eggert
2019-08-23Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen
2019-08-07fixup! Implement hostname->ip lookup functionRobert Pluim
2019-07-30Merge from origin/emacs-26Glenn Morris
2019-07-25Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky
2019-07-15Don't delete GnuTLS boot parameters too earlyRobert Pluim
2019-07-07Remove printmax_t etc.Paul Eggert
2019-06-27Clean up use of XFIXNUM etc.Paul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-04-19Remove :stop key from make-process.Philipp Stephani
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky