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
2020-12-31
Improve documentation of 'network-lookup-address-info'
Eli Zaretskii
2020-12-31
Minor improvements to FD_SETSIZE overflow checks.
Philipp Stephani
2020-12-31
Manually limit file descriptors that we select on to FD_SETSIZE.
Philipp Stephani
2020-12-30
Consistently check for FD_SETSIZE overflow.
Philipp Stephani
2020-12-26
Fix test/src/process-tests on MS-Windows
Eli Zaretskii
2020-12-24
Unbreak the MinGW build broken by recent changes in callproc.c
Eli Zaretskii
2020-12-24
Centralize subprocess creation in a single function.
Philipp Stephani
2020-12-23
Pass C string pointer to current directory to 'child_setup'.
Philipp Stephani
2020-12-23
Allocate environment block before forking.
Philipp Stephani
2020-12-23
Remove an unused parameter from 'child_setup' function.
Philipp Stephani
2020-12-20
Inhibit buffer hooks in temporary buffers
Basil L. Contovounesios
2020-12-12
Remove some unused process.c variables
Lars Ingebrigtsen
2020-12-12
* src/keyboard.c: Fix bug#5803.
Stefan Monnier
2020-11-14
Work around glib messing with signal handlers more than it should
Akira Kyle
2020-09-25
Tweak updating the process mark in set-process-buffer
Lars Ingebrigtsen
2020-09-24
Make set-process-buffer also update the process mark
Lars Ingebrigtsen
2020-09-24
Refactor process mark setting
Lars Ingebrigtsen
2020-09-14
Don't retry reading after receiving EINVAL
Pip Cet
2020-08-21
Mention `exec-path' in some process related doc strings
Lars Ingebrigtsen
2020-08-03
Fix problem where TLS connections would sometimes hang
Derek Zhou
2020-04-05
Improve integer range checking
Paul Eggert
2020-04-03
Make make-{network,serial}-process handle :coding nil consistently
Robert Pluim
2020-03-26
Add a module function to open a file descriptor connected to a pipe.
Philipp Stephani
2020-03-05
Remove ancient OS X process-connection-type handling
Glenn Morris
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-21
;* src/process.c (read_process_output): Fix last change.
Eli Zaretskii
2019-12-21
Allow control of data amount read from subprocess in one chunk
Eli Zaretskii
2019-11-26
Extend network-interface-list to return IPv6 and network info
Robert Pluim
2019-11-08
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-08
Ensure building and running on non-IPv6 capable hosts works
Robert Pluim
2019-11-07
Describe IPv6 format in docstring for 'make-network-process'
Robert Pluim
2019-09-24
; Fix typo in recently fixed doc string
Eli Zaretskii
2019-09-24
; Fix previous make-network-process doc change
Robert Pluim
2019-09-23
make-network-process doc clarification
Lars Ingebrigtsen
2019-09-23
Update some URLs
Paul Eggert
2019-09-21
Mention how to listen to all interfaces in make-network-process
Lars Ingebrigtsen
2019-09-20
Allow `process-contact' not to block
Lars Ingebrigtsen
2019-08-23
; Fix last change.
Eli Zaretskii
2019-08-23
Fix compilation of process.c
Robert Pluim
2019-08-23
Get the Gnutls code compiling on Fedora 30
Paul Eggert
2019-08-23
Merge remote-tracking branch 'origin/netsec'
Lars Ingebrigtsen
2019-08-07
fixup! Implement hostname->ip lookup function
Robert Pluim
2019-07-30
Merge from origin/emacs-26
Glenn Morris
2019-07-25
Fix subproc listening when setting filter to non-t (Bug#36591)
Noam Postavsky
2019-07-15
Don't delete GnuTLS boot parameters too early
Robert Pluim
2019-07-07
Remove printmax_t etc.
Paul Eggert
2019-06-27
Clean up use of XFIXNUM etc.
Paul Eggert
2019-06-25
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-04-19
Remove :stop key from make-process.
Philipp Stephani
2019-04-14
Let debugger handle process spawn errors on w32 (Bug#33016)
Noam Postavsky
[prev]
[next]