summaryrefslogtreecommitdiff
path: root/src/process.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | | | | | Further TLS async workLars Ingebrigtsen2016-02-011-0/+6
* | | | | | | | | | | | | | | Rework the mechanisms for async GnuTLS connectionsLars Ingebrigtsen2016-01-311-1/+1
* | | | | | | | | | | | | | | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-0/+1
* | | | | | | | | | | | | | | Avoid memory leaks in async DNSLars Ingebrigtsen2016-01-301-1/+1
* | | | | | | | | | | | | | | Implement asynchronous name resolutionLars Ingebrigtsen2016-01-301-0/+12
* | | | | | | | | | | | | | | Refactor make_network_processLars Ingebrigtsen2016-01-281-0/+6
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+5
* | | | | | | | | | | | | * src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier2015-09-081-10/+10