aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-09-08* src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier1-10/+10
2015-04-11Add facility to collect stderr of async subprocessDaiki Ueno1-0/+3
2015-01-14remove_slash_colon need not be inlinePaul Eggert1-12/+1
2015-01-14Consolidate common path transformation code.Dmitry Antipov1-0/+13
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-9/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-11-23Add functions to gnutls.c for exporting certificate detailsLars Magne Ingebrigtsen1-0/+3
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert1-4/+0
2014-06-01Port signal-handling to DragonFly BSD.Paul Eggert1-2/+0
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert1-2/+2
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-9/+9