aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* Merge from origin/emacs-25Paul Eggert2016-09-261-13/+13
|\
| * Improve and clarify documentation of subprocessesEli Zaretskii2016-08-241-13/+13
| * Fix open-network-stream responsivenessPaul Eggert2016-07-061-8/+14
* | Port flexible array members to GCC + valgrindPaul Eggert2016-09-071-2/+3
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-061-1/+1
* | Don’t create fd >= FD_SETSIZEPaul Eggert2016-09-011-0/+14
* | Fix process leak with make-network-processPaul Eggert2016-08-111-31/+18
* | Omit unnecessary process initializationPaul Eggert2016-08-101-16/+18
* | Fix use-after-close in connect_network_socketPaul Eggert2016-08-021-2/+2
* | Fix use-after-close in connect_network_socketPaul Eggert2016-07-211-0/+4
* | Re-fix open-network-stream responsivenessPaul Eggert2016-07-041-8/+10
* | Fix open-network-stream responsivenessPaul Eggert2016-07-031-8/+12
* | Try other addresses when connecting to multihomedPaul Eggert2016-06-261-12/+35
* | New macro GNUC_PREREQ for GCC versionPaul Eggert2016-06-121-2/+2
* | Prefer getsockopt to getpeername on non-MS-WindowsPaul Eggert2016-06-091-3/+4
* | Fix XFASTINT of non-fixnum in process statusPaul Eggert2016-06-091-13/+13
* | Don’t use only last protocol from getaddrinfoPaul Eggert2016-05-231-31/+32
* | * src/process.c (SOCK_NONBLOCK): Fix typo.Alp Aker2016-05-221-1/+1
* | Prefer SOCK_NONBLOCK to O_NONBLOCKPaul Eggert2016-05-211-7/+13
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+0
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-25/+17
* | Correct server/client addressChris Feng2016-05-131-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-091-1/+3
|\ \ | |/
| * Document automatic adjustment of process' logical window dimensionsEli Zaretskii2016-05-071-1/+3
* | Fix the call to set_network_coding_systemAaron Conole2016-05-021-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-20/+19
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-20/+19
* | Fix socketd fd startup bug that I introducedPaul Eggert2016-04-261-14/+8
* | Minor fixups for external socket launchingPaul Eggert2016-04-171-19/+16
* | Add external socket launching supportMatthew Leach2016-04-161-7/+45
* | Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert2016-04-041-12/+12
* | Spelling fixesPaul Eggert2016-04-031-1/+1
* | Assume NON_BLOCKING_CONNECT (Bug#22946)Paul Eggert2016-03-221-48/+5
* | Merge from origin/emacs-25John Wiegley2016-03-111-11/+11
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-11/+11
| * src/process.c Correctly convert AF_INET6 addressesDavid Edmondson2016-02-071-1/+1
* | Minor fixes for getaddrinfo_a usagePaul Eggert2016-03-091-25/+23
* | Assume getaddrinfo in C codePaul Eggert2016-03-071-64/+4
* | Remove support for IRIXPaul Eggert2016-03-071-1/+1
* | Ensure TLS negotiation progressLars Ingebrigtsen2016-03-031-5/+29
* | Stop calling res_initPaul Eggert2016-02-291-13/+0
* | * src/process.c (Fdelete_process): Simplify cast.Paul Eggert2016-02-291-2/+1
* | Wait for async DNS to complete before freeing resourcesLars Ingebrigtsen2016-02-291-1/+17
* | Integer overflow cleanups for ports and socklenPaul Eggert2016-02-251-34/+39
* | Allow using "number strings" as services on non-GNU systemsLars Ingebrigtsen2016-02-251-0/+15
* | Make setting the coding system non-blockingLars Ingebrigtsen2016-02-241-14/+13
* | Port to --enable-gcc-warnings sans getaddrinfo_aPaul Eggert2016-02-231-5/+4
* | Minor cleanups for async DNS etc.Paul Eggert2016-02-231-123/+110
* | Fix async TLS boot problemLars Ingebrigtsen2016-02-221-1/+1