| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2019-02-08 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix process-thread docstring | Robert Pluim | 2019-02-08 | 1 | -1/+1 | |
| * | | | Use IPv6 localhost when family is 'ipv6 | Robert Pluim | 2019-02-04 | 1 | -2/+14 | |
| * | | | Merge from origin/emacs-26 | Paul Eggert | 2019-02-01 | 1 | -4/+10 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix process-contact bug with TCP connections | Paul Eggert | 2019-01-30 | 1 | -4/+10 | |
| * | | | Fix unlikely races with GnuTLS, datagrams | Paul Eggert | 2019-01-15 | 1 | -8/+20 | |
| * | | | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -3/+1 | |
| * | | | Use shortcuts for Flength | Paul Eggert | 2019-01-09 | 1 | -2/+2 | |
| * | | | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-12-30 | 1 | -9/+13 | |
| |\ \ \ | |/ / | ||||||
| | * | | Improve accept-process-process doc | Paul Eggert | 2018-12-27 | 1 | -3/+4 | |
| | * | | Improve process doc. with respect to handling of large input (Bug#33191) | Charles A. Roelli | 2018-12-22 | 1 | -6/+9 | |
| * | | | Handle `make-process' in Tramp and ange-ftp | Michael Albinus | 2018-12-23 | 1 | -1/+1 | |
| * | | | Add file name handler support for 'make-process' (Bug#28691) | Philipp Stephani | 2018-12-22 | 1 | -0/+17 | |
| * | | | Add make_vector and make_nil_vector | Paul Eggert | 2018-12-09 | 1 | -25/+22 | |
| * | | | Dissociate controlling tty better on Darwin | Paul Eggert | 2018-11-10 | 1 | -18/+22 | |
| * | | | Fix mishandling of symbols that look like numbers | Paul Eggert | 2018-10-10 | 1 | -1/+6 | |
| * | | | file-attributes cleanup | Paul Eggert | 2018-09-23 | 1 | -3/+2 | |
| * | | | Adjust to TIMESPEC_HZ renaming | Paul Eggert | 2018-09-10 | 1 | -2/+2 | |
| * | | | Merge from origin/emacs-26 | Glenn Morris | 2018-09-10 | 1 | -7/+11 | |
| |\ \ \ | |/ / | ||||||
| | * | | * src/process.c (connect_network_socket): Fix memory leak. (Bug#32604) | YAMAMOTO Mitsuharu | 2018-09-07 | 1 | -7/+11 | |
| | * | | Make async :family 'local failures fail correctly again | Lars Ingebrigtsen | 2018-08-08 | 1 | -5/+11 | |
| * | | | Fix documentation for conversion to bignums | Eli Zaretskii | 2018-09-08 | 1 | -0/+1 | |
| * | | | Simplify bignum->intmax conversion | Paul Eggert | 2018-09-04 | 1 | -2/+3 | |
| * | | | * src/process.c (send_process): Fix typo in commentary. | Charles A. Roelli | 2018-09-01 | 1 | -1/+1 | |
| * | | | Rename Emacs-specific INFINITY constants | Paul Eggert | 2018-08-31 | 1 | -5/+5 | |
| * | | | Improve bignum support for system types | Paul Eggert | 2018-08-27 | 1 | -10/+7 | |
| * | | | Pacify gcc -Og -Wuninitialized | Paul Eggert | 2018-08-12 | 1 | -1/+1 | |
| * | | | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -14/+19 | |
| |\ \ \ | ||||||
| | * | | | Make async :family 'local failures fail correctly again | Lars Ingebrigtsen | 2018-07-22 | 1 | -5/+11 | |
| | * | | | Prefer NILP (x) to EQ (x, Qnil) | Paul Eggert | 2018-07-19 | 1 | -2/+2 | |
| | | |/ | |/| | ||||||
| | * | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-13 | 1 | -7/+6 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix format error in Faccept_process_output | Michael Albinus | 2018-07-13 | 1 | -6/+5 | |
| | | * | Fix previous make-network-process change | Noam Postavsky | 2018-07-12 | 1 | -1/+1 | |
| * | | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -32/+32 | |
| * | | | Make the reader accept bignums | Tom Tromey | 2018-07-12 | 1 | -1/+1 | |
| * | | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -64/+64 | |
| |/ / | ||||||
| * | | Merge from emacs-26 | Noam Postavsky | 2018-07-09 | 1 | -15/+11 | |
| |\ \ | |/ | ||||||
| | * | Explicitly reject :server and :nowait (Bug#31903) | Noam Postavsky | 2018-07-09 | 1 | -15/+11 | |
| | * | Fix wait_reading_process_output wait_proc hang | Matthias Dahl | 2018-06-02 | 1 | -1/+18 | |
| * | | Tune SAFE_FREE | Paul Eggert | 2018-06-28 | 1 | -2/+1 | |
| * | | Merge from origin/emacs-26 | Glenn Morris | 2018-04-14 | 1 | -0/+4 | |
| |\ \ | |/ | ||||||
| | * | Avoid segfault in processes of type 'pipe' | Eli Zaretskii | 2018-04-13 | 1 | -0/+4 | |
| * | | Document that 'make-process' mixes the output streams | Philipp Stephani | 2018-04-07 | 1 | -1/+2 | |
| * | | Lisp reader now checks for integer overflow | Paul Eggert | 2018-03-29 | 1 | -1/+1 | |
| * | | * src/process.c (Fsignal_process): Simplify. | Paul Eggert | 2018-03-23 | 1 | -6/+1 | |
| * | | Revert overenthusiastic procfs fixup | Paul Eggert | 2018-03-12 | 1 | -1/+1 | |
| * | | Merge from origin/emacs-26 | Paul Eggert | 2018-03-10 | 1 | -3/+3 | |
| |\ \ | |/ | ||||||
| | * | Fix create_process bug breaking eudc-expand-inline | Paul Eggert | 2018-03-10 | 1 | -3/+3 | |