summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2016-01-30Make async resolution more efficientLars Ingebrigtsen
2016-01-30More async memory leaksLars Ingebrigtsen
2016-01-30Compilation for for systems with getaddrinfo_aLars Ingebrigtsen
2016-01-30Save correct server dataLars Ingebrigtsen
2016-01-30Compilation for for non-GNU systemsLars Ingebrigtsen
2016-01-30Avoid memory leaks in async DNSLars Ingebrigtsen
2016-01-30* process.c (check_for_dns): Free the result data.Lars Ingebrigtsen
2016-01-30Fix server connectionsLars Ingebrigtsen
2016-01-30Further make_network_process clean upLars Ingebrigtsen
2016-01-30Clean up GETADDRINFO usage in make-network-processLars Ingebrigtsen
2016-01-30Implement asynchronous name resolutionLars Ingebrigtsen
2016-01-29Fix memory leakLars Ingebrigtsen
2016-01-29Return IP addresses in the correct orderLars Ingebrigtsen
2016-01-28Refactor make_network_processLars Ingebrigtsen
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-02Fix the MS-Windows buildEli Zaretskii
2015-11-01merge from trunkKen Raeburn
2015-10-28* src/process.c (Fget_buffer_process): Improve docstringArtur Malabarba
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-03Revert my two recent process.c changesTassilo Horn
2015-09-22Improve last commit to process.cTassilo Horn
2015-09-22Remove callback-handled channels from Available setTassilo Horn
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-10Prefer NUMBERP to spelling it outPaul Eggert
2015-09-08* src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier
2015-09-05Avoid read error messages from 'inotify'Robert Pluim
2015-09-01Docstring fixes re quotes in C codePaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-07-05Avoid duplicate calls to current_timespecPaul Eggert
2015-07-05Avoid returning early reading process output due to SIGIOIan Kelling
2015-07-05Don't return as fast reading any process outputIan Kelling
2015-07-05Refactor timeouts in wait_reading_process_outputIan Kelling
2015-07-05; Rename local var nsecs to adaptive_nsecsIan Kelling
2015-07-05; Rename local var to match function nameIan Kelling
2015-07-05Remove ADAPTIVE_READ_BUFFERING ifdefIan Kelling
2015-07-05; Minor cleanup of wait_reading_process_outputIan Kelling
2015-07-05accept-process-output fixIan Kelling
2015-06-11Port to Solaris 10 sparc + Sun C 5.13Paul Eggert
2015-06-11Fix "not a tty" bug on Solaris 10Paul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-30Don't misencode C-generated messagesPaul Eggert
2015-04-29Omit -Wstrict-overflow workaround in GCC 5Paul Eggert
2015-04-25Don't freeze with unreadable processesPaul Eggert
2015-04-20Avoid non-nil current-load-list at startupGlenn Morris
2015-04-11Respect more keyword args in `make-process'Daiki Ueno
2015-04-10Fix problems found by --enable-gcc-warningsPaul Eggert
2015-04-11Add facility to collect stderr of async subprocessDaiki Ueno
2015-03-27Assume !BROKEN_NON_BLOCKING_CONNECTPaul Eggert
2015-03-24Make process-running-child-p return foreground process group IDDaniel Colascione
2015-03-23Minor refactoring of new Fmake_process codePaul Eggert