index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process.c
Age
Commit message (
Expand
)
Author
2016-12-09
Fix compilation warnings due to prototype of thread_select
Eli Zaretskii
2016-12-07
Fix network streams.
Eli Zaretskii
2016-12-06
Clean out some IRIX cruft
Paul Eggert
2016-12-05
Fix compilation problems.
Eli Zaretskii
2016-12-05
Fix merged code in process.c and eval.c.
Eli Zaretskii
2016-12-04
Merge branch 'concurrency'
Eli Zaretskii
2016-11-19
; Spelling fixes
Paul Eggert
2016-11-06
Restore file descriptor limit in subprocesses
Paul Eggert
2016-11-01
Don't segfault on timed-out TLS connections
Lars Ingebrigtsen
2016-10-12
Port --enable-gcc-warnings to GCC 6.2.1
Paul Eggert
2016-09-30
Limit <config.h>’s includes
Paul Eggert
2016-09-26
Merge from origin/emacs-25
Paul Eggert
2016-09-07
Port flexible array members to GCC + valgrind
Paul Eggert
2016-09-06
Use DEV_TTY more consistently
Paul Eggert
2016-09-01
Don’t create fd >= FD_SETSIZE
Paul Eggert
2016-08-24
Improve and clarify documentation of subprocesses
Eli Zaretskii
2016-08-11
Fix process leak with make-network-process
Paul Eggert
2016-08-10
Omit unnecessary process initialization
Paul Eggert
2016-08-02
Fix use-after-close in connect_network_socket
Paul Eggert
2016-07-21
Fix use-after-close in connect_network_socket
Paul Eggert
2016-07-06
Fix open-network-stream responsiveness
Paul Eggert
2016-07-04
Re-fix open-network-stream responsiveness
Paul Eggert
2016-07-03
Fix open-network-stream responsiveness
Paul Eggert
2016-06-26
Try other addresses when connecting to multihomed
Paul Eggert
2016-06-12
New macro GNUC_PREREQ for GCC version
Paul Eggert
2016-06-09
Prefer getsockopt to getpeername on non-MS-Windows
Paul Eggert
2016-06-09
Fix XFASTINT of non-fixnum in process status
Paul Eggert
2016-05-23
Don’t use only last protocol from getaddrinfo
Paul Eggert
2016-05-22
* src/process.c (SOCK_NONBLOCK): Fix typo.
Alp Aker
2016-05-21
Prefer SOCK_NONBLOCK to O_NONBLOCK
Paul Eggert
2016-05-21
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-18
Port --enable-gcc-warnings to GCC 6.1
Paul Eggert
2016-05-13
Correct server/client address
Chris Feng
2016-05-09
Merge from origin/emacs-25
Paul Eggert
2016-05-07
Document automatic adjustment of process' logical window dimensions
Eli Zaretskii
2016-05-02
Fix the call to set_network_coding_system
Aaron Conole
2016-05-01
Merge from origin/emacs-25
Paul Eggert
2016-04-30
Fix the MSDOS build
Eli Zaretskii
2016-04-26
Fix socketd fd startup bug that I introduced
Paul Eggert
2016-04-17
Minor fixups for external socket launching
Paul Eggert
2016-04-16
Add external socket launching support
Matthew Leach
2016-04-04
Prefer AUTO_STRING_WITH_LEN to make_formatted_string
Paul Eggert
2016-04-03
Spelling fixes
Paul Eggert
2016-03-22
Assume NON_BLOCKING_CONNECT (Bug#22946)
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-03-09
Minor fixes for getaddrinfo_a usage
Paul Eggert
2016-03-07
Assume getaddrinfo in C code
Paul Eggert
2016-03-07
Remove support for IRIX
Paul Eggert
2016-03-03
Ensure TLS negotiation progress
Lars Ingebrigtsen
[prev]
[next]