aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-27Improve bignum support for system typesPaul Eggert1-10/+7
2018-08-12Pacify gcc -Og -WuninitializedPaul Eggert1-1/+1
2018-08-08Make async :family 'local failures fail correctly againLars Ingebrigtsen1-5/+11
2018-08-07More macro renamings for bignumTom Tromey1-32/+32
2018-07-22Make async :family 'local failures fail correctly againLars Ingebrigtsen1-5/+11
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert1-2/+2
2018-07-17Don't check unibyte hostnames for pure-ASCIIRobert Pluim1-1/+1
2018-07-17Refactor getaddrinfo usageRobert Pluim1-34/+50
2018-07-16Implement hostname->ip lookup functionRobert Pluim1-15/+85
2018-07-13Fix format error in Faccept_process_outputMichael Albinus1-6/+5
2018-07-12Make the reader accept bignumsTom Tromey1-1/+1
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-64/+64
2018-07-12Fix previous make-network-process changeNoam Postavsky1-1/+1
2018-07-09Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky1-15/+11
2018-06-28Tune SAFE_FREEPaul Eggert1-2/+1
2018-06-02Fix wait_reading_process_output wait_proc hangMatthias Dahl1-1/+18
2018-04-13Avoid segfault in processes of type 'pipe'Eli Zaretskii1-0/+4
2018-04-07Document that 'make-process' mixes the output streamsPhilipp Stephani1-1/+2
2018-03-29Lisp reader now checks for integer overflowPaul Eggert1-1/+1
2018-03-23* src/process.c (Fsignal_process): Simplify.Paul Eggert1-6/+1
2018-03-12Revert overenthusiastic procfs fixupPaul Eggert1-1/+1
2018-03-10Fix create_process bug breaking eudc-expand-inlinePaul Eggert1-3/+3
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-1/+1
2018-02-16Fix wait_reading_process_output wait_proc hangMatthias Dahl1-1/+18
2018-02-12Finish renaming to internal--daemon-socknamePaul Eggert1-3/+3
2018-02-12Rename internal--external-sockname and document (Bug#24218)Matthew Leach1-3/+3
2018-02-12Minor cleanups for server-name fix (Bug#24218)Paul Eggert1-28/+30
2018-02-12Fix `server-name' and `server-socket-dir' for (Bug#24218)Matthew Leach1-1/+18
2018-02-07Doc fixes for process functions (Bug#30349)Noam Postavsky1-10/+8
2018-01-26; * src/process.c (Fprocess_contact): Fix docstring typo.Noam Postavsky1-1/+1
2018-01-25Replace (default-value 'enable-multibyte-characters) with tStefan Monnier1-6/+2
2018-01-10Inherit query-on-exit flag to stderr process (Bug#30031)Philipp Stephani1-2/+6
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-26Pacify --enable-gcc-warnings on Ubuntu 17.10 x86-64Paul Eggert1-29/+31
2017-11-26* src/process.c (wait_reading_process_output): Deduplicate check.Charles A. Roelli1-10/+0
2017-10-18Fix the MSDOS build.Eli Zaretskii1-0/+11
2017-10-15Avoid compilation warnings in optimized buildsEli Zaretskii1-1/+1
2017-10-06* src/process.c (syms_of_process): Remove duplicated call to DEFSYM.Piotr Trojanek1-1/+0
2017-09-15Avoid crashes due to invalid error forms from sentinels/filtersEli Zaretskii1-0/+4
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-2/+2
2017-08-28Simplify remove_slash_colonPaul Eggert1-1/+1
2017-08-24Minor improvements for tramp-interrupt-process, documentationMichael Albinus1-2/+2
2017-08-21Implement `interrupt-process-functions'Michael Albinus1-3/+30
2017-07-11Add an optional testfn parameter to assocNicolas Petton1-1/+1
2017-07-01Fix threads on NS (bug#25265)Alan Third1-7/+6
2017-05-21Work around macOS bug in create_process, tooPaul Eggert1-2/+7
2017-05-17Avoid undefined behavior in struct sockaddrPaul Eggert1-14/+17
2017-05-17Catch IPv4/IPv6 issues at compile timePaul Eggert1-5/+5
2017-05-17Remove redundant code in connect_network_socketEli Zaretskii1-22/+19
2017-05-16Simplify procname code to avoid GCC bugPaul Eggert1-29/+24