aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-05Improve integer range checkingPaul Eggert1-9/+4
2020-04-03Make make-{network,serial}-process handle :coding nil consistentlyRobert Pluim1-10/+6
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani1-0/+12
2020-03-05Remove ancient OS X process-connection-type handlingGlenn Morris1-13/+0
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-21;* src/process.c (read_process_output): Fix last change.Eli Zaretskii1-1/+4
2019-12-21Allow control of data amount read from subprocess in one chunkEli Zaretskii1-5/+14
2019-11-26Extend network-interface-list to return IPv6 and network infoRobert Pluim1-58/+100
2019-11-08Fix some quoting glitches in doc stringsPaul Eggert1-1/+1
2019-11-08Ensure building and running on non-IPv6 capable hosts worksRobert Pluim1-8/+16
2019-11-07Describe IPv6 format in docstring for 'make-network-process'Robert Pluim1-0/+2
2019-09-24; Fix typo in recently fixed doc stringEli Zaretskii1-2/+2
2019-09-24; Fix previous make-network-process doc changeRobert Pluim1-1/+1
2019-09-23make-network-process doc clarificationLars Ingebrigtsen1-1/+2
2019-09-23Update some URLsPaul Eggert1-2/+1
2019-09-21Mention how to listen to all interfaces in make-network-processLars Ingebrigtsen1-2/+3
2019-09-20Allow `process-contact' not to blockLars Ingebrigtsen1-5/+15
2019-08-23; Fix last change.Eli Zaretskii1-1/+1
2019-08-23Fix compilation of process.cRobert Pluim1-1/+1
2019-08-23Get the Gnutls code compiling on Fedora 30Paul Eggert1-15/+11
2019-08-07fixup! Implement hostname->ip lookup functionRobert Pluim1-24/+16
2019-07-25Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky1-3/+12
2019-07-15Don't delete GnuTLS boot parameters too earlyRobert Pluim1-3/+5
2019-07-07Remove printmax_t etc.Paul Eggert1-3/+3
2019-06-27Clean up use of XFIXNUM etc.Paul Eggert1-1/+1
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert1-5/+1
2019-04-19Remove :stop key from make-process.Philipp Stephani1-6/+11
2019-04-14Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky1-1/+1
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert1-1/+2
2019-02-08Fix process-thread docstringRobert Pluim1-1/+1
2019-02-04Use IPv6 localhost when family is 'ipv6Robert Pluim1-2/+14
2019-01-30Fix process-contact bug with TCP connectionsPaul Eggert1-4/+10
2019-01-15Fix unlikely races with GnuTLS, datagramsPaul Eggert1-8/+20
2019-01-15Add portable dumperDaniel Colascione1-3/+1
2019-01-09Use shortcuts for FlengthPaul Eggert1-2/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-27Improve accept-process-process docPaul Eggert1-3/+4
2018-12-23Handle `make-process' in Tramp and ange-ftpMichael Albinus1-1/+1
2018-12-22Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani1-0/+17
2018-12-22Improve process doc. with respect to handling of large input (Bug#33191)Charles A. Roelli1-6/+9
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-25/+22
2018-11-10Dissociate controlling tty better on DarwinPaul Eggert1-18/+22
2018-10-10Fix mishandling of symbols that look like numbersPaul Eggert1-1/+6
2018-09-23file-attributes cleanupPaul Eggert1-3/+2
2018-09-10Adjust to TIMESPEC_HZ renamingPaul Eggert1-2/+2
2018-09-08Fix documentation for conversion to bignumsEli Zaretskii1-0/+1
2018-09-07* src/process.c (connect_network_socket): Fix memory leak. (Bug#32604)YAMAMOTO Mitsuharu1-7/+11
2018-09-04Simplify bignum->intmax conversionPaul Eggert1-2/+3
2018-09-01* src/process.c (send_process): Fix typo in commentary.Charles A. Roelli1-1/+1
2018-08-31Rename Emacs-specific INFINITY constantsPaul Eggert1-5/+5