summaryrefslogtreecommitdiff
path: root/src/process.h
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-14Improve documentation of the internal Lisp_Process->status fieldSteven Allen
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-09Remember the value of read_process_output_max when process is createdDmitry Gutov
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-04Ensure 'call-process' interprets INFILE as a local pathJim Porter
2021-05-13Process sentinels need to work under X and commandlinedickmao
2021-01-01Update copyright year to 2021Paul Eggert
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-26Extend network-interface-list to return IPv6 and network infoRobert Pluim
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-10Dissociate controlling tty better on DarwinPaul Eggert
2018-09-06Shrink pseudovectors a bitPaul Eggert
2018-06-24Return the entire TLS certificate chain back to the callerLars Ingebrigtsen
2018-06-10Use native alignment to access Lisp object dataPaul Eggert
2018-06-02Fix wait_reading_process_output wait_proc hangMatthias Dahl
2018-02-16Fix wait_reading_process_output wait_proc hangMatthias Dahl
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-13Change vectorlike from struct to unionPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-11-06Restore file descriptor limit in subprocessesPaul Eggert
2016-08-11Fix process leak with make-network-processPaul Eggert
2016-06-26Try other addresses when connecting to multihomedPaul Eggert
2016-06-09Fix XFASTINT of non-fixnum in process statusPaul Eggert
2016-05-23Don’t use only last protocol from getaddrinfoPaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-05Allow making TLS negotiation blockingLars Magne Ingebrigtsen
2016-02-25Integer overflow cleanups for ports and socklenPaul Eggert
2016-02-23Minor cleanups for async DNS etc.Paul Eggert
2016-02-01Always boot TLS if given parametersLars Ingebrigtsen
2016-02-01Fix GC problem in async TLS connectionLars Ingebrigtsen
2016-02-01Further TLS async workLars Ingebrigtsen
2016-01-31Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen
2016-01-31Implement asynchronous GnuTLS connectionsLars Ingebrigtsen
2016-01-30Avoid memory leaks in async DNSLars Ingebrigtsen
2016-01-30Implement asynchronous name resolutionLars Ingebrigtsen
2016-01-28Refactor make_network_processLars Ingebrigtsen
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-01merge from trunkKen Raeburn