summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAge
* 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
* Ensure building and running on non-IPv6 capable hosts worksRobert Pluim2019-11-08
* Describe IPv6 format in docstring for 'make-network-process'Robert Pluim2019-11-07
* ; Fix typo in recently fixed doc stringEli Zaretskii2019-09-24
* ; Fix previous make-network-process doc changeRobert Pluim2019-09-24
* make-network-process doc clarificationLars Ingebrigtsen2019-09-23
* Update some URLsPaul Eggert2019-09-23
* Mention how to listen to all interfaces in make-network-processLars Ingebrigtsen2019-09-21
* Allow `process-contact' not to blockLars Ingebrigtsen2019-09-20
* ; Fix last change.Eli Zaretskii2019-08-23
* Fix compilation of process.cRobert Pluim2019-08-23
* Get the Gnutls code compiling on Fedora 30Paul Eggert2019-08-23
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-23
|\
| * fixup! Implement hostname->ip lookup functionRobert Pluim2019-08-07
| * Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-17
| * Refactor getaddrinfo usageRobert Pluim2018-07-17
| * Implement hostname->ip lookup functionRobert Pluim2018-07-16
* | Merge from origin/emacs-26Glenn Morris2019-07-30
|\ \
| * | Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-25
* | | Don't delete GnuTLS boot parameters too earlyRobert Pluim2019-07-15
* | | Remove printmax_t etc.Paul Eggert2019-07-07
* | | Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* | | Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* | | Remove :stop key from make-process.Philipp Stephani2019-04-19
* | | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-14
* | | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* | | Merge from origin/emacs-26Glenn Morris2019-02-08
|\| |
| * | Fix process-thread docstringRobert Pluim2019-02-08
* | | Use IPv6 localhost when family is 'ipv6Robert Pluim2019-02-04
* | | Merge from origin/emacs-26Paul Eggert2019-02-01
|\| |
| * | Fix process-contact bug with TCP connectionsPaul Eggert2019-01-30
* | | Fix unlikely races with GnuTLS, datagramsPaul Eggert2019-01-15
* | | Add portable dumperDaniel Colascione2019-01-15
* | | Use shortcuts for FlengthPaul Eggert2019-01-09
* | | Merge from origin/emacs-26Paul Eggert2018-12-31
|\| |
| * | Update copyright year to 2019Paul Eggert2019-01-01
* | | Merge from origin/emacs-26Glenn Morris2018-12-30
|\| |
| * | Improve accept-process-process docPaul Eggert2018-12-27
| * | Improve process doc. with respect to handling of large input (Bug#33191)Charles A. Roelli2018-12-22
* | | Handle `make-process' in Tramp and ange-ftpMichael Albinus2018-12-23
* | | Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani2018-12-22