summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2016-12-09Fix compilation warnings due to prototype of thread_selectEli Zaretskii
2016-12-07Fix network streams.Eli Zaretskii
2016-12-06Clean out some IRIX cruftPaul Eggert
2016-12-05Fix compilation problems.Eli Zaretskii
2016-12-05Fix merged code in process.c and eval.c.Eli Zaretskii
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-11-19; Spelling fixesPaul Eggert
2016-11-06Restore file descriptor limit in subprocessesPaul Eggert
2016-11-01Don't segfault on timed-out TLS connectionsLars Ingebrigtsen
2016-10-12Port --enable-gcc-warnings to GCC 6.2.1Paul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-09-26Merge from origin/emacs-25Paul Eggert
2016-09-07Port flexible array members to GCC + valgrindPaul Eggert
2016-09-06Use DEV_TTY more consistentlyPaul Eggert
2016-09-01Don’t create fd >= FD_SETSIZEPaul Eggert
2016-08-24Improve and clarify documentation of subprocessesEli Zaretskii
2016-08-11Fix process leak with make-network-processPaul Eggert
2016-08-10Omit unnecessary process initializationPaul Eggert
2016-08-02Fix use-after-close in connect_network_socketPaul Eggert
2016-07-21Fix use-after-close in connect_network_socketPaul Eggert
2016-07-06Fix open-network-stream responsivenessPaul Eggert
2016-07-04Re-fix open-network-stream responsivenessPaul Eggert
2016-07-03Fix open-network-stream responsivenessPaul Eggert
2016-06-26Try other addresses when connecting to multihomedPaul Eggert
2016-06-12New macro GNUC_PREREQ for GCC versionPaul Eggert
2016-06-09Prefer getsockopt to getpeername on non-MS-WindowsPaul Eggert
2016-06-09Fix XFASTINT of non-fixnum in process statusPaul Eggert
2016-05-23Don’t use only last protocol from getaddrinfoPaul Eggert
2016-05-22* src/process.c (SOCK_NONBLOCK): Fix typo.Alp Aker
2016-05-21Prefer SOCK_NONBLOCK to O_NONBLOCKPaul Eggert
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii
2016-05-18Port --enable-gcc-warnings to GCC 6.1Paul Eggert
2016-05-13Correct server/client addressChris Feng
2016-05-09Merge from origin/emacs-25Paul Eggert
2016-05-07Document automatic adjustment of process' logical window dimensionsEli Zaretskii
2016-05-02Fix the call to set_network_coding_systemAaron Conole
2016-05-01Merge from origin/emacs-25Paul Eggert
2016-04-30Fix the MSDOS buildEli Zaretskii
2016-04-26Fix socketd fd startup bug that I introducedPaul Eggert
2016-04-17Minor fixups for external socket launchingPaul Eggert
2016-04-16Add external socket launching supportMatthew Leach
2016-04-04Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert
2016-04-03Spelling fixesPaul Eggert
2016-03-22Assume NON_BLOCKING_CONNECT (Bug#22946)Paul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-09Minor fixes for getaddrinfo_a usagePaul Eggert
2016-03-07Assume getaddrinfo in C codePaul Eggert
2016-03-07Remove support for IRIXPaul Eggert
2016-03-03Ensure TLS negotiation progressLars Ingebrigtsen