aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-06-14Improve documentation of the internal Lisp_Process->status fieldSteven Allen1-2/+9
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-06-09Remember the value of read_process_output_max when process is createdDmitry Gutov1-0/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-08-05Allow creating processes where only one of stdin or stdout is a PTYJim Porter1-2/+3
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-07-04Ensure 'call-process' interprets INFILE as a local pathJim Porter1-1/+1
2021-05-13Process sentinels need to work under X and commandlinedickmao1-0/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-03-26Add a module function to open a file descriptor connected to a pipe.Philipp Stephani1-0/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-11-26Extend network-interface-list to return IPv6 and network infoRobert Pluim1-1/+1
2019-08-07fixup! Implement hostname->ip lookup functionRobert Pluim1-1/+1
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert1-3/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-10Dissociate controlling tty better on DarwinPaul Eggert1-0/+1
2018-09-06Shrink pseudovectors a bitPaul Eggert1-1/+1
2018-07-16Implement hostname->ip lookup functionRobert Pluim1-1/+1
2018-06-24Return the entire TLS certificate chain back to the callerLars Ingebrigtsen1-1/+2
2018-06-10Use native alignment to access Lisp object dataPaul Eggert1-1/+1
2018-06-02Fix wait_reading_process_output wait_proc hangMatthias Dahl1-0/+2
2018-02-16Fix wait_reading_process_output wait_proc hangMatthias Dahl1-0/+2
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-13Change vectorlike from struct to unionPaul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert1-0/+19
2016-11-06Restore file descriptor limit in subprocessesPaul Eggert1-0/+1
2016-08-11Fix process leak with make-network-processPaul Eggert1-4/+5
2016-06-26Try other addresses when connecting to multihomedPaul Eggert1-1/+3
2016-06-09Fix XFASTINT of non-fixnum in process statusPaul Eggert1-1/+2
2016-05-23Don’t use only last protocol from getaddrinfoPaul Eggert1-2/+0
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-03-05Allow making TLS negotiation blockingLars Magne Ingebrigtsen1-0/+1
2016-02-25Integer overflow cleanups for ports and socklenPaul Eggert1-1/+1
2016-02-23Minor cleanups for async DNS etc.Paul Eggert1-1/+1
2016-02-01Always boot TLS if given parametersLars Ingebrigtsen1-1/+1
2016-02-01Fix GC problem in async TLS connectionLars Ingebrigtsen1-1/+1
2016-02-01Further TLS async workLars Ingebrigtsen1-0/+6
2016-01-31Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen1-1/+1
2016-01-31Implement asynchronous GnuTLS connectionsLars Ingebrigtsen1-0/+1
2016-01-30Avoid memory leaks in async DNSLars Ingebrigtsen1-1/+1
2016-01-30Implement asynchronous name resolutionLars Ingebrigtsen1-0/+12
2016-01-28Refactor make_network_processLars Ingebrigtsen1-0/+6
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-16Make src headers idempotent and standalonePaul Eggert1-0/+5