| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | merge from trunk | Tom Tromey | 2012-09-04 | 1 | -29/+18 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge from trunk | Tom Tromey | 2012-08-20 | 1 | -108/+194 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | process changes | Tom Tromey | 2012-08-15 | 1 | -28/+147 | |
| | | * | | | | | | | | | | | | | | | Prepare process.c for threads by not having global select masks. | Tom Tromey | 2012-08-15 | 1 | -130/+165 | |
| | | * | | | | | | | | | | | | | | | fix a latent bug in process.c | Tom Tromey | 2012-08-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Clean out some IRIX cruft | Paul Eggert | 2016-12-06 | 1 | -7/+2 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | ; Spelling fixes | Paul Eggert | 2016-11-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Restore file descriptor limit in subprocesses | Paul Eggert | 2016-11-06 | 1 | -4/+23 | |
| * | | | | | | | | | | | | | | | | Don't segfault on timed-out TLS connections | Lars Ingebrigtsen | 2016-11-01 | 1 | -12/+17 | |
| * | | | | | | | | | | | | | | | | Limit <config.h>’s includes | Paul Eggert | 2016-09-30 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-09-26 | 1 | -13/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Improve and clarify documentation of subprocesses | Eli Zaretskii | 2016-08-24 | 1 | -13/+13 | |
| | * | | | | | | | | | | | | | | | Fix open-network-stream responsiveness | Paul Eggert | 2016-07-06 | 1 | -8/+14 | |
| * | | | | | | | | | | | | | | | | Port flexible array members to GCC + valgrind | Paul Eggert | 2016-09-07 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | Use DEV_TTY more consistently | Paul Eggert | 2016-09-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | 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 | |