aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-14Fix address violation found by AddressSanitizerPaul Eggert1-6/+22
2017-04-18Use vfork if possible on Darwin (bug#26397)Alan Third1-0/+9
2017-04-17Fix assertion violations when displaying thread-related errorEli Zaretskii1-2/+10
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert1-1/+1
2017-02-01Remove immediate_quit.Paul Eggert1-9/+1
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-11/+11
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-30Don't call xg_select for a NextStep build.Ken Raeburn1-2/+2
2016-12-30Attempt to fix crashes with threads in GTK buildsEli Zaretskii1-5/+10
2016-12-22; Spelling fixesPaul Eggert1-6/+5
2016-12-17Fix commentsEli Zaretskii1-2/+2
2016-12-09Fix compilation warnings due to prototype of thread_selectEli Zaretskii1-1/+1
2016-12-07Fix network streams.Eli Zaretskii1-17/+24
2016-12-06Clean out some IRIX cruftPaul Eggert1-7/+2
2016-12-05Fix compilation problems.Eli Zaretskii1-8/+3
2016-12-05Fix merged code in process.c and eval.c.Eli Zaretskii1-5/+8
2016-11-19; Spelling fixesPaul Eggert1-1/+1
2016-11-06Restore file descriptor limit in subprocessesPaul Eggert1-4/+23
2016-11-01Don't segfault on timed-out TLS connectionsLars Ingebrigtsen1-12/+17
2016-10-12Port --enable-gcc-warnings to GCC 6.2.1Paul Eggert1-25/+17
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+1
2016-09-07Port flexible array members to GCC + valgrindPaul Eggert1-2/+3
2016-09-06Use DEV_TTY more consistentlyPaul Eggert1-1/+1
2016-09-01Don’t create fd >= FD_SETSIZEPaul Eggert1-0/+14
2016-08-24Improve and clarify documentation of subprocessesEli Zaretskii1-13/+13
2016-08-11Fix process leak with make-network-processPaul Eggert1-31/+18
2016-08-10Omit unnecessary process initializationPaul Eggert1-16/+18
2016-08-02Fix use-after-close in connect_network_socketPaul Eggert1-2/+2
2016-07-21Fix use-after-close in connect_network_socketPaul Eggert1-0/+4
2016-07-06Fix open-network-stream responsivenessPaul Eggert1-8/+14
2016-07-04Re-fix open-network-stream responsivenessPaul Eggert1-8/+10
2016-07-03Fix open-network-stream responsivenessPaul Eggert1-8/+12
2016-06-26Try other addresses when connecting to multihomedPaul Eggert1-12/+35
2016-06-12New macro GNUC_PREREQ for GCC versionPaul Eggert1-2/+2
2016-06-09Prefer getsockopt to getpeername on non-MS-WindowsPaul Eggert1-3/+4
2016-06-09Fix XFASTINT of non-fixnum in process statusPaul Eggert1-13/+13
2016-05-23Don’t use only last protocol from getaddrinfoPaul Eggert1-31/+32
2016-05-22* src/process.c (SOCK_NONBLOCK): Fix typo.Alp Aker1-1/+1
2016-05-21Prefer SOCK_NONBLOCK to O_NONBLOCKPaul Eggert1-7/+13
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii1-1/+0
2016-05-18Port --enable-gcc-warnings to GCC 6.1Paul Eggert1-25/+17
2016-05-13Correct server/client addressChris Feng1-1/+1
2016-05-07Document automatic adjustment of process' logical window dimensionsEli Zaretskii1-1/+3
2016-05-02Fix the call to set_network_coding_systemAaron Conole1-1/+1
2016-04-30Fix the MSDOS buildEli Zaretskii1-20/+19
2016-04-26Fix socketd fd startup bug that I introducedPaul Eggert1-14/+8
2016-04-17Minor fixups for external socket launchingPaul Eggert1-19/+16
2016-04-16Add external socket launching supportMatthew Leach1-7/+45
2016-04-04Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert1-12/+12
2016-04-03Spelling fixesPaul Eggert1-1/+1