summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAge
...
* Allow `process-contact' not to blockLars Ingebrigtsen2019-09-20
* ; Fix last change.Eli Zaretskii2019-08-23
* Fix compilation of process.cRobert Pluim2019-08-23
* Get the Gnutls code compiling on Fedora 30Paul Eggert2019-08-23
* Merge remote-tracking branch 'origin/netsec'Lars Ingebrigtsen2019-08-23
|\
| * fixup! Implement hostname->ip lookup functionRobert Pluim2019-08-07
| * Don't check unibyte hostnames for pure-ASCIIRobert Pluim2018-07-17
| * Refactor getaddrinfo usageRobert Pluim2018-07-17
| * Implement hostname->ip lookup functionRobert Pluim2018-07-16
* | Merge from origin/emacs-26Glenn Morris2019-07-30
|\ \
| * | Fix subproc listening when setting filter to non-t (Bug#36591)Noam Postavsky2019-07-25
* | | Don't delete GnuTLS boot parameters too earlyRobert Pluim2019-07-15
* | | Remove printmax_t etc.Paul Eggert2019-07-07
* | | Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* | | Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* | | Remove :stop key from make-process.Philipp Stephani2019-04-19
* | | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-14
* | | Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* | | Merge from origin/emacs-26Glenn Morris2019-02-08
|\| |
| * | Fix process-thread docstringRobert Pluim2019-02-08
* | | Use IPv6 localhost when family is 'ipv6Robert Pluim2019-02-04
* | | Merge from origin/emacs-26Paul Eggert2019-02-01
|\| |
| * | Fix process-contact bug with TCP connectionsPaul Eggert2019-01-30
* | | Fix unlikely races with GnuTLS, datagramsPaul Eggert2019-01-15
* | | Add portable dumperDaniel Colascione2019-01-15
* | | Use shortcuts for FlengthPaul Eggert2019-01-09
* | | Merge from origin/emacs-26Paul Eggert2018-12-31
|\| |
| * | Update copyright year to 2019Paul Eggert2019-01-01
* | | Merge from origin/emacs-26Glenn Morris2018-12-30
|\| |
| * | Improve accept-process-process docPaul Eggert2018-12-27
| * | Improve process doc. with respect to handling of large input (Bug#33191)Charles A. Roelli2018-12-22
* | | Handle `make-process' in Tramp and ange-ftpMichael Albinus2018-12-23
* | | Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani2018-12-22
* | | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | | Dissociate controlling tty better on DarwinPaul Eggert2018-11-10
* | | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-10
* | | file-attributes cleanupPaul Eggert2018-09-23
* | | Adjust to TIMESPEC_HZ renamingPaul Eggert2018-09-10
* | | Merge from origin/emacs-26Glenn Morris2018-09-10
|\| |
| * | * src/process.c (connect_network_socket): Fix memory leak. (Bug#32604)YAMAMOTO Mitsuharu2018-09-07
| * | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-08
* | | Fix documentation for conversion to bignumsEli Zaretskii2018-09-08
* | | Simplify bignum->intmax conversionPaul Eggert2018-09-04
* | | * src/process.c (send_process): Fix typo in commentary.Charles A. Roelli2018-09-01
* | | Rename Emacs-specific INFINITY constantsPaul Eggert2018-08-31
* | | Improve bignum support for system typesPaul Eggert2018-08-27
* | | Pacify gcc -Og -WuninitializedPaul Eggert2018-08-12
* | | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \ \
| * | | Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-07-22
| * | | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
| | |/ | |/|