| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | Don’t create fd >= FD_SETSIZE | Paul Eggert | 2016-09-01 | 1 | -0/+14 | |
| * | | | | | | | | | | | | | | | | Fix process leak with make-network-process | Paul Eggert | 2016-08-11 | 1 | -31/+18 | |
| * | | | | | | | | | | | | | | | | Omit unnecessary process initialization | Paul Eggert | 2016-08-10 | 1 | -16/+18 | |
| * | | | | | | | | | | | | | | | | Fix use-after-close in connect_network_socket | Paul Eggert | 2016-08-02 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Fix use-after-close in connect_network_socket | Paul Eggert | 2016-07-21 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | Re-fix open-network-stream responsiveness | Paul Eggert | 2016-07-04 | 1 | -8/+10 | |
| * | | | | | | | | | | | | | | | | Fix open-network-stream responsiveness | Paul Eggert | 2016-07-03 | 1 | -8/+12 | |
| * | | | | | | | | | | | | | | | | Try other addresses when connecting to multihomed | Paul Eggert | 2016-06-26 | 1 | -12/+35 | |
| * | | | | | | | | | | | | | | | | New macro GNUC_PREREQ for GCC version | Paul Eggert | 2016-06-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | Prefer getsockopt to getpeername on non-MS-Windows | Paul Eggert | 2016-06-09 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | | | Fix XFASTINT of non-fixnum in process status | Paul Eggert | 2016-06-09 | 1 | -13/+13 | |
| * | | | | | | | | | | | | | | | | Don’t use only last protocol from getaddrinfo | Paul Eggert | 2016-05-23 | 1 | -31/+32 | |
| * | | | | | | | | | | | | | | | | * src/process.c (SOCK_NONBLOCK): Fix typo. | Alp Aker | 2016-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Prefer SOCK_NONBLOCK to O_NONBLOCK | Paul Eggert | 2016-05-21 | 1 | -7/+13 | |
| * | | | | | | | | | | | | | | | | Fix compiler warnings in the MinGW build | Eli Zaretskii | 2016-05-21 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | Port --enable-gcc-warnings to GCC 6.1 | Paul Eggert | 2016-05-18 | 1 | -25/+17 | |
| * | | | | | | | | | | | | | | | | Correct server/client address | Chris Feng | 2016-05-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-09 | 1 | -1/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Document automatic adjustment of process' logical window dimensions | Eli Zaretskii | 2016-05-07 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | | | Fix the call to set_network_coding_system | Aaron Conole | 2016-05-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-05-01 | 1 | -20/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Fix the MSDOS build | Eli Zaretskii | 2016-04-30 | 1 | -20/+19 | |
| * | | | | | | | | | | | | | | | | Fix socketd fd startup bug that I introduced | Paul Eggert | 2016-04-26 | 1 | -14/+8 | |
| * | | | | | | | | | | | | | | | | Minor fixups for external socket launching | Paul Eggert | 2016-04-17 | 1 | -19/+16 | |
| * | | | | | | | | | | | | | | | | Add external socket launching support | Matthew Leach | 2016-04-16 | 1 | -7/+45 | |
| * | | | | | | | | | | | | | | | | Prefer AUTO_STRING_WITH_LEN to make_formatted_string | Paul Eggert | 2016-04-04 | 1 | -12/+12 | |
| * | | | | | | | | | | | | | | | | Spelling fixes | Paul Eggert | 2016-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Assume NON_BLOCKING_CONNECT (Bug#22946) | Paul Eggert | 2016-03-22 | 1 | -48/+5 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -11/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -11/+11 | |
| | * | | | | | | | | | | | | | | | src/process.c Correctly convert AF_INET6 addresses | David Edmondson | 2016-02-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Minor fixes for getaddrinfo_a usage | Paul Eggert | 2016-03-09 | 1 | -25/+23 | |
| * | | | | | | | | | | | | | | | | Assume getaddrinfo in C code | Paul Eggert | 2016-03-07 | 1 | -64/+4 | |
| * | | | | | | | | | | | | | | | | Remove support for IRIX | Paul Eggert | 2016-03-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Ensure TLS negotiation progress | Lars Ingebrigtsen | 2016-03-03 | 1 | -5/+29 | |
| * | | | | | | | | | | | | | | | | Stop calling res_init | Paul Eggert | 2016-02-29 | 1 | -13/+0 | |
| * | | | | | | | | | | | | | | | | * src/process.c (Fdelete_process): Simplify cast. | Paul Eggert | 2016-02-29 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | Wait for async DNS to complete before freeing resources | Lars Ingebrigtsen | 2016-02-29 | 1 | -1/+17 | |
| * | | | | | | | | | | | | | | | | Integer overflow cleanups for ports and socklen | Paul Eggert | 2016-02-25 | 1 | -34/+39 | |
| * | | | | | | | | | | | | | | | | Allow using "number strings" as services on non-GNU systems | Lars Ingebrigtsen | 2016-02-25 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | Make setting the coding system non-blocking | Lars Ingebrigtsen | 2016-02-24 | 1 | -14/+13 | |
| * | | | | | | | | | | | | | | | | Port to --enable-gcc-warnings sans getaddrinfo_a | Paul Eggert | 2016-02-23 | 1 | -5/+4 | |
| * | | | | | | | | | | | | | | | | Minor cleanups for async DNS etc. | Paul Eggert | 2016-02-23 | 1 | -123/+110 | |
| * | | | | | | | | | | | | | | | | Fix async TLS boot problem | Lars Ingebrigtsen | 2016-02-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Clean up debugging code | Lars Ingebrigtsen | 2016-02-22 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | | add_to_log expects Lisp parametersfeature/async-dns | Lars Ingebrigtsen | 2016-02-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Mention in the doc strings that process functions may block | Lars Ingebrigtsen | 2016-02-22 | 1 | -7/+26 | |
| * | | | | | | | | | | | | | | | | Add blocker warnings to the *Messages* buffer | Lars Ingebrigtsen | 2016-02-22 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | Respect DNS timeouts | Alain Schneble | 2016-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Fix coding system setup | Lars Ingebrigtsen | 2016-02-19 | 1 | -7/+5 | |