summaryrefslogtreecommitdiff
path: root/src/process.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-2/+3
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Ensure 'call-process' interprets INFILE as a local pathJim Porter2021-07-041-1/+1
* Process sentinels need to work under X and commandlinedickmao2021-05-131-0/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Add a module function to open a file descriptor connected to a pipe.Philipp Stephani2020-03-261-0/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Extend network-interface-list to return IPv6 and network infoRobert Pluim2019-11-261-1/+1
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-081-3/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Fix wait_reading_process_output wait_proc hangMatthias Dahl2018-06-021-0/+2
* | Dissociate controlling tty better on DarwinPaul Eggert2018-11-101-0/+1
* | Shrink pseudovectors a bitPaul Eggert2018-09-061-1/+1
* | Return the entire TLS certificate chain back to the callerLars Ingebrigtsen2018-06-241-1/+2
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-1/+1
* | Fix wait_reading_process_output wait_proc hangMatthias Dahl2018-02-161-0/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+19
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-0/+5
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-37/+41
| |\ \
| * \ \ merge from trunkTom Tromey2013-08-251-0/+1
| |\ \ \
| * \ \ \ merge from trunkTom Tromey2013-08-191-2/+13
| |\ \ \ \
| * \ \ \ \ Merge from trunkTom Tromey2013-07-121-0/+8
| |\ \ \ \ \
| * \ \ \ \ \ merge from trunkTom Tromey2013-07-061-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge from trunkTom Tromey2013-06-131-0/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from trunk; clean up some issuesTom Tromey2013-06-031-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-03-081-4/+4
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-051-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-12-171-17/+9
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-09-041-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunkTom Tromey2012-08-201-4/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | process changesTom Tromey2012-08-151-0/+5
* | | | | | | | | | | | | | | Restore file descriptor limit in subprocessesPaul Eggert2016-11-061-0/+1
* | | | | | | | | | | | | | | Fix process leak with make-network-processPaul Eggert2016-08-111-4/+5
* | | | | | | | | | | | | | | Try other addresses when connecting to multihomedPaul Eggert2016-06-261-1/+3
* | | | | | | | | | | | | | | Fix XFASTINT of non-fixnum in process statusPaul Eggert2016-06-091-1/+2
* | | | | | | | | | | | | | | Don’t use only last protocol from getaddrinfoPaul Eggert2016-05-231-2/+0
* | | | | | | | | | | | | | | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | | | | | | | | | | | | | | Allow making TLS negotiation blockingLars Magne Ingebrigtsen2016-03-051-0/+1
* | | | | | | | | | | | | | | Integer overflow cleanups for ports and socklenPaul Eggert2016-02-251-1/+1
* | | | | | | | | | | | | | | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-1/+1
* | | | | | | | | | | | | | | Always boot TLS if given parametersLars Ingebrigtsen2016-02-011-1/+1
* | | | | | | | | | | | | | | Fix GC problem in async TLS connectionLars Ingebrigtsen2016-02-011-1/+1