summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2019-04-08Allow gap before first non-Lisp pseudovec memberPaul Eggert
2019-02-08Merge from origin/emacs-26Glenn Morris
2019-02-08Fix process-thread docstringRobert Pluim
2019-02-04Use IPv6 localhost when family is 'ipv6Robert Pluim
2019-02-01Merge from origin/emacs-26Paul Eggert
2019-01-30Fix process-contact bug with TCP connectionsPaul Eggert
2019-01-15Fix unlikely races with GnuTLS, datagramsPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2019-01-09Use shortcuts for FlengthPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-30Merge from origin/emacs-26Glenn Morris
2018-12-27Improve accept-process-process docPaul Eggert
2018-12-23Handle `make-process' in Tramp and ange-ftpMichael Albinus
2018-12-22Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani
2018-12-22Improve process doc. with respect to handling of large input (Bug#33191)Charles A. Roelli
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-11-10Dissociate controlling tty better on DarwinPaul Eggert
2018-10-10Fix mishandling of symbols that look like numbersPaul Eggert
2018-09-23file-attributes cleanupPaul Eggert
2018-09-10Adjust to TIMESPEC_HZ renamingPaul Eggert
2018-09-10Merge from origin/emacs-26Glenn Morris
2018-09-08Fix documentation for conversion to bignumsEli Zaretskii
2018-09-07* src/process.c (connect_network_socket): Fix memory leak. (Bug#32604)YAMAMOTO Mitsuharu
2018-09-04Simplify bignum->intmax conversionPaul Eggert
2018-09-01* src/process.c (send_process): Fix typo in commentary.Charles A. Roelli
2018-08-31Rename Emacs-specific INFINITY constantsPaul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-12Pacify gcc -Og -WuninitializedPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-08Make async :family 'local failures fail correctly againLars Ingebrigtsen
2018-08-07More macro renamings for bignumTom Tromey
2018-07-22Make async :family 'local failures fail correctly againLars Ingebrigtsen
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-07-17Don't check unibyte hostnames for pure-ASCIIRobert Pluim
2018-07-17Refactor getaddrinfo usageRobert Pluim
2018-07-16Implement hostname->ip lookup functionRobert Pluim
2018-07-13Merge from origin/emacs-26Glenn Morris
2018-07-13Fix format error in Faccept_process_outputMichael Albinus
2018-07-12Make the reader accept bignumsTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-07-12Fix previous make-network-process changeNoam Postavsky
2018-07-09Merge from emacs-26Noam Postavsky
2018-07-09Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky
2018-06-28Tune SAFE_FREEPaul Eggert
2018-06-02Fix wait_reading_process_output wait_proc hangMatthias Dahl
2018-04-14Merge from origin/emacs-26Glenn Morris
2018-04-13Avoid segfault in processes of type 'pipe'Eli Zaretskii
2018-04-07Document that 'make-process' mixes the output streamsPhilipp Stephani
2018-03-29Lisp reader now checks for integer overflowPaul Eggert